html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}
li {
    list-style: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}
.h2, h2 {
    font-size: 48px;
    font-weight: 700;
}
.h3, h3 {
    font-size: 20px;
    font-weight: 700;
    color: #5273DE;
}
.btn-text1:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #95DF89;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

@font-face {
    font-family: 'HelveticaNeueMediumExtended';
    src: url('../fonts/HelveticaNeueMediumExtended.eot');
    src: url('../fonts/HelveticaNeueMediumExtended.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueMediumExtended.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMediumExtended.woff') format('woff'),
        url('../fonts/HelveticaNeueMediumExtended.ttf') format('truetype'),
        url('../fonts/HelveticaNeueMediumExtended.svg#HelveticaNeueMediumExtended') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('../fonts/HelveticaNeueUltraLight.eot');
    src: url('../fonts/HelveticaNeueUltraLight.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueUltraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueUltraLight.woff') format('woff'),
        url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'),
        url('../fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueW0166MediumIt';
    src: url('../fonts/HelveticaNeueW0166MediumIt.eot');
    src: url('../fonts/HelveticaNeueW0166MediumIt.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueW0166MediumIt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueW0166MediumIt.woff') format('woff'),
        url('../fonts/HelveticaNeueW0166MediumIt.ttf') format('truetype'),
        url('../fonts/HelveticaNeueW0166MediumIt.svg#HelveticaNeueW0166MediumIt') format('svg');
}


/* Header */

.bg-light-blue {
    background: #FCFCFE;
}
.header {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

header .container {
    max-width: 1300px;
}
.promo {
    background: #0057BD;
    color:#fff;
    padding: 5px;
}
.promo p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}
.promo span {
   color: #FED606;
}
.navbar {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    z-index:99;
}

.navbar-brand img {
    height: 40px;
}

.nav-item a {
    color: #000;
    transition: all 0.2s linear;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    padding: 15px !important;
}

.nav-item a:hover {
    color: #fff;
    background-color: #5374E0;
}


.orderNwbtn.btn-1 {
    margin-left: 65px;
    border: 0px solid #0065F2;
    background: transparent;
    color: #000 !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline!important;
    box-shadow: 0px 0px 0px 0px #ffffff;
}
/*
header.fixed-top .orderNwbtn.btn-1 {
    border: 2px solid #0065F2;
    background: #0065F2;
    color: #fff !important;
    transition: .3s ease-in-out;
}*/
.orderNwbtn {
    box-shadow: 0px 4px 8px 0px #00000026;
    border: 1px solid #D9B600;
    background: #FED606;
    color: #000 !important;
    font-weight: 600;
    border-radius: 35px;
    padding: 14px 20px;
    transition: all 0.2s linear;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    /* display: flex;
    gap: 3px; */
    align-items: center;
    display: block;
}
/*
.orderNwbtn:hover {
    font-weight: 600;
    border: 2px solid #033ba5;
    background: #033ba5;
    color: #FFF !important;
}/*

.orderNwbtn span {
    color: #000;
    padding-right: 0px;
}

.orderNwbtn span:hover {

    color: #fff;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    border-radius:8px;
}

/* Header */


.bannerMain {
    background: #FCFCFE;
    padding-top: 25px;
    position: relative;
    width: 100%;
    display: flex;
}
.bannerMainBg {
    background: url("../images/header_woman.png") right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat
}
.bannerMain .glasses {
    right: 0px!important;
    bottom: -85px!important
}
.bannerMain .glasses img {
    width: 450px;
}
.bannerMain .container {
    max-width: 1300px;
    position: relative;
}
.ratingAr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bannerMain .context {
    width: 45%;
}
.ratingAr img {
    height: 20px;
    margin-right: 10px;
}
.ratingAr p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    
}
.bannerMain h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 73px;
}
.bannerMain span {
    color: #5374E0;
}
.bannerMain ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0px 20px;
}
.bannerMain li {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.bannerMain li::before {
    content: " ";
    background: url("../images/tick.svg") no-repeat center center / contain;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;     
}
.bannerMain p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.bannerMain p.small {
    font-size: 14px;
    font-weight: 400;
    margin-top:15px;
    margin-bottom:5px;
}
.bannerMain .seenlogo {
    width: 500px;
}
.bannerMain p.designBy{
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0px;
}
.bannerMain .doctorCir {
    width: 85px;
}

.bannerMain .orderNwbtn {
    display: inline-block;
    padding: 14px 55px;
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.bannerMain .orderNwbtn span {
    color: #000
}

.bannerMain .orderNwbtn span:hover {
    color: #fff;
}

.shipArs {
    display: flex;
    align-items: center;
}

.greenImg {
    height: 16px;
    margin-right: 5px;
}

.shipArs p,
.shipArs span {
    font-size: 11px !important;
    margin-bottom: 0;
}

.stocks {
    height: 14px;
    margin: 0 5px;
}

.bnrImg3 {
    position: absolute;
    top: 267px;
    right: 43%;
    height: 173px;
    width: 173px;
    z-index: 9;
}

.bannerImg2 {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: 50%;
    bottom: 0;
}

.bannerImg2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}



.secureAr {
    padding: 3rem 6rem;
}

/* .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;
} */
.secureArInr h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.secureArInr p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.secureArInr img {
    margin-bottom: 8px;
}

.secureArInr.secureArInr-1 img {
    margin-bottom: 8px;
    width: auto;
    height: 52px;
    object-fit: contain;
}




.secureAr .col-md-4 img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.secureAr .col-md-4 div {
    width: calc(100% - 40px );
    padding-left: 20px;
}

.secureAr .col-md-4 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.secureAr .col-md-4 p{
    color: #fff;
}
/* 
.secureArInrMob {
    display: none;
} */

/* .secureArInrMob .slick-prev,
.secureArInrMob .slick-next {
    display: none !important;
} */

.sec3 {
    padding: 2rem 0 3rem;
}
.sec3Hd {
    padding: 2.5rem 0rem 3rem;
}
.sec3Hd h2 {
    font-size: 48px;
    font-weight: 700;   
    text-align: center;
}
.sec3Hd h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #5273DE;
}
.sec3Cnt {
    padding: 2.5rem 0rem 0rem;
}
.sec3Cnt h2  {
    font-size:48px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 25px;
}
.sec3Cnt1 video {
    border-radius: 25px;
    width: 100%;
}

