html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #FBFAF5
}

a {
    color: #00A353!important;
    text-decoration: underline;
}
p {
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
}

#more {
    display: none;
}

#myBtn {
    color: #1A0DAB!important;
    text-decoration: underline
}
.text-grey {color:#656462}
.text-green {color:#1BBA86!important}
.text-blue {color:#1286CC}
.text-red {color:#CF0001}

.bg-white {background-color:#fff}

.btn-text1:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {
    0%,100%,70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

.navbar-toggler-icon {
    background-image: none !important;
    background-color: var(--bs-gray-800);
    height: 3px;
    width: 25px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

    .navbar-toggler-icon::before {
        display: block;
        background-color: var(--bs-gray-800);
        height: 3px;
        content: "";
        position: relative;
        top: -7px;
        transition: all 0.15s ease-out; /*taken down to hide quicker*/
        transform-origin: center;
    }

    .navbar-toggler-icon::after {
        display: block;
        background-color: var(--bs-gray-800);
        height: 3px;
        content: "";
        position: relative;
        top: 4px;
        transition: all 0.35s ease-out;
        transform-origin: center;
    }

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
    background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
        opacity: 0;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
        transform: rotate(-90deg) translateX(7px);
    }

    .navbar-expand-lg .navbar-collapse {
            padding-right: 35px;
    }
/* Header */

.header {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

header .container {
    max-width: 1300px;
}

.navbar {
    padding: 15px 0;
    background-color: #FBFAF5
}

.navbar-brand img {
    height: 50px;
}

.nav-item a {
    color: #000!important;
    transition: all 0.2s linear;
    font-size:16px;
}

.nav-item a:hover {
    color: #000;
    background-color: #EBE2CB;
}

.orderNwbtn {
    background: #FFC738;
    color: #000!important;
    text-decoration:none;
    border-radius: 8px;
    font-size:20px;
    font-weight: 700;
    padding: 15px 25px;
    transition: all 0.2s linear;
    box-shadow: 0px 4px 10px 0px #D2D0CA;
    border: 1px solid #FFFF;
}

.orderNwbtn span {
    color: #FFD800;
    padding-right: 10px;
}

.orderNwbtn:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
}

/* Header */



.featSml, .featSmlmob {
    background: #FFD500;
    padding: 5px 0;
}

.featSml p, .featSmlmob p {
    font-size: 18px;
    font-weight: 700
}

.featSmlmob p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featSml img, .featSmlmob img {
    height: 18px;
    margin-right: 5px;
}

.featSmlmob {
    display: none;
}




.bannerMain {
    padding: 1rem 0 2.5rem 0;
    position: relative; /*background: url("../images/banner-bg.png") no-repeat center right / cover;*/
    background-color: #FBFAF5;
}

    .bannerMain .container {
        max-width: 1300px;
        position: relative;
    }

.ratingAr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .ratingAr img {
        height: 20px;
        margin-right: 5px;
    }

    .ratingAr p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

.bannerMain h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 60px;
}
.bannerMain h2 span {
    position: relative;
    z-index: 1;
}
.bannerMain h2 span::after {
    content: " ";
    background: #FFF2AF;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.bannerMain h4 {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 15px;
}



.bannerMain p {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 15px;
}

.bannerMain ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.bannerMain li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    margin-bottom: 10px;
}

.bannerMain li::after {
    content: " ";
    background: url("../images/blue-tick.svg") no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
}

.amazonAr {
    background: #FFF1CE;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.amazonAr p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.bannerMain .orderNwbtn {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.bannerMain .orderNwbtn span {
    color: #FFD800
}

.shipArs {
    display: inline-flex;
    align-items: center;
}

.greenImg {
    height: 16px;
    margin-right: 5px;
}

.shipArs p, .shipArs span {
    font-size: 12px !important;
    margin-bottom: 0;
}

.stocks {
    height: 12px;
    margin: 0 5px;
}

.bnrImg3 {
    position: absolute;
    top: 0%;
    left: 40%;
    width: 100%;
    max-width: 800px;
}
.bnrBadge {
    position: absolute;
    top: 10%;
    left: 60%;
    max-width: 150px;
}
.bannerImg2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 758px;
    width: 60%;
}

.bannerImg2 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
}


.testiAr {
    padding-left: 10px;
}

.testiAr h2 {
    font-size: 15px !important;
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
}

.testiAr h2 img {
    height: 19px;
    margin-right: 10px;
}

.testiAr p {
    font-size: 18px !important;
    line-height: 23px;
    margin-bottom: 5px !important
}

.review-icon p {
    font-size: 16px !important;
    line-height: 23px;
    margin-bottom: 0px !important;
    font-weight: 700;
}
.review-icon p span.text-green {
    font-size: 12px !important;
    line-height: 22px;
    font-weight: 400;
}


.secureAr {
    background: #000;
    padding: 3rem 0;
}

.secureAr h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 2.5rem;
}

.secureAr h2 span {
    position: relative;
    z-index: 1;
}

.secureAr h2 span::after {
    content: " ";
    background: #1B9AD5;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 9px;
    z-index: -1;
}

.secureAr .col-md-4, .secureArInrMobMain {
    display: flex !important;
}

.secureAr .col-md-4 img, .secureArInrMobMain img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.secureAr .col-md-4 div, .secureArInrMobMain .secMnRght {
    width: calc(100% - 40px;
    );
    padding-left: 20px;
}

.secureAr .col-md-4 h3, .secureArInrMobMain h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.secureAr .col-md-4 p, .secureArInrMobMain p {
    color: #fff;
}

.secureArInrMob {
    display: none;
}

.secureArInrMob .slick-prev, .secureArInrMob .slick-next {
    display: none !important;
}


.sec1 {
    padding: 3rem 0 4rem 0;
    background-color: #F6F3EC
}

.sec1Hd {
    text-align: center;
    margin-bottom: 4rem;
}

.feat-2 {
    width: 100%;
    margin: auto
}

.sec1Hd h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec1Hd h2 span {
        color: #1B9AD5;
        display: block;
}

.sec1Cnt1 h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
}

