html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #FBFAF5
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
}

#more {
    display: none;
}

#myBtn {
    color: #000;
    text-decoration: underline
}

.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);
    }


/* 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;
    font-weight: 500;
    transition: all 0.2s linear;
}

    .nav-item a:hover {
        color: #000;
        background-color: #EBE2CB;
    }

.orderNwbtn {
    background: #00B649;
    color: #fff;
    border-radius: 35px;
    font-size:20px;
    font-weight: 600;
    padding: 14px 20px;
    transition: all 0.2s linear;
    box-shadow: 0px 4px 10px 0px #D2D0CA;
}

    .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: #ECC962;
    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: 15px;
    }

    .ratingAr p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

.bannerMain h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bannerMain span {
    color: #1B9AD5;
}

.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;
    width: 325px;
    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;
}

.bannerImg2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 758px;
    width: 60%;
}

    .bannerImg2 img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: right;
    }


.testiAr {
    width: calc(100% - 220px);
    padding-top: 20px;
}

    .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: 15px !important;
        line-height: 23px;
        margin-bottom: 5px !important
    }



.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: 3.5rem 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: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #1286CC
}

.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: 3.5rem 0 2.5rem 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 h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 49px;
}

.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 0 0;
    background-color: #F6F3EC
}

.trail-bg {
    background: url("../images/bg-trail.svg") no-repeat center center / auto 100%;
}

.sec3Hd {
    text-align: center;
    margin-bottom: 4rem;
}

.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-bottom: 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
        }

.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: 14px;
        margin-bottom: 10px;
    }

.sec4 .col-md-4 {
    margin-bottom: 25px;
}



.sec5 {
    padding: 4rem 0 0rem 0;
    background: linear-gradient(180deg, #F6F3EC 75%, 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: 4rem;
}

    .sec6Hd h2 {
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 15px;
    }

.sec6List {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
}

    .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;
    }

    .sec6List p {
        font-size: 16px;
    }

.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;
    }



.sec7 {
    background: #000;
    padding: 4rem 0;
}

    .sec7 img {
        height: 200px;
        object-fit: contain;
    }

    .sec7 .col-md-3 {
        text-align: center;
    }

    .sec7 h3 {
        color: #fff;
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 15px;
    }

    .sec7 p {
        color: #fff;
        margin-bottom: 0;
    }


.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: 1%;
        left: 41%;
        width: 100%;
        max-width: 800px;
    }



.sec9 {
    padding: 4rem 0;
    background: #F6F3EA;
}

    .sec9 h3 {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 3rem;
    }

.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 h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .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;
        }

    .sec3Hd h2 {
        font-size: 30px;
    }

    .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) {
    .bnrImg3 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 100%;
        max-width: 550px
    }

    .sec8 .bnrImg3 {
        position: absolute;
        top: 5%;
        left: 50%;
        width: 100%;
        max-width: 550px
    }

    .testiAr {
        display: none
    }
}

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
        z-index: 9999999;
        background: #fff;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-toggler {
        padding: 0;
    }

        .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: 767px) {

        .navbar {
            border-bottom: 1px solid #dee2e6 !important;
        }

        header .orderNwbtn {
            display: none;
        }

        .featSmlmob {
            display: block;
        }

        .bannerImg2 {
            display: none;
        }

        .bannerMain {
            padding-top: 0;
            padding-bottom: .5rem;
            background: none;
        }

        .ratingAr {
            justify-content: center;
            margin-top:10px;
        }

            .ratingAr img {
                height: 20px;
                margin-right: 5px;
                margin-bottom: 5px;
            }

        .bannerMain h2 {
            font-size: 28px;
            font-weight: bold;
            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 {
            display: block;
            max-width: 400px;
            margin: 0 auto 10px;
            text-align: center;
        }

        .shipArs {
            justify-content: center;
        }

            .shipArs p, .shipArs span {
                margin-bottom: 0 !important;
            }

                .shipArs p b {
                    display: inline-block;
                }

        .testiAr {
            padding-top: 20px;
        }

        .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
        }

        .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;
        }

        .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;
        }

        .sec2Cnt1 h4 {
            font-size: 20px;
            line-height: 49px;
        }

        .sec3 {
            padding: 2rem 0;
        }

        .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;
        }

        .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;
        }

            .sec4 h2 br {
                display: none;
            }

        .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-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: 2rem;
        }

            .sec6Hd h2 {
                font-size: 26px;
            }

                .sec6Hd h2 br {
                    display: none;
                }

        .sec6 .row .col-md-4:first-child {
            order: 1;
        }

        .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: 1rem;
        }

            .sec6List h3 {
                font-size: 18px;
            }

        .sec6Cnt1 {
            padding-top: 1rem;
        }

            .sec6Cnt1 h4 {
                font-size: 22px;
                margin-bottom: 1.5rem;
            }

        .sec7 {
            padding: 2rem 0;
        }

            .sec7 img {
                height: 150px;
                margin-bottom: 20px;
            }

            .sec7 .col-md-7 {
                text-align: center;
            }

            .sec7 h3 {
                font-size: 26px;
            }

        .sec8 {
            padding: 3rem 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: 26px;
            margin-bottom: 20px;
        }

        .sec9 {
            padding: 2rem 0 3rem;
        }

        .sec8 .bannerMain ul {
            list-style: none;
            padding-left: 0;
        }

        .sec8 .bannerMain li {
            padding-left: 30px;
        }

            .sec8 .bannerMain li::after {
                display: block;
            }

        .custmFtr p, .custmFtr p a {
            font-size: 13px;
        }

        .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;
    }