.sec3Cnt1 h2  {
    font-size: 36px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 25px;
}
.sec3Cnt1 h3  {
    font-size: 36px;
    font-weight: 700;
    color: #5273DE;
}
.sec3Cnt1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.sec3Cnt1 {
    padding-bottom: 5rem;
}

.sec3Cnt3 {
    background-color:#E8E6EB;
    border-radius: 25px;
    padding-bottom: 0px;
    margin-bottom: 5rem
}
.sec3Cnt3BG {
    background-image: url("../images/feature-03.png");
    background-size: cover;
    background-position: left center;
    border-radius: 0px 25px 25px 0px;
}
.sec3Cnt3BGcol {
    padding: 6rem 5rem
}
.sec3Cnt6 img {
    width: 100px;
    object-fit: contain;
}

.sec3Cnt6 p {
    text-align: center;
    font-size: 20px;
}

.sec3Cnt7 {
    max-width: 325px;
    width: 100%;
}

.sec3Cnt7 .shipArs {
    justify-content: center;
}

.secFeat {
    background: #5374E005;
    padding-top:50px;
}
.secFeatBG {
    background-image: url("../images/themanBG.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.secFeat .container {
    max-width: 1300px;
    position: relative;
}
.secFeat h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 63px;
}
.secFeat p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
}
.secFeat h3  {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}
.secFeat h3 span {
    color: #5273DE;
}
.secFeat .icon {
    width: 75px;
}
.sec4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.sec4 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
}

.sec4Inr {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 2px rgba(0, 101, 242, 0.1), 0px 1px 4px rgba(0, 101, 242, 0.1);
    margin-bottom: 16px;
}

.sec4Cnt {
    padding: 10px 20px 5px 0;
}

.sec4Cnt img {
    height: 20px;
    margin-bottom: 10px;
}

.sec4Cnt h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.sec4Cnt p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.sec4Cnt h6 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 500;
}

.sec4Cnt h6 span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;
    color: #1BBA85;
}