.sec1Cnt1 h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
}

.sec1Cnt1 h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.sec1Cnt1 ul {
    list-style: none;
    padding-left: 0;
}

.sec1Cnt1 li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sec1Cnt1 li::after {
    content: " ";
    background: url(../images/blue-tick.svg) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.sec1Cnt4 .col-md-5 {
    padding-left: 15px;
}


.sec2 {
    padding: 5rem 0 6rem 0;
}

.sec2Hd {
    text-align: center;
    margin-bottom: 4rem;
}

.sec2Hd h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec2Hd h2 span {
    color: #1B9AD5;
    display: block;
}

.sec2Cnt1 h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 52px;
}

.sec2Cnt1 h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #1286CC
}

.sec2Cnt1 p {
    font-size: 16px;
    line-height: 26px;
}
.sec2Cnt1 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
}

.sec2Cnt1 ul {
    list-style: none;
    padding-left: 0;
}

.sec2Cnt1 li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sec2Cnt1 li::after {
    content: " ";
    background: url(../images/blue-tick.svg) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.sec2Cnt4 .col-md-5 {
    padding-left: 15px;
}

.sec3 {
    padding: 3.5rem 0 4rem 0;
    background-color: #F6F3EC
}


.sec3 .quote{
    border-radius: 10px;
    border: 1px #B78400 solid;
    background-color: #FFF5C3
}

.trail-bg {
    background: url("../images/bg-trail.svg") no-repeat center center / auto 100%;
}

.sec3Hd {
    text-align: center;
    margin-bottom: 2rem;
}

.feat-2 {
    width: 100%;
    margin: auto
}

.sec3Hd h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 49px;
}

.sec3Cnt1 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 49px;
    color: #1286CC;
}

