@import url('https://cdn.fonts.net/kit/efdf8b1f-37b4-41dd-adb8-3867da0591ca/efdf8b1f-37b4-41dd-adb8-3867da0591ca.css');

body {
    font-family: "AvenirNextRegular";
    overflow-x: hidden;
}

/************Header************/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11;
    height: auto;
    max-height: 100%;
}

.header-main {
    position: relative;
    /*-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
    background-color: #fff;
}

.top-utility-section {
    padding: 9px 0;
    background-color: rgb(3, 131, 140)
}

    .top-utility-section .bl-left-logo img {
        height: 18px;
        width: auto;
    }

    .top-utility-section .bl-right-link a {
        color: rgb(255, 255, 255) !important;
        display: flex;
        justify-content: end;
        align-items: center;
        font-family: "AvenirNextBold";
        font-weight: 900;
        font-size: 11px;
        line-height: normal;
        text-decoration: underline;
        margin-right: 30px !important;
        text-transform: uppercase;
    }

        .top-utility-section .bl-right-link a:last-child {
            margin-right: 0px !important;
        }

        .top-utility-section .bl-right-link a img {
            width: 15px;
            height: 15px;
            margin-left: 5px
        }

.bl-left-logo {
    line-height: 0
}

.top-utility-section .left-logo-wrap,
.top-utility-section .right-link-wrap {
    width: 50%;
    flex: 0 0 auto;
}

header .master-logo h3 {
    color: #03838c;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.297px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .top-utility-section {
        padding: 8px 0;
    }

        .top-utility-section .left-logo-wrap {
            width: 30%;
        }

        .top-utility-section .right-link-wrap {
            width: 70%;
        }

        .top-utility-section .bl-left-logo img {
            height: 8px;
        }

        .top-utility-section .bl-right-link a {
            margin-right: 9px !important;
            height: 8px;
            display: flex;
            margin-top: -1px;
            font-size: 7.5px !important;
        }

            .top-utility-section .bl-right-link a img {
                width: 10px;
                margin-left: 4px;
            }

    header .master-logo h3 {
        font-size: 22.857px;
        line-height: 15.714px;
        letter-spacing: 0.212px;
        margin-bottom: 8px;
    }
}

/************End Header************/


/************Start Footer Desktop************/

footer#footer {
    background: none;
    padding: 0px;
    text-align: left;
    font-size: unset;
    position: relative;
    top: 0px;
}

.footer {
    padding: 48px 0;
    background: #03838c;
    /*margin-top: 10px;*/
    font-family: "AvenirNextRegular";
    border-top: 0px !important;
}

.footer-desc.copyright p {
    font-size: 10px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
    font-family: 'AvenirNextRegular';
    max-width: 342px;
}

.footer-bl-logo {
    margin-bottom: 20px;
}

footer#footer .footer-links ul {
    list-style-type: none;
}

footer .footer-links ul:last-child {
    width: auto;
    margin: 0;
    padding: 0px;
}

footer#footer .socialLink li {
    color: #fff;
    margin-right: 0px;
    list-style-type: none;
}

footer#footer .footer-links ul:first-child li:first-child a {
    background: url("/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    background-size: 12px;
}

footer#footer .footer-links ul li a {
    color: #fff;
    background: url("/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    font-size: 11px;
    padding-right: 15px;
    text-decoration: underline;
    background-size: 12px;
    font-weight: 700;
    font-family: "AvenirNextRegular";
    display: inline-block;
    line-height: 12px;
    text-transform: capitalize;
}

footer#footer .footer-links ul li .remove-icon {
    background: inherit !important;
}

footer#footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0px;
}

footer#footer .social-link-top {
    border-bottom: 1px solid #35a781;
    padding-bottom: 0px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    padding-bottom: 18px;
}

    footer#footer .social-link-top p {
        color: #fff;
        margin-bottom: 0px;
        font-size: 10px;
        font-weight: 600;
        font-family: "AvenirNextRegular";
        display: flex;
    }

footer#footer .footer-links ul li {
    margin-bottom: 15px;
    line-height: 16px;
}

footer#footer .socialLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    border: none;
}

footer#footer ul.socialLink li a {
    cursor: pointer;
}