.sec4 .col-md-4 {
    margin-bottom: 25px;
}



.sec5 {
    background: #5374E005;
    padding: 3rem 0 1rem;
}


 
.sec6 {
}
.sec6 h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.sec6 h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #5273DE;
}
.sec6 h4 {
    font-size: 24px;
    font-weight: 700;
}
.sec6 h4 span {
    font-size: 24px;
    font-weight: 700;
    color: #5273DE;
}
.sec6 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.sec6 .glasses {
    width: 130% !important;
    position: relative;
    max-width: initial;
    left: -90px;
    top: -58px;
}
/*
.sec6Hd {
    text-align: center;
}

.sec6Hd h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}

.sec6List {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.sec6List img {
    width: 40px;
    height: 40px;
    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;
} 
*/
.secVid  {
    padding: 3rem;
}
.secVid video {
    border-radius: 25px;
    text-align: center
}
.secVid h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.secVid p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.secVid p span {
    color: #5273DE;
    font-weight: 600;
}


.sec7 {
    background: #5374E005;
    padding: 1rem 0 5rem;
}

.sec7 img.grtn {
    height: 250px;
    object-fit: contain;
}

.sec7 .col-md-3 {
    text-align: center;
}

.sec7 h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec7 p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}



/* .sec8 .bannerMain h1 {
    font-size: 40px;
}

.sec8 .bannerMain ul {
    list-style: disc;
    padding-left: 20px;
}

.sec8 .bannerMain li {
    padding-left: 0;
}

.sec8 .bannerMain li:after {
    display: none;
}

.sec8 .bannerImg2 {
    height: 720px;
} */



.sec9 {
    padding: 7rem 0 7rem;
}

.sec9 h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 63px;
    color: #000;
    text-align:center;
}

.accordion-item {
    margin-bottom: 10px;
    background:transparent;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 4px 8px 0px #889EDE1A;
    border-radius: 4px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #E6EEF9;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 4px;
}

.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.svg');
    transform: none;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button::after {
    background-image: url("../images/plus.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    background-color: transparent;

}
.accordion-button:not(.collapsed) {
    font-weight: 700;
}
.accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.accordion-body li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.accordion-button:focus {
    box-shadow: none;
}



.custmFtr {
    padding: 49px 0;
    text-align: center;
}

.custmFtr p,
.custmFtr p a {
    color: #7C7C7C;
    font-size: 15px;
}

.custmFtr p a {
    padding: 0 10px;
}



/*

==============================================

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;
    }

    .ratingAr p {
        font-size: 12px !important;
    }

    .bannerImg2 {
        height: auto;
        width: 48%;
        max-width: 100%;
    }

    .bannerMain .context {
        width: 46%;
    }

    .bannerMain h1 {
        font-size: 35px;
        margin-bottom: 10px;
        padding-right: 0px;
        line-height: normal
    }

    .bannerMain p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .bannerMain li {
        font-size: 16px;
    }

    .bannerMain ul {
        margin-bottom: 20px;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 20px;
    }

    .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: 32px;
    }

    .sec8 .bannerMain h1 {
        font-size: 30px;
    }

    /*.sec8 .bannerImg2 {*/
    /*    height: 550px;*/
    /*}*/

    /*.sec8 .shipArs p {
        margin-bottom: 0;
    }

    .bnrImg3 {
        height: 150px;
        width: 150px;
        right: 41%;
        top: 136px;
    }*/

    /* .featSml p{font-size: 12px;} */

}