.sec3Cnt1 h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.sec3Cnt1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sec3Cnt4 .col-md-5 {
    padding-left: 15px;
}



.sec3Cnt1 {
    padding-bottom: 1rem;
}

.sec3Cnt6 {
    margin-bottom: 2rem;
}

    .sec3Cnt6 .col-md-8 {
        display: flex;
    }

    .sec3Cnt6 img {
        width: 100px;
        object-fit: contain;
    }

    .sec3Cnt6 p {
        width: calc(100% - 100px);
        text-align: center;
        font-size: 20px;
        padding-left: 20px;
    }

.sec3Cnt7 .amazonAr {
    max-width: 325px;
    width: 100%;
}

.sec3Cnt7 .orderNwbtn {
    display: inline-block;
    max-width: 320px;
    font-size: 19px;
    width: 100%;
}

.sec3Cnt7 .shipArs {
    justify-content: center;
}



.sec4 {
    padding-top: 3rem;
}

    .sec4 h2 {
        font-weight: 700;
        font-size: 36px;
        line-height: 49px;
        text-align: center;
        margin-bottom: 30px;
    }

    .sec4 h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }

        .sec4 h5 span {
            font-weight: 400;
        }

    .sec4 h6 {
        font-weight: 400;
        font-size: 11px;
        line-height: 24px;
        color: #6EB620
    }

.sec4Inr {
    background: #ffff;
    box-shadow: 0px 4px 10px 0px #D2D0CA;
    border-radius: 10px
}

.sec4Inr img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.sec4Inr img.img-fluid.stars {
    max-width: 90px;
    height: auto;
    border-radius: 0;
}
.sec4Inr img.img-fluid.shield {
    max-width: 15px;
    height: auto;
    border-radius: 0;
    margin-bottom: 0px;
    margin-right:2px;
}

.sec4Cnt {
    padding: 15px;
    min-height: 250px;
}

    .sec4Cnt img {
        height: 20px;
        margin-bottom: 10px;
    }

    .sec4Cnt h3 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sec4Cnt h6 {
        font-size: 12px;
        line-height: 22px;
        color: #1BBA86;
        margin-bottom: 10px;
        
    }

.sec4 .col-md-4 {
    margin-bottom: 25px;
}



.sec5 {
    padding: 4rem 0 0rem 0;
    background: linear-gradient(180deg, #F6F3EC 35%, transparent 0%);
}

    .sec5 h2 {
        text-align: center;
        font-size: 42px;
        line-height: 32px;
        font-weight: bold;
    }

    .sec5 p {
        text-align: center;
        font-size: 18px;
        line-height: 27px;
    }



    .sec6 {
        padding: 3rem 0;
    }

    .sec6Hd {
        text-align: center;
        margin-bottom: 2rem;
    }

    .sec6Hd h2 {
        font-weight: bold;
        font-size: 42px;
        margin-bottom: 0px;
        line-height:49px;
    }
    .sec6Hd h3 {
        font-size: 26px;
        line-height:49px;
    }

    .sec6List {
        display: flex;
        align-items: flex-start;
        margin-bottom: 3rem;
    }

    .sec6List img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .sec6List div {
        width: calc(100% - 40px);
        padding-left: 15px;
    }

    .sec6List h3 {
        font-size: 20px;
        font-weight: bold;
        color:#1286CC;
    }

    .sec6List p {
        font-size: 16px;
    }
   
    .sec6List p  {
    position: relative;
    z-index: 1;
    }
    
    .sec6List p::after {
        content: " ";
        background: #CBC2A8;
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -22px;
        z-index: -1;
    }
    .sec6List p.last1::after,
    .sec6List p.last2::after {
        content: " ";
        background: #CBC2A8;
        position: absolute;
        width: 100%;
        height: 0px;
        left: 0;
        z-index: -1;
    }

    sec6List mb-md-0
    
    .sec6 .row .col-md-4:nth-child(2) {
        text-align: center;
    }

    .sec6 .row .col-md-4:nth-child(2) img {
        height: 450px;
        object-fit: contain;
    }

.sec6Cnt1 {
    padding-top: 4rem;
}

    .sec6Cnt1 h4 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2.5rem;
    }