footer#footer .copyright {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}

footer#footer .footer-links div {
    padding: 0px;
}

.footer-bl-logo img {
    height: unset;
    width: unset;
}

footer#footer .footer-links ul li.noopener a {
    background: none;
}

@media (min-width: 992px) {
    #footer .footer .container {
        padding: 0px 60px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #footer .footer .container {
        padding: 0px 12px;
    }
}

/**** End Footer Desktop******/

/**** Start Footer Mobile******/
@media screen and (max-width: 991px) {
    footer#footer {
        padding: 0px;
    }

        footer#footer .footer {
            padding: 30px;
        }

            footer#footer .footer .container {
                padding: 0px;
            }

        footer#footer .social-link-top {
            flex-direction: column;
            align-items: start;
            padding-bottom: 28px;
            margin-bottom: 0px;
        }

        footer#footer .footer .footer-links {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 0px;
            margin-top: 28px;
        }

        footer#footer .footer-bl-logo {
            margin-bottom: 20px;
        }

        footer#footer .trust-arc-logo {
            margin: 24px 0px;
        }

        footer#footer .footer p {
            font-size: 10px;
            margin-bottom: 10px;
            line-height: normal;
        }

        footer#footer .socialLink {
            padding-left: 0px !important;
            border: none;
        }

            footer#footer .socialLink li {
                margin-bottom: 0px;
                margin-right: 30px;
            }

    .infuse-astigmatism-sec .container,
    .infuse-multifocal-banner-sec .container {
        padding-top: 10px;
    }
}

/**** End Footer Mobile******/


/********Privacy Policies***********/

.contentTable {
    margin-top: 46px;
}

.container.petentTable h1 {
    color: #03838C;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 22px;
    letter-spacing: 0.297px;
    text-transform: capitalize;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .contentTable {
        margin-top: 42px;
    }

    .container.petentTable h1 {
        margin-top: 0px;
        text-align: center;
        font-size: 22.857px;
    }
}


/********RepFinder***********/

.rep-body-sec {
    position: relative;
    top: 117px;
}

.repfinder-head-logo {
    display: flex;
    align-items: center;
    height: 81px;
}

@media screen and (max-width: 991px) {
    .hero-wrap-section {
        padding-top: 0px;
    }

    .logoDIv img {
        height: 27px;
        width: auto !important;
    }

    .menu-sec {
        padding: 10px 15px 11px;
    }
 
    .rep-body-sec {
        top: 69px;
    }

    .repfinder-head-logo {
        height: 45px;
        justify-content: center;
    }

        .repfinder-head-logo img {
            height: 35px;
        }
}


/********vision-matters***********/
.global-wrapper.patientportal {
    margin-top: 134px;
}

.vision-matters-head-logo {
    display: flex;
    align-items: center;
    height: 97px;
}



#main-header {
    top: 36px !important;
}

.main-navbar {
    background-color: #F2EBFE !important;
    border-bottom: #C1BAEA 1px solid !important;
    box-shadow: 0 0 2.5px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 0 2.5px rgba(0, 0, 0, .75);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .main-navbar ul li.que-nav,
    .main-navbar ul li.light-tab,
    .main-navbar ul li.offer-tab {
        width: auto !important;
    }
}

.main-navbar ul > li a.dropdown-toggle {
    color: #53466F !important;
    margin: 0 !important;
}

.main-navbar ul > li a {
    color: #53466F !important;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 21px 14px !important;
    line-height: 26px;
}

.main-navbar ul > li.border-box.getOffers {
    margin-right: 15px;
    margin-left: 10px;
}

.main-navbar ul > li.border-box a {
    border: 1px solid #53466F;
    min-width: 135px;
    line-height: 38px;
    padding: 0 !important;
    color: #53466F !important;
    font-family: 'AvenirNextDemi';
    letter-spacing: 19%;
    font-size: 14px;
}

.main-navbar ul {
    justify-content: center;
    align-items: center;
}

.logoDIv a {
    height: 100%;
    display: flex;
    left: 2px;
    position: relative;
}

.menu-icon-arrow {
    width: 11px !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
    height: 8px;
}