@media (max-width: 991.9px) {

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50px;
        z-index: 9999999;
        background: #fff;
    }


    .navbar-toggler {
        padding: 0;
        margin-left: auto;
        margin-right: -34px;
        margin-top: 5px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }

    /* .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;
    }
    .secFeatBG {
        background-image: initial!important;
    }
        .sec7 h3 {
        font-size: 25px;
    }


    .bnrImg3 {
        top: 265px;
        right: 30%;
        height: 320px;
        width: 170px;
    }

}
@media (max-width: 1024px) {
.bannerMain h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}
.secFeatBG {
    background-image: url("../images/themanBGflip.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
}
@media (max-width: 767px) {

    .cmpcol2Inr1 {
        min-height: 57px;
        padding: 16px 0 !important;
    }
}

@media (max-width: 767px) {

    header .orderNwbtn {
        display: none;
    }

    /* .featSml{display: none;} */

    /* .featSmlmob{display: block;} */

    .bannerImg2 {
        display: none;
    }

    .bannerMain {
        padding-top: 0;
        padding-bottom: 1.5rem;
        background: none;
    }

    /* 
    .ratingAr {
        flex-direction: column;
    } */

    .ratingAr img {
        height: 25px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .bannerMain h1 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .bannerMain p {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }



    .bannerMain p b {
        display: block;
    }

 
    .bannerMain .orderNwbtn {
        display: block;
        max-width: 400px;
        margin: 0 auto 10px;
        text-align: 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 span::after {
        height: 5px;
    }

    .secureAr {
        padding: 0rem 0 1rem;
    }


    .testiAr p {
        text-align: left !important
    }

    .sec3 {
        padding: 0rem 0 0;
    }


 

    .sec3Cnt1 .col-md-5 {
        padding-left: 15px;
    }


    .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 .orderNwbtn {
        max-width: 400px;
    }


    .tickImg,
    .crossImg {
        height: 20px !important;
    }


    .sec5Mob {
        padding: 2rem 0;
    }


    .custmFtr p,
    .custmFtr p a {
        font-size: 13px;
    }

    .bnrImg3 {
        display: none;
    }

    .custmFtr .footer-logo {
        width: 170px;
    }




}

@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;
}

.cmpcol3-1 {
    margin-top: 17px;
}

.cmpcol3-2 {
    margin-top: 17px;
}

/* new */
header.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures the header is on top of other elements */
}

/* newwwwwwwwwwwwwwwwww */
.s5CompBox {
    display: inline-block;
    /* display: -webkit-box; */
    width: 900px;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    margin: 70px auto 51px;
    border: 1px solid #0057BD
    /* height: 524px; */
}


.s5Col1 {
    float: left;
    width: 30%;
    padding: 95px 0 0;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.s5Col1 ul li:last-child {
    border: none
}

.s5Col1 ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px
}

.s5Col2 {
    float: left;
    width: 23%;
    border-radius: 8px;
    margin: -12px 0px -25px 0;
    background: #5374E0;
}


.s5Col2Top {
    height: 130px;
    text-align: center;
}

.s5Col2Prod {
    margin: -30px auto 0px;
}

img.s5Col2Prod {
    height: auto;
    margin-bottom: 15px;
}

.s5Col2Prod {
    display: block;
    max-width: 100%;
    height: 75px;
}


.s5Col2Top p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.s5Col2 ul {
    padding-top: 5px;
    float: left;
    width: 100%;
}

.s5Col2 ul li {
    height: 60px;
    padding: 15px 0;
    border-bottom: 1px solid #C2C2C280;
    text-align: center;
}

.s5Col2 ul li:last-child {
    border: none;
    height: 80px
}

.compOne, .compTwo {
    background: transparent;
}

.s5Col2Top.s5Col3Top .star {
    padding-top: 26px;
    padding-bottom: 9px;
}

.sec5-1 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    margin-bottom: 54px;
    font-weight: bold;
}