.sec6Cnt1Inr .col-md-3, .sec6Cnt1InrMbInr {
    text-align: center;
}

    .sec6Cnt1Inr .col-md-3 img, .sec6Cnt1InrMbInr img {
        height: 40px;
        margin-bottom: 15px;
    }

    .sec6Cnt1Inr .col-md-3 h4 {
        font-size: 17px;
    }

    .sec6Cnt1InrMbInr img {
        margin: 0 auto 10px;
    }

    .sec6Cnt1InrMbInr h4 {
        font-size: 15px !important;
    }
    .turnon {
             text-align:start!important;
            }

    .sec7 {
        padding: 4rem 0 2rem 0;
    }
    
    .offer {
        background-color: #FFFBE7!important;
        border: dashed 3px #000;
        border-radius: 10px;
    }
    .offer-icon {
        width:30px;
        margin-right: 15px;
    }
    .sec7 h2 {
        font-weight: bold;
        font-size: 48px;
        line-height: 64px;
    }
    .sec7 h3 {
        font-weight: bold;
        font-size: 32px;
        line-height: 44px;
    }
    .sec7 h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 44px;
    }
    .sec7 h5 {
        font-weight: bold;
        font-size: 26px;
        line-height: 44px;
        color:#00A353;
        text-decoration: underline;
    }
    .sec7 p {
        line-height: 24px;
        font-size: 20px;
}


        .sec8 {
            padding: 0rem 0 4rem 0
        }

        .sec8 .bannerMain {
            padding: 4rem 0 4rem 0
        }

        .sec8 .bannerMain h2 {
            font-size: 48px;
            line-height: 60px
        }

        .sec8 .bannerMain h5 {
            font-size: 22px;
            line-height: 33px;
            color: #1286CC;
            font-weight: 700;
            margin-bottom: 15px;
        }


        .sec8 .bannerMain p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .sec8 .bannerMain ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 30px;
        }

        .sec8 .bannerMain li {
            position: relative;
            padding-left: 35px;
            font-size: 18px;
            margin-bottom: 10px;
        }

            .sec8 .bannerMain li::after {
                content: " ";
                background: url("../images/blue-tick.svg") no-repeat center center / contain;
                position: absolute;
                left: 0;
                top: 0;
                width: 25px;
                height: 25px;
            }

    .sec8 .bannerImg2 {
        height: 720px;
    }

    .sec8 .bnrImg3 {
        position: absolute;
        top: -5%;
        left: 41%;
        width: 100%;
        max-width: 800px;
    }



.sec9 {
    padding: 2rem 0 10rem 0;

}

.sec9 h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    color: #1A0DAB;
}
    
.sec10 {    
}
.bg-beige {
    background: #F6F3EA;
    padding: 5rem 0;
}
    
.offer-red {
    background-color: #FFE5E147!important;
    border: dashed 3px #CF0001;
    border-radius: 10px;
}
.sec10 h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
}
.sec10 h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
}
.sec10 h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
}
.sec10 h5 {
    font-weight: bold;
    font-size: 26px;
    line-height: 44px;
    color:#00A353;
    text-decoration: underline;
}
.sec10 p {
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
}
.sec11 {
    background-color: #1286CC !important;
    position: relative;

}
.sticky {
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.sec11 br {
    display:none;
}
.sec11 h5 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom:0px;
    color:#FED500;
}
.sec11 .orderNwbtn {
    font-size: 17px;
    box-shadow: 0px 4px 10px 0px #2a2a2a;
}
.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px 0px #D2D0CA;
    border-radius: 10px
}

    .accordion-item:not(:first-of-type) {
        box-shadow: 0px 4px 8px 0px #D2D0CA;
        border-radius: 10px
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        box-shadow: 0px 4px 8px 0px #D2D0CA;
        border-radius: 10px
    }

    .accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type {
        border-radius: 10px;
    }

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus-icon.png');
    transform: none;
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.accordion-button::after {
    background-image: url("../images/plus-icon.png");
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.accordion-button {
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 4px 8px 0px #D2D0CA;
    border-radius: 10px
}

.accordion-body p {
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none;
}



.custmFtr {
    padding: 25px 0;
    text-align: center;
}

    .custmFtr p, .custmFtr p a {
        color: #7C7C7C;
        font-size: 15px;
    }

        .custmFtr p a {
            padding: 0 10px;
        }

.custmFtr img {
    height: 50px;
}



/*

==============================================

pulse

==============================================

*/



.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}