.main-navbar ul > li.border-box:hover a {
    background-color: #DCCDFC !important;
}

@media screen and (min-width: 992px) {
    .menu-icon-arrow {
        display: block !important;
    }
}

.main-navbar ul li.light-tab:hover,
.main-navbar ul li .nav-dropdown.light {
    background-color: #fff !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .main-navbar ul li.light-tab {
        width: auto !important;
    }
}

@media only screen and (min-width: 1400px) {
    .main-navbar ul li.light-tab {
        width: auto !important;
    }
}

.main-navbar ul > li {
    border-right: 0 !important;
}

#Wrapper header .container-fluid {
    padding: 0 30px;
}

.logoDIv img {
    width: 225px;
}

.width-100 {
    width: 100% !important;
}

.col-md-9.TopMenu {
    width: 79%;
}

.col-md-3.logoDIv {
    width: 21%;
}

.main-navbar ul li .nav-dropdown a {
    font-family: "AvenirNextRegular";
    line-height: 23px;
    padding: 10px 0 0 !important;
    color: #53466F !important;
    letter-spacing: 0 !important;
    text-transform: inherit !important;
}

.toggle-icon.active .mobile-menu {
    display: block !important;
}

.toggle-icon.active .close_icon {
    display: none !important;
}

.close_icon {
    display: none !important;
}

.content-body {
    padding-top: 105px !important;
}

.Recyling_banner .container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.Recycling_text {
    width: 450px;
    color: #fff;
}

    .Recycling_text p {
        /* font-size: 14px;*/
        color: #FFF;
        /* font-size: 14px;
        line-height: 25px;
        font-family: 'AvenirNextUltraLight';*/
        margin-bottom: 15px;
        width: 472px;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        font-family: "AvenirNextRegular";
        letter-spacing: 0.48px;
    }

    .Recycling_text h1 {
        /*letter-spacing: 6px !important;*/
        text-transform: uppercase;
        line-height: 52px;
        letter-spacing: 1.2px;
    }

.product_img {
    background: #F2EBFF;
    text-align: center;
    padding: 30px 40px 10px;
    /*min-height: 568px;*/
    display: inline-block;
    width: 100%;
    height:100%;
}

    .product_img h4 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 28px;
    }

    .product_img p > span {
        font-family: 'AvenirNextRegular';
        margin-top: 10px;
        display: inline-block;
        line-height: 20px;
        margin-right: 15px;
    }

    .product_img p {
        padding-top: 1.2rem;
        border-top: 1px solid #261D4B;
        padding-bottom: 1.2rem;
        border-bottom: 1px solid #261D4B;
        line-height: 32px;
        font-family: 'AvenirNextBold';
    }

.product_list .col-md-6:last-child .product_img p {
    border-bottom: none;
}

.product_img p > span img {
    display: inline-block;
    margin-top: -4px;
}

.product_img h4 > strong {
    font-size: 20px;
}

.product_img h5 > strong {
    color: #8B8888;
}

.product_img h5 {
    font-size: 16px;
    line-height: 32px;
}

.product_img > img {
    height: 250px;
}

.start_with_TerraCycle h1 {
    /* font-family: 'AvenirNextRegular';*/
    font-family: 'AvenirNextUltraLight' !important;
    text-transform: uppercase;
    line-height: 52px;
    margin-bottom: 65px;
    font-size: 40px;
}

.thumb_icon h6 {
    margin: 20px 0 8px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #261D4B;
    font-weight: bold;
    font-family: 'AvenirNextBold';
}

.start_with_TerraCycle h1 > span {
    text-transform: uppercase;
    line-height: 55px;
}

.thumb_icon img {
    height: 80px;
    display: inline-block;
}

.thumb_icon p {
    padding: 0 6px;
}

.Purple_bg {
    background-color: #F4F1FD;
}

.info_text {
    padding: 50px 0;
}

.howItWorks .col-md-8.pt-5 > p {
    margin-bottom: 40px;
}

section.start_with_TerraCycle.mt-2 {
    margin-bottom: 40px;
}

.info_text p {
    margin-bottom: 0;
}

.info_text h3 {
    color: #261D4B;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 52px;
    color: #261D4B;
    letter-spacing: 1.2px;
}