.bnrList li {
    padding-left: 40px;
    background: url(../images/blue-check.svg) 0 1px no-repeat;
    color: #000;
    margin-top: 11px;
    text-align: left;
    font-style: 24px;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    background-size: 29px;
    margin-bottom: 100px;
    background-position: left 0px;
    margin-top: 56px;

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.show-mob-only {
    display: none;
}

.show-desk-only {
    display: block;
}

.s5Col2Top img.star {
    width: 90px;
}

.s5Col2Top p img.logp {
    width: 90px;
}
.sec4 .ratingAr p{
            font-size: 15px !important;
        margin-bottom: 10px;
        line-height: 26px;
        text-align: center;
        font-weight:700;
}
.sec4 .ratingAr{
        text-align: center;
    justify-content: center;
        flex-direction: column;
}
.sec4 .ratingAr p{
    margin-top:15px;
}
.secureAr .container {
    max-width: 1300px;
}
.sec3 .container {
    max-width: 1300px;
}
.sec5-1 .container {
    max-width: 1000px;
}
.sec4 .container {
    max-width: 1300px;
}
    img.feat {
        width: 100%;
    }
@media (max-width: 1199px) {
    .bannerImg2 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .s5Col2 {
        float: left;
        width: 21%;
    }

    .secureArInr h3 {
        font-size: 17px;
    }

    br.hide {
        display: none;
    }

    .s5Col1 ul li {
        font-size: 16px;
    }
}

@media (max-width: 1021px) {
    .s5Col2 {
        float: left;
        width: 23%;
    }
    .s5Col2.s5Col3 {
    margin: -65px 5px -25px 0;
}
    .ratingAr img {
        height: 10px;
    }
    .sec7 img.grtn {
        margin-bottom: 13px;
    }
    .sec7 h3{
        margin-bottom: 14px;
    }
}

@media (max-width: 991.9px) {
    .container .navbar-nav {
        padding: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border-top: 1px solid #D6D6D6;
        border-bottom: 0;
        top: 12px;
        background: #fff;

    }

    header li.nav-item {
        border-bottom: 1px solid #D6D6D6;
    }

    .orderNwbtn {

        padding: 9px 20px;
    }

    .bannerMain .context {
        width: 50%;
    }

    .bannerMain h1 {
        font-size: 25px;
    }

    .bannerMain p {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .ratingAr img {
        height: 15px;
        margin-right: 10px;
    }


    .bnrImg3 {
        top: 110px;
        right: 41%;
        height: 100px;
        width: 100px;
    }
    .sec5-1 img {
        width: 180px;
        height: auto;
    }

    .bnrList li {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
        background-size: 22px;
        background-position: left 1px;
    }

        .sec3Cnt1 {
        padding-bottom: 3.25rem;
    }
    .secureAr .container {
    max-width: 820px;
}
.sec3 .container {
    max-width: 820px;
}
.sec5-1 .container {
    max-width: 820px;
}
.sec4 .container {
    max-width: 820px;
}
.bannerMainBg {
    height: 600px;
    background-position:center bottom;
}
.sec3Cnt1 h3 {
    margin-top: 25px;

}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) { 
   footer.custmFtr{
       margin-bottom:0px !important;
   }
}
    }
@media (max-width: 820px) {
    .bannerMain {
        background: transparent;
    }
    .sec3Cnt1 p br {
        display: none;
    }
    .sec3Cnt3 {
        background-color: #f5f5f5;
        margin-bottom: 3rem;
    }
    .sec3Cnt3BG {
        background-image: url(../images/feature-03-mob.png);
        background-size: cover;
        background-position: bottom center;
        border-radius: 25px 25px 0px 0px;
        height: 390px;
        margin: 0px 30px;
        width: 95%;
    }
    .sec3Cnt3BGcol {
        padding: 0rem 3rem;
    }
    .bannerMain p.small {
        text-align: center;
    }

}
@media (max-width: 768.9px) {
    p {
        font-size: 18px;
        line-height: 32px;
    }
    .mobCtaBtn {
        display: block;
        position: fixed;
        bottom: 0;
        background: #5374E0;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 15px 20px;
        z-index: 2;
    }

    .mobCtaBtn a {
        display: block;
    }

    .shipArs {
        justify-content: center;
    }
    .container,
    .container-fluid {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
    }
    .promo {
        width: 100%;
    }
    .promo p {
        font-size: 15px;
        line-height: 32px;
    }
    .bannerMain .container {
        max-width: 600px;
    }

    .bannerMain .context {
        width: 100%;
    }

    .bannerMain .context {
        width: 100%;
    }

    .bannerImg2 img {
        display: none;
    }

    .bnrImg3 {
        display: none;
    }

    .bannerImg2 {
        display: none;
    }
    .bannerMain .seenlogo {
        width: 100%;
    }
    .show-mob-only {
        display: block;
    }

    .show-desk-only {
        display: none;
    }

    .navbar-toggler {
        margin-right: 0;
        margin-top: 5px;
    }

    .ratingAr {
        justify-content: center;
        margin-top: 21px;
        margin-bottom: 13px;
    }

    .ratingAr img {
        margin-bottom: 0px;
        width: 98px;
        height: 18px;
    }

    .bannerMain h1 {
        font-size: 32px;
        line-height: 43px;
        text-align: center;
    }
    .bannerMain p {
        font-size: 18px;
        line-height: 28px;
    }
    .bannerMain p.small {
        margin-top: 0px;
    }
    .bannerMain ul {
        margin: 10px 0px 0px;
    }
    .sec3Cnt {
        padding: 0rem 0rem 0rem;
    }
    .sec3Cnt1 h2 {
        font-size: 28px;
        line-height: 38px;
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .sec3Cnt1 h3 {
        font-size: 28px;
        padding-top: 15px;
    }
    .sec3Cnt1 {
        padding-bottom: 2.5rem
    }
    .sec3Cnt3BG {
        background-image: initial;
        background-size: initial;
        background-position: initial;
        border-radius: 0px 25px 25px 0px;
        height: initial;
        width: initial;
        margin: initial;
    }
    .sec3Cnt3BGcol {
        padding: 0rem 3rem
    }
    .sec3Cnt h2 {
    font-size: 31px;
    line-height: 41px;
    margin-top:10px;
    }

    .sec3Cnt3 img {
    border-radius: 25px;
    }
    .secFeat {
        padding-top: 25px;
    }
    .secFeat h2 {
        font-size: 32px;
        line-height: 41px;
        padding: 0px 35px;
    }
    .secFeat h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .sec3Hd h2 span {
        font-size: 14px;
        line-height: 22px;
    }

    .sec3Hd h2 {
        font-size: 32px;
        line-height: 41px;
        padding: 0px 35px;
    }
    .sec3Hd h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .sec3Hd {
        padding: 2.5rem 0rem .8rem;
        text-align:center;
    }
    .sec3Cnt1.sec3Cnt4 {
        padding-bottom: 2.5rem
    }

    .sec6 h3 {
        font-size: 18px;
    }
    .sec6 h2 {
        font-size: 32px;
        line-height: 41px;
    }
    .sec6 .glasses {
        width: 100% !important;
        position: relative;
        max-width: initial;
        left: 0;
        top: 0;
    }
    .sec6 h4 span, .sec6 h4 {
        font-size: 22px;
    }
    .sec6 p {
        margin-left: 40px;
        margin-bottom: 0px;
    }
    .secVid {
       padding: 0rem;  
       margin-top: 45px;
    }
    .secVid h2 {
        font-size: 32px;
        line-height: 41px;
    }
    .secVid p {
        margin-bottom: 45px;
    }
    .sec5 {
        padding: 2.3rem 0 0rem;
    }

    .sec5 h2 {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 1rem;
    }
    .sec5 h3 {
        font-size: 18px;
        line-height: 27px;
        padding: 0px 25px;
    }    
    .compTwo {
        display: none;
    }
    .s5CompBox {
        margin: 82px auto 51px;
    }
    .s5Col1 {
        width: 46%;
    }

    .s5Col2 {
        width: 26%;
        margin: -20px 1% -25px 0;
    }

    .s5Col2.s5Col3 {
        margin: -65px 3px -25px 0;
    }

    .s5Col1 ul li {
        font-size: 14px;
        line-height: 17px;
    }

    .s5Col2Top img.star {
        width: 75px;
        height: auto;
    }

    .s5Col2Top p img.logp {
        width: 66px;
        height: auto;
    }

    .s5Col3Top p {
        font-size: 12px;
        line-height: 15px;
    }

    .s5Col2Top.s5Col3Top .star {
        padding-top: 31px;
    }

    .s5Col1 ul li {
        min-height: 69px;
        padding-right: 90px;
    }

    .sec5-1 h2 {
        line-height: 38px;
        font-size: 28px;
        margin-bottom: 12px;
    }

    .sec5-1 img {
        width: 180px;
        height: auto;
    }

    .bnrList li {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
        background-size: 22px;
        background-position: left 1px;
    }

    .sec7 h3 {
        font-size: 28px;
        margin-bottom: 14px;
        text-align: center;
    }

    .sec7 p {
        text-align: center;
        font-size: 18px;
        line-height:30px;
    }

    .sec7 {
        padding: 2rem 0;
        text-align: center;
    }

    .sec7 img.grtn {
        height: 150px;
        margin-bottom: 13px;
    }

    .sec7 .col-md-7 {
        text-align: center;
    }

    .sec4 .ratingAr {
        flex-direction: column;
        margin-bottom: 0;
    }

    .sec4 .ratingAr img {
        margin-bottom: 16px;
        width: 144px;
        height: 26px;
        object-fit: contain;
    }

    .sec4 .ratingAr p {
        font-size: 14px !important;
        line-height: 22px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
    }
    .sec4 h2 {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 41px;
    }
    .sec4 {
        padding-bottom: 1rem;
        padding-top: 1.8rem;
    }
    .sec4Cnt {
        padding: 20px 10px 0px 0;
        min-height: auto;
    }
    .sec4Cnt p {
        font-size: 16px;
        line-height: 24px;
    }
    .sec4Cnt h6 {
        font-size: 16px;
    }
    .bannerMain .orderNwbtn {
        font-size: 24px;
        line-height: 21px;
    }
    .orderNwbtn{
        max-width: 400px;
    }
    .sec3Cnt7{
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
 
    p.btn-text1.mb-0 {
        font-size: 11px !important;
    }
    .sec4Inr {
        background: #fff;
        padding: 10px;
        box-shadow: 0px 0px 2px rgba(0, 101, 242, 0.1), 0px 1px 4px rgba(0, 101, 242, 0.1);
        margin-bottom: 16px;
    }
    .sec9 {
        padding: 4rem 0 3.8rem;
    }
    .sec9 h3 {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 19px; 
    }
    .sec9 h3 br {
        display: none;
        
    }
    .accordion-button {
        font-size: 16px;
        line-height: 21px;
    }
    .accordion-body p{
        font-size: 16px;
        line-height: 28px;
    }
      .accordion-body li{
        font-size: 16px;
        line-height: 21px;
    }


    .s5Col2Top.s5Col3Top {
        height: 71px;
    }
     .s5Col2Top {
        height: 140px;
    }
    .s5Col2 ul li {
    height: 69px;
    }
    .sec4Inr + img{
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        border-radius:0px;
    }
    .secureAr .container {
    max-width: 600px;
    padding: 16px 24px 0 24px;
}
    .sec3 .container {
    max-width: 600px;
        padding: 0 24px 16px;
    }
    .sec5-1 .container {
        max-width: 600px;
           padding: 0 24px;
    }
    .sec7 .container{
            max-width: 600px;
           padding: 0 24px;
    }
    .sec4 .container {
               max-width: 600px;
           padding: 0 24px;
    }
    .sec4 .ratingAr p{
        margin-top:15px;
    }
    .bannerMain p.designBy {
        font-size: 16px;
        line-height: 22px;
    }
    .bannerMain p.designBy br {
        display: initial
    }
    .bannerMain .doctorCir {
        width: 60px;
    }

}
@media (max-width: 575px) {
    .s5CompBox {
        margin: 52px auto 51px;
    }
    .s5Col1 {
        width: 43%;
    }
    .compOne img.s5Col2Prod {
        margin-bottom: 0px;
        padding-top:15px;
    }
    .compTwo {
    display: none;
    }
    .s5Col1 ul li {
        min-height: 69px;
        padding-right: 50px;
    }
     .s5Col2Top {
        height: 120px;
    }
    .s5Col2 ul li {
        height: 69px;
    }
    .s5Col2Top.s5Col3Top .star {
        padding-top: 28px;
    }
    .s5Col2Top p {
        font-size: 15px;
    }
    .s5Col2Prod {
        margin: -11px auto 10px;
    }
    .s5Col2Top.s5Col3Top {
        height: 69px;
    }
        .s5Col2.s5Col3 {
        margin: -65px 1px -25px 0;
    }
        .s5Col2 {
        width: 26%;
        margin: -20px 6px -25px 0
    }
    .s5Col2 ul li:last-child {
        border: none;
        height: 90px;
    }
}
@media (max-width: 480px) {
    .show-desk-only1{
        display:none;
    }
        .s5Col1 ul li {
        padding-right: 10px;
    }
        .s5Col2 {
        width: 26%;
       
    }
}