@-webkit-keyframes pulse {

    0% {
        -webkit-transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
    }
}



.mobCtaBtn {
    display: none;
}



@media (max-width: 1400px) {
}

@media (max-width: 1199px) {

    .bannerMain {
        padding: 2rem 0;
    }

    /*.bannerImg2 img{object-fit: unset;}*/

    .ratingAr img {
        margin-right: 10px;
    }

    .bannerImg2 {
        height: 580px;
        width: 50%;
    }


    .bannerMain p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .bannerMain li {
        font-size: 16px;
    }

    .bannerMain ul {
        margin-bottom: 20px;
        padding-right: 155px;
    }


    .feat-2 {
        width: 100%;
        display: block
    }

    .sec3Cnt1 {
        padding-bottom: 4rem;
    }

    .sec3Cnt1 h2 {
        padding-top: 0;
    }


    .cmpcol3Inr h3 {
        padding: 8px 0;
    }

    .sec6Cnt1 {
        padding-top: 0rem;
    }

    .sec7 h3 {
        font-size: 33px;
    }

    .sec8 {
        padding: 0rem 0 1rem 0;
    }

    .sec8 .bannerMain {
        padding: 1rem 0 3rem 0;
    }

    .sec8 .bannerMain h2 {
        font-size: 28px;
        line-height: 38px
    }

    .sec8 .bnrImg3 {
        position: absolute;
        top: 0%;
        left: 45%;
        width: 100%;
        max-width: 650px;
    }

    .sec8 .bannerImg2 {
        height: 550px;
    }

    .sec8 .shipArs p {
        margin-bottom: 0;
    }

    .bnrImg3 {
        width: 700px
    }
}