.info_text p {
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #261D4B;
    font-family: "AvenirNextDemi";
}

.content-image-wrapper .content-image-icon {
    width: 230px !important;
    height: 91px !important;
}

.TerraCycle_btn {
    margin: 40px auto 72px;
}

    .TerraCycle_btn a {
        display: inline-block;
        border: 1px solid #261D4B;
        color: #261D4B;
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-family: 'AvenirNextDemi' !important;
    }

ul.socialLink li {
    display: inline-block;
    padding: 0 8px;
}

.topfooter_social_links p,
.topfooter_social_links ul {
    display: inline-block !important;
}

.topfooter_social_links p {
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

ul.socialLink {
    padding-left: 10px !important;
    margin-bottom: 0 !important;
}

.socialLinks .container {
    padding: 18px 60px !important;
}

.Recycling_text p > span {
    display: inline-block;
    font-size: 10px;
    vertical-align: text-bottom;
}

.Recyling_banner img {
    width: 100%;
}

.Top_nav_social {
    padding-left: 14px;
}

    .Top_nav_social ul.socialLink {
        padding-left: 0 !important;
    }

    .Top_nav_social .socialLink li {
        border-bottom: none !important;
    }

    .Top_nav_social .socialLink a.external-link {
        padding-right: 20px !important;
        padding-left: 0 !important;
        text-decoration: none !important;
    }

        .Top_nav_social .socialLink a.external-link img {
            width: 32px;
            display: inline-block !IMPORTANT;
            height: 32px;
        }

/*MObile Responsive Css*/
@media screen and (max-width: 1200px) {
    .howItWorks .col-md-8.pt-5 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .main-navbar ul li.light-tab.faq {
        margin-right: 5px;
    }
}
@media screen and (max-width: 991px) {
    header {
        height: auto;
        overflow-x: auto;
        max-height: 100%;
    }

    .global-wrapper.patientportal {
        margin-top: 82px;
    }

    .vision-matters-head-logo {
        height: 58px;
        justify-content: center;
    }

    #Wrapper header .container-fluid {
        padding: 0 15px;
    }

    #main-header {
        top: 24px !important;
    }

    .navbar-brand.navbar-toggler {
        color: #261D4B !important;
    }

    .navbar-brand.navbar-toggler.active .mobile-menu {
        display: none !important;
    }

    .navbar-brand.navbar-toggler.active .close_icon {
        display: block !important;
    }
 

    .col-md-3.logoDIv,
    .col-md-9.TopMenu {
        width: 50%;
    }

    .full-height-nav .main-navbar .row > * {
        width: 100%;
        text-align: left;
    }

    .full-height-nav .main-navbar .row {
        display: block;
        width: 100% !important;
    }

    .col-md-3.logoDIv,
    .col-md-9.TopMenu {
        width: 100%;
    }

        .col-md-3.logoDIv.ps-0 {
            align-items: center;
            display: flex;
            padding: 0 .5rem !important;
        }

    .full-height-nav .col-md-3.logoDIv.ps-0 {
        padding: 0 1rem !important;
    }

    .full-height-nav .col-md-3.logoDIv.ps-0 {
        box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
    }

    .main-navbar ul li a {
        text-align: left !important;
    }

    .main-navbar ul li {
        border-bottom: 1px solid #C1BAEA !important;
    }

    .col-md-9.TopMenu.pe-0 {
        padding: 0 !important;
    }

    .navbar-collapse.collapse.show {
        border-top: none !important;
    }

    .menu-sec {
        padding-right: 0 !important;
    }

    .full-height-nav nav.main-navbar .container-fluid {
        padding: 0 !important;
    }

    .main-navbar ul > li.border-box {
        margin-right: 0;
        width: 100%;
    }

        .main-navbar ul > li.border-box a {
            border: none;
            min-width: 100%;
            line-height: 26px;
            padding: 21px 14px !important;
            width: 100%;
        }

    .menu-icon-arrow {
        width: 25px !important;
        height: 18px;
    }

    .main-navbar ul li a {
        font-size: 18px;
    }

    .nav-feature-img-wrap {
        width: 100%;
        margin: 0 auto !important;
    }

    .nav-dropdown.light.dropdown-menu.show .row {
        width: 100% !important;
        margin: 0 auto;
        flex-direction: column;
    }

    .main-navbar ul li .nav-dropdown a {
        text-align: left !important;
    }

    .main-navbar ul li .nav-dropdown .nav-feature-img {
        padding: 5px 0 0px 0 !important;
        width: 100% !important;
    }

    .Recyling_banner .container {
        top: 40px;
        transform: inherit;
        left: 0;
        width: 100%;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .Recycling_text {
        width: 100%;
    }

    .content-body {
        padding-top: 80px !important;
    }

    .TerraCycle-flows .col-4 {
        width: 100%;
    }

    .info_text .row.justify-content-center {
        text-align: left !important;
        padding: 0 15px;
    }

    .info_text p {
        line-height: 24px;
        font-size: 20px;
        margin-top: 25px;
    }

    .col-11.we-know-eye.position-relative {
        width: 100%;
        padding: 0 15px;
    }

    .socialLinks .container {
        padding: 18px 30px !important;
    }

    .topfooter_social_links p {
        display: block;
        margin-top: 20px !IMPORTANT;
    }

    ul.socialLink li {
        padding: 0;
        margin-right: 15px;
    }

    .product_img {
        margin-bottom: 15px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .main-navbar ul > li a.dropdown-toggle.show.active {
        background: #fff;
    }

    .main-navbar ul li .nav-dropdown.light {
        padding-bottom: 20px;
    }
    .start_with_TerraCycle h1, .heading2 {
        font-size: 32px;
        line-height: 40px;
    }
    .Recycling_text p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .Recycling_text h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.56px;
    }

    .logoDIv{
        width:100%;
    }

    .logoDIv a.logo {
        position: absolute;
        top: 15px;
        left: 24px;
        height: 27px;
    }
    .product_list {
        row-gap: 20px;
    } 
}

