@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: 24px;
}

.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;
        top: 25px !important;
    }

        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;
    }

    .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: #261D4B !important;
    margin: 0 !important;
}

.main-navbar ul > li a {
    color: #261D4B !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 #333;
    min-width: 135px;
    line-height: 38px;
    padding: 0 !important;
    color: #333 !important;
}

.main-navbar ul {
    justify-content: center;
    align-items: center;
}

.logoDIv a {
    height: 100%;
    display: flex;
}

.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: #fff !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: #261D4B !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: 20px 0 !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: -2px;
        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;
    }
}