@media (max-width: 1024px) {

    .sec8 .bnrImg3 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 100%;
        max-width: 550px
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }



}

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top:60px;
        z-index: 9999999;
        background: #fff;
    }

    .navbar-toggler {
        margin-left: auto;
    }


    .navbar-toggler:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }
    
    .feat-2 {
        width: 50%;
        display: block
    }

    .bannerImg2 {
        height: 500px;
        width: 50%;
    }

    .secureAr .col-md-4 img {
        width: 35px;
        height: 35px;
    }

    .secureAr .col-md-4 div {
        padding-left: 15px;
    }

    .sec3Cnt1 {
        padding-bottom: 2rem;
    }

    .sec4Cnt {
        padding: 20px 10px;
    }

        .sec4Cnt p {
            font-size: 15px;
            line-height: 20px;
        }

        .sec4Cnt h6 {
            font-size: 11px;
        }

    .cmpcol3Inr h3 {
        padding: 3px 0;
    }

    .sec7 h3 {
        font-size: 25px;
    }

    .sec8 .bannerImg2 {
        height: 410px;
    }

    .sec8 .bnrImg3 {
        position: absolute;
        top: 13%;
        left: 56%;
        width: 100%;
        max-width: 498px
    }

    .bnrImg3 {
        top: 2%;
        width: 650px;
        left: 45%;
    }


    .featSml p {
        font-size: 14px;
        line-height: 33px;
    }
    

    
}
@media (max-width: 912px) {
    .bannerMain br {
        display:none;
    }
    .bannerMain h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .bannerMain h4 {
        font-size: 28px;
        line-height: 40px;
        padding-right:30px;
    }
    .bnrImg3 {
        top: 2%;
        width: 650;
        left: 34%;
    }
    .bnrBadge {
        position: absolute;
        top: 5%;
        left: 55%;
        max-width: 120px;
    }
    .sec2Cnt1 h2 {
        padding: 0px 50px;
    }
    .sec7 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .sec7 h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .sec10 h2 {
        font-weight: bold;
        font-size: 35px;
        line-height: 45px;
    }
    .sec10 p {
        font-size: 18px;
        line-height: 38px;
    }
    .sec11 br {
        display: initial;
    }
}

    @media (max-width: 767px) {
        .bannerMain br {
            display:initial;
        }
        .orderNwbtn {
            font-size: 17px;
            display: inline-block;
        }
        .navbar {
            border-bottom: 1px solid #dee2e6 !important;
            padding:0px;
        }

        header .orderNwbtn {
            display: none;
        }

        .featSmlmob {
            display: block;
        }

        .bannerImg2 {
            display: none;
        }

        .bannerMain {
            padding-top: 0;
            padding-bottom: .5rem;
            background: none;
        }
        .bnrBadge {
            position: absolute;
            top: 24%;
            left: 67%;
            max-width: 110px;
        }
        .ratingAr {
            justify-content: center;
            margin-top:10px;
        }

            .ratingAr img {
                height: 20px;
                margin-right: 5px;
                margin-bottom: 5px;
            }

        .bannerMain h2 {
            font-size: 28px;
            line-height: 37px;
            text-align: center;
        }
        .bannerMain h4 {
            font-size: 18px;
            line-height: 24px;
            text-align:center;
        }
        .bannerMain p {
            font-size: 16px;
            margin-bottom: 15px;
            text-align: center;
        }

        .bannerMain li::after {
            width: 20px;
            height: 20px
        }

        .bannerMain li {
            padding-left: 30px;
        }

        .bannerMain p br {
            display: none;
        }

        .bannerMain p b {
            display: block;
        }

        .amazonAr p {
            font-size: 14px !important;
            margin-bottom: 0;
        }

        .bannerMain .orderNwbtn, .amazonAr {
            font-size: 17px !important;
        }

        .shipArs {
            justify-content: center;
        }

            .shipArs p, .shipArs span {
                margin-bottom: 0 !important;
            }

                .shipArs p b {
                    display: inline-block;
                }

        .revimg {
            height: 80px;
            width: 80px;
        }

        .testiAr div {
            width: calc(100% - 80px);
            padding-left: 10px;
        }

            .testiAr div h2 {
                font-size: 18px;
                display: flex;
                align-items: center;
                margin-bottom: 10px;
            }

                .testiAr div h2 img {
                    height: 22px;
                    margin-right: 10px;
                }

        .secureAr h2 {
            font-size: 26px;
        }

            .secureAr h2 br {
                display: none;
            }

            .secureAr h2 span::after {
                height: 5px;
            }

        .secureAr {
            padding: 2rem 0;
        }

        .secureArInr {
            display: none;
        }

        .secureArInrMob {
            display: block;
        }

        .secureArInrMobMain h3 {
            font-size: 18px;
        }

        .slick-dots li button:before {
            opacity: 1;
            color: #D9D9D9;
            font-size: 12px;
        }

        .slick-dots li.slick-active button:before {
            opacity: 0.40;
            color: #D9D9D9;
            font-size: 12px;
        }

        .slick-dots li {
            margin: auto;
        }

        .slick-dots {
            bottom: -35px;
        }

        .secureArInrMobMain {
            justify-content: center;
        }

        .testiAr p {
            text-align: left !important;
            font-size: 16px !important;    
        }

        .sec1Cnt1 h2 {
            text-align: center;
            font-size: 26px;
            line-height: 34px;
        }

        .sec1Cnt1 h3 {
            text-align: center;
            font-size: 20px;
            line-height: 26px;
        }

        .feat-2 {
            width: 50%;
            margin: auto !important;
            text-align: center;
            display: block;
            padding: 25px 0px
        }

        .sec1 {
            padding: 2rem 0 4rem 0;
        }

        .sec3Cnt1 h2 {
            font-size: 24px;
            line-height: 49px;
        }

        .sec1Cnt1 h5 {
            text-align: center;
            font-size: 20px;
            line-height: 26px;
        }

        .sec2 {
            padding: 2rem 0;
        }

        .sec2Cnt1 h2 {
            text-align: center;
            font-size: 26px;
            line-height: 34px;
            margin-bottom:-5px;
        }

        .sec2Cnt1 h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .sec3 {
            padding: 2rem 0;
        }
        .sec3 p {
            font-size: 16px;
            line-height: 26px;
            text-align:start!important;
        }
        .trail-bg {
            background: url("../images/bg-trail-m.svg") no-repeat center 25px / auto 80%
        }

        .sec3Hd img {
            height: 60px;
            margin-bottom: 10px;
        }

        .sec3Hd h2 {
            font-size: 26px;
            line-height: 34px;
            margin-bottom: 10px;
        }

        .sec3Hd p br {
            display: none;
        }

        .sec3Hd {
            margin-bottom: 2rem;
        }

        .step-2 {
            float: right
        }

        .sec3Cnt1 {
            padding-bottom: 2rem;
        }

            .sec3Cnt1 img {
                width: 80%;
            }

        .sec3Cnt4 .row .col-md-5 {
            order: 2;
        }

        .sec3Cnt4 .row .col-md-7 {
            order: 1;
        }

        .sec3Cnt6 img {
            object-fit: contain;
        }

        .sec3Cnt6 .col-md-8 {
            align-items: flex-start;
        }

        .sec3Cnt6 p {
            text-align: left;
            font-size: 16px;
        }

        .sec3Cnt7 .amazonAr, .sec3Cnt7 .orderNwbtn {
            max-width: 400px;
        }

        .sec3Cnt1 h2 {
            padding-top: 20px;
        }

        .sec4 h2 {
            font-size: 26px;
            line-height: 34px;
            margin-top:35px
        }



        .sec4Cnt {
            padding: 20px;
        }

            .sec4Cnt p {
                font-size: 16px;
                line-height: 25px;
            }

            .sec4Cnt h6 {
                font-size: 14px;
            }

        .sec4Inr img {
            width: 100%
        }

            .sec4Inr img.img-fluid.stars {
                max-width: 80px;
                height: auto
            }

        .compareTable {
            max-width: 100%;
        }

        .cmSmall {
            margin: auto;
        }

        .cmpcol2Inr, .cmpcol3Inr {
            padding: 10px;
        }

            .cmpcol3Inr h3 {
                font-size: 13px;
            }

        .cmpcol1 p {
            font-size: 13px;
        }

        .tickImg, .crossImg {
            height: 20px !important;
        }

        .sec5 h2 {
            font-size: 26px;
        }

        .sec5 {
            padding: 1rem 0;
            background: linear-gradient(180deg, #F6F3EC 75%, #F6F3EC 0%);
        }

        .sec4 {
            padding-top: 0rem;
            padding-bottom: 1rem;
        }

        .cmpcol3Inr h3 {
            padding: 15px 0;
        }

        .cmpcol2Inr img:nth-child(2) {
            height: 20px;
            object-fit: contain;
        }

        .compareTable {
            margin: 0 auto 0rem;
        }

        .sec5Mob {
            padding: 2rem 0;
        }

        .sec6 {
            padding: 2rem 0;
        }

        .sec6Hd {
            margin-bottom: 1rem;
        }

        .sec6Hd h2 {
            font-size: 26px;
            line-height: 34px;
        }


        .sec6 .row .col-md-4:nth-child(2) {
            order: 2;
            margin-bottom: 2rem;
        }

        .sec6 .row .col-md-4:nth-child(2) img {
            height: 350px;
            object-fit: contain;
        }

        .sec6 .row .col-md-4:nth-child(3) {
            order: 3;
        }

        .sec6List {
            margin-bottom: 2.5rem;
        }

        .sec6Cnt1 {
            padding-top: 1rem;
        }

        .sec6Cnt1 h4 {
            font-size: 22px;
            margin-bottom: 1.5rem;
        }
        .sec6List p::after,
        .sec6List p.last1::after {
            content: " ";
            background: #CBC2A8;
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            bottom: -19px;
            z-index: -1;
        }
        .howto {
            padding: 0px 15px;
        }
        .howto h4 {
            font-size: 20px;
        } 
        .howto, .turnon {
            text-align:center!important;
        }

        .90day {
            width: 50%;
            margin-bottom:15px;
        }
        .guarantee h3 {
            font-size: 24px;
            line-height: 27px;
            margin-top:15px
        }
        guarantee {
            text-align:center;
        }

       .offer-icon {
            width:50px;
            margin-right: 15px;
        }
        .sec7 {
            padding: 2rem 0;
        }

        .sec7 .col-md-7 {
            text-align: center;
        }
        .sec7 h2 {
            font-size: 26px;
            line-height: 34px;
        }
        .sec7 h3 {
            font-size: 26px;
            line-height: 34px;
        }
        .sec7 h4 {
            font-size: 18px;
            line-height: 34px;
        }
        .sec7 h5 {
            font-size: 18px;
            line-height: 24px;
        }
        .offer {
            text-align:center
        }
        .sec8 {
            padding: 1.5rem 0 0rem 0;
        }

            .sec8 .bannerMain {
                padding: 0rem 0 2rem 0;
            }

                .sec8 .bannerMain h2 {
                    font-size: 28px;
                    line-height: 38px
                }

                .sec8 .bannerMain h5 {
                    font-size: 20px;
                    line-height: 29px;
                    text-align: center;
                }

                .sec8 .bannerMain li {
                    font-size: 16px;
                    line-height: 24px;
                }

                    .sec8 .bannerMain li::after {
                        width: 20px;
                        height: 20px;
                    }

        .sec9 h3 {
            font-size: 18px;
            margin-bottom: 20px;
        }



        .sec8 .bannerMain ul {
            list-style: none;
            padding-left: 0;
        }

        .sec8 .bannerMain li {
            padding-left: 30px;
        }

            .sec8 .bannerMain li::after {
                display: block;
            }
        .sec10 h2 {
            font-size: 26px;
            line-height: 34px;     
        }
        .sec10 h4 {
            font-weight: 600;
            font-size: 20px;
            line-height: 26px;
            padding: 5px 0px;
        }
        .sec10 p {
            font-weight: bold;
            font-size: 17px;
            line-height: 29px;
            padding: 5px 0px 10px 0px;
        }
        .sec10 h5 {
            font-size: 18px;
            line-height: 30px;
        }
        .bg-beige {
            background: #F6F3EA;
            padding: 2rem 0 3rem 0;
        }
        .custmFtr p, .custmFtr p a {
            font-size: 13px;
        }

        .sec11 h5 {
            margin-bottom:15px
        }
        .mobCtaBtn {
            display: block;
            position: fixed;
            bottom: 0;
            background: #fff;
            width: 100%;
            left: 0;
            text-align: center;
            padding: 10px 20px 5px 20px;
            z-index: 2;
        }

            .mobCtaBtn a {
                display: block;
                font-size: 18px;
            }

        .bnrImg3 {
            display: none;
        }

    }

    @media (min-width: 1400px) {

        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1140px;
        }
    }

    .d-none {
        display: none;
    }

    .trans {
        transition: 0.4s ease;
    }