@media screen and (max-width: 400px) {
    .Top_nav_social .socialLink a.external-link img {
        width: 24px;
        height: 24px;
    }
}
/*.Recycling_text h1 {
    letter-spacing: 1.2px !important;
    font-family: "AvenirNextRegular" !important;
    margin-bottom: 20px !important;
    height: 85px !important;
}*/

.howItWorks .howItWorksDiv {
    padding-top: 72px !important;
}

.start_with_TerraCycle {
    margin-top: 102px;
}
.TerraCycle_btn a:hover, .TerraCycle_btn a:active {
    background-color: #DCCDFC;
}
.content-image-wrapper.overflow-hidden.TerraCycle_image-wrapper {
    padding-top: 72px;
}
/*.heading2 {
    line-height: 40px !important;
}*/
.howItWorks p {
    letter-spacing: 0.2px !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .Recycling_text, .Recycling_text p {
        width: 380px;
    }
}

@media (min-width: 992px) {
    .heading-margin-css {
        line-height: 22px;
        margin-bottom: 30px;
    }
}

/*****New changes*****/

.hero-banner.home-page-hero-banner h1{text-transform: none;}
.content-image-wrapper p{letter-spacing: 1%;line-height: 154%;}
.lumify-social-logo{height: 30px;}
.hero-wrap-section.science-bg{position: relative;background: unset;}
.hero-wrap-section.science-bg .heading1{color: #53466F;}

#getOffer-modal .modal-dialog {max-width: fit-content}
#getOffer-modal .modal-dialog .modal-content {border-radius: 0px}
#getOffer-modal .modal-main-container .couponForm {display: flex;flex-wrap: wrap;gap: 30px;}

#getOffer-modal .left-content {max-width: 500px}
#getOffer-modal .right-content {display: flex;flex-direction: column;align-items: end;max-width: 470px;margin-right: 5px;margin-top: 27px;}
#getOffer-modal .right-content form{margin-right: 50px;}
#getOffer-modal .right-content h3 {font-family: 'AvenirNextUltraLight'; font-size: 36px;line-height: 120%;letter-spacing: 3%;margin-bottom: 20px;width: 100%;text-transform: uppercase;}
#getOffer-modal .email-field{border-color: #DCCDFC;margin-bottom: 36px;margin-top: 10px;color: #53466F;}
#getOffer-modal .submit-button{width: 100%; color: #53466F;background-color: #FFF;border:1px solid #53466F;font-family: 'AvenirNextDemi';border-radius: 0px;margin-bottom: 0px;}
#getOffer-modal .submit-button:hover{background-color: #DCCDFC;}
#getOffer-modal .right-content form label{font-size: 14px;display: flex;gap: 7px;align-items: flex-start;}
#getOffer-modal .right-content form .privacyandlegalControl p{font-size: 12px;line-height: 130%;letter-spacing: 2%;color: #53466F;}
#getOffer-modal .right-content form .privacyandlegalControl p a{color: #53466F;text-decoration: underline;}

#getOffer-modal .right-content form .Form__Element input[type="checkbox"] {
    -webkit-appearance: none;
    /* For Webkit browsers */
    -moz-appearance: none;
    /* For Mozilla browsers */
    appearance: none;
    /* Standard property */
    position: relative;
    top: 6px;
    width: 15px;
    /* Adjust size as needed */
    height: 15px;
    margin-right: 0px;
    border: 2px solid #53466F;
    /* Default border color */
    border-radius: 0px;
    /* Optional: rounded corners */
    cursor: pointer;
    vertical-align: middle;
    /* Align with text */
    min-width: 15px;
}

#getOffer-modal .right-content form .Form__Element input[type="checkbox"]:checked {
    border-color: #53466F;
    /* Border color when checked */
    background-color: #FFF;
    /* Optional: background color when checked */
}

#getOffer-modal .right-content form  .Form__Element input[type="checkbox"]:checked::after {
    content: '\2714';
    /* Unicode checkmark character */
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
    color: #53466F;
    /* Color of the checkmark */
    text-align: center;
    line-height: 15px;
    /* Center the checkmark vertically */
    display: block;
}
#getOffer-modal .right-content .EPiServerForms section.Form__Element{margin-bottom: 0px;}
#getOffer-modal .right-content .Form__Element.Form__CustomElement.FormRecaptcha{display: none;}
#getOffer-modal .btn-close{opacity: 0.9;position: absolute;right: 20px;}
#getOffer-modal .right-content form .label-right label {
    display: none;
}
 
.home-page-hero-banner .image-section{position: relative;}
.home-page-hero-banner .hero-video-controllers{position: absolute;bottom: 20px;right: 20px;display: flex;gap: 15px;}
.home-page-hero-banner .hero-video-controllers .play-pause-btn,
.home-page-hero-banner .hero-video-controllers .volumn-btn{cursor: pointer;}
.home-page-hero-banner .hero-video-controllers .play-pause-btn:hover,
.home-page-hero-banner .hero-video-controllers .volumn-btn:hover{opacity: 0.8;}

.home-page-hero-banner .hero-video-controllers .play-pause-btn img,.home-page-hero-banner .hero-video-controllers .volumn-btn img{display: none;}

.home-page-hero-banner .hero-video-controllers .play-pause-btn.pause img.pause,
.home-page-hero-banner .hero-video-controllers .volumn-btn.mute img.mute{display: block;}

.home-page-hero-banner .hero-video-controllers .play-pause-btn.play img.play,
.home-page-hero-banner .hero-video-controllers .volumn-btn.sound img.sound{display: block;}

.home-page-hero-banner .click-for-sound-btn {display: none !Important;}

.home-page-hero-banner .image-section .overlay{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}

@media screen and (min-width: 992px) {
    .main-navbar ul li.light-tab:hover .menu-icon-arrow{transform: rotate(180deg);position: relative;top: -1px;}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap .overlay-img{display: none;}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap:hover .nav-feature-img{/*display: none;*/}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap:hover .overlay-img{/*display: block;*/}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap:hover .nav-feature-img{opacity: 0.9;}
    .hero-wrap-section.science-bg .science-hero-content{position: absolute;top: 35%;right: 13%;height: calc(100% - 50%);}
    .hero-wrap-section.lumify-love-banner .science-hero-content.banner-content{right: 10%;}
    .three-col-grid .left-side-col{width: 37.5%;}
    .three-col-grid .right-side-col{width: 62%;}
    #getOffer-modal .modal-main-container .couponForm{min-width: 712px;}
    
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
    #getOffer-modal .left-content,#getOffer-modal .right-content {max-width: 450px}
}

@media screen and (max-width: 991px) {
    .hero-banner .right-section{margin: 0px;}
    .hero-banner.home-page-hero-banner h1{font-size: 32px;margin-bottom: 17px;}
    .hero-banner.home-page-hero-banner p{letter-spacing: 0px;}
    .hero-banner .floating-text.mobile-floating-text{display: block!important;color: #F2EBFE;left: 20px;bottom: 10px;right: unset;font-weight: 400;}
    .hero-banner .hero-cta-link{margin-bottom: 0px;}
    .hero-banner .image-section{position: relative;}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap .overlay-img{display: none;}
    .hero-wrap-section.science-bg .science-hero-content{position: absolute;top: 0px;width: 100%;}
    .hero-wrap-section.science-bg .science-hero-content .heading1 {margin-bottom: 10px;letter-spacing: 6%;line-height: 130%;}
    .hero-wrap-section .faq-banner-bg h1 {margin-bottom: 10px;margin-top: 10px;}
    .hero-wrap-section.lumify-love-banner .science-hero-content.banner-content{top: 30px;max-width: 100%;}
    .hero-wrap-section.lumify-love-banner .science-hero-content.banner-content h2{font-size: 28px;}
    .hero-wrap-section.lumify-love-banner .science-hero-content.banner-content p{font-size: 14px;line-height: 150%; letter-spacing: 1%;padding: 0px 20px;}

    #getOffer-modal .right-content{margin-top: 0px;}
    #getOffer-modal .right-content form{margin-right: 0px;}
    #getOffer-modal .btn-close{top: 20px;right: 22px;}
    .three-col-grid{margin-bottom: 30px;}
    .three-col-grid .light-grey-bg-2 .grey-col-cta{font-size: 14px;letter-spacing: 5%; line-height: 120%;}
    .newsletter-wrapper .EPiServerForms .Form__Element .Form__Element__Caption{display: none;}
    .newsletter-wrapper label, .newsletter-wrapper .EPiServerForms .FormChoice label{margin-bottom: 15px;}
    .newsletter-wrapper label, .newsletter-wrapper .EPiServerForms .ng-pristine-checkbox.second-checkbox  .FormChoice label{margin-bottom: 0px;}
}



/***Lumify-ECP***/

.main-navbar ul li.light-tab.nav-hidden{visibility: hidden;}
.ecp-home-page-hero-banner{position: relative;}
.ecp-home-page-hero-banner .banner-bg .banner-content .right-section .LED-btn{background-color: #F4F1FD;border: 1px solid #3B1A3B;color: #3B1A3B;}
.ecp-home-page-hero-banner .banner-bg .banner-content .right-section .LEI-btn{background-color: #F3F9FE;border: 1px solid #261D4B;color: #3B1A3B;}
.ecp-home-page-hero-banner .banner-bg .banner-content .right-section .LED-btn:hover{background-color: #3B1B3B;color: #FFFFFF;}
.ecp-home-page-hero-banner .banner-bg .banner-content .right-section .LEI-btn:hover {background-color: #271B4E;color: #FFFFFF;}
.ecp-home-page-hero-banner .banner-bg .banner-content .right-section{display: flex;flex-direction: column;justify-content: center;align-items: center;}

.products-wrapper .lumify-products{display: flex; flex-direction: row;}
.products-wrapper .lumify-products .product-item-box{width: 20%;padding: 0px 10px;}
.products-wrapper .lumify-products .product-item-box:nth-child(1){padding-left: 0px;}
.products-wrapper .lumify-products .product-item-box:nth-child(5){padding-right: 0px;}
.products-wrapper .lumify-products .product-item-box .product-item img{max-width: 220px;}

.lumify-difference-section{margin-top:60px;}
.clinic-info-contentone h3{font-size: 16px;text-align: center;font-family: "Avenir65Medium";letter-spacing: 3%;}
.clinic-info-contenttwo .drugfact-one .drugfact-para-one ul li:last-child{padding-top: 0px; padding-bottom: 0px;}
.clinic-info-contenttwo .drugfact-one .drugfact-para-one .accordion-body,
.clinic-info-contenttwo .drugfact-one .drugfact-para-two .accordion-body,
.clinic-info-contenttwo .drugfact-two .drugfact-para-four .accordion-body{padding: 16px 20px;}

.resource-cards .row{justify-content: center;}
.resource-cards .card-content{display: flex;gap: 40px;max-width: 757px;}
.resource-cards .card-content:nth-child(1){border-top: 1px solid #261D4B;border-bottom: 1px solid #261D4B;}
.resource-cards .card-content:nth-child(2){border-bottom: 1px solid #261D4B;}
.resource-cards .card-content img{width: 220px;}
.clinic-info-contentone.clinic-info-contenttwo{margin-top: 0px;margin-bottom: 30px;}
body > img {display: none;}


@media screen and (min-width: 992px) {
    .ecp-home-page-hero-banner .banner-bg .banner-content{position: absolute;right: 13%;max-width: 430px;}
    .ecp-home-page-hero-banner.clinic-info-banner .banner-bg .banner-content{right: 9%;max-width: 350px;}
    .ecp-home-page-hero-banner.lumify-difference-section .banner-bg .banner-content{max-width: 365px;}
    .ecp-home-page-hero-banner.lumify-difference-section .banner-bg .banner-content .right-section{text-align: left;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .products-wrapper .lumify-products .product-item-box .product-item img{max-width: 160px;}
    .ecp-home-page-hero-banner.clinic-info-banner .banner-bg .banner-content{right: 6%;max-width: 330px;}
}

@media screen and (max-width: 991px) {
    .ecp-home-page-hero-banner .banner-bg .banner-content{padding: 0px 20px;}
    .ecp-home-page-hero-banner .banner-bg .banner-content .right-section .LED-btn{margin-bottom: 20px;}
    #Wrapper header .main-navbar .container-fluid{padding: 0px;}
    #Wrapper header .main-navbar .container-fluid .logoDIv{padding-right: 27px;} 
    #Wrapper header .main-navbar .container-fluid .TopMenu{padding-left: 0px;} 
    .main-navbar ul li.light-tab{padding: 5px 0px 5px;}
    .main-navbar ul li.light-tab:first-child{border-top: 1px solid #C1BAEA !important;}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap img{display: none!important;}
    .main-navbar ul li .nav-dropdown.light{box-shadow: none; padding: 0px;}
    .main-navbar ul li .nav-dropdown.light .container{padding: 0px;}
    .main-navbar ul li .nav-dropdown.light .container .col-12{padding: 0px;}
    .main-navbar ul > li a.dropdown-toggle,.main-navbar ul li a{padding: 21px 29px 21px 27px !important;}
    .main-navbar ul li.light-tab.nav-hidden{display: none;}
    .main-navbar .Top_nav_social{padding: 0px 29px 21px 27px !important;}
    .main-navbar ul li.light-tab:hover{box-shadow: none;}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap{padding: 21px 29px 21px 27px !important;border-top: 1px solid #C1BAEA !important;}
    .main-navbar ul li .nav-dropdown .nav-feature-img-wrap a{padding: 0px!important; margin: 0px!important;}

    .products-wrapper .lumify-products{gap:10px;justify-content: center;}
    .products-wrapper .lumify-products .product-item-box{width: calc(50% - 5px);}
    .products-wrapper .lumify-products .product-item-box{padding: 0px;}
    .products-wrapper .lumify-products .product-item-box .product-item img{max-width: 100%;}

    .ecp-home-page-hero-banner.lumify-difference-section .banner-bg .banner-content{padding: 0px 30px;}
    .ecp-home-page-hero-banner.clinic-info-banner .banner-bg .banner-content{right: 0;}

    .resource-cards .card-content{flex-direction: column;gap: 0px;}
    .resource-cards .card-content:nth-child(2){padding-top: 0px;}
    .resource-cards .card-content img{width: 100%;}

    .ecp-home-page-hero-banner.lumify-difference-section .banner-bg .banner-content .right-section{text-align: center;}

    .d-mobile-block{display: block!important;}
}




