body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    color: #2E314B;
    font-size: 37px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    color: #2E314B;
    font-size: 18px;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #2E314B;
    margin-bottom: 30px;
}

#faqs .footnote p {
    font-size: 12px;
    line-height: 18px;
}

.os-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.os-bolder {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.primary-teal-bg {
    background-color: #04636A;
}

.sec-teal-bg {
    background-color: #e5f5f6;
}

.sec-teal-bg-1 {
    background-color: #bfe6e9;
}

.sec-teal-bg-2 {
    background-color: #dcf3e6;
}

.sec-teal-bg-3 {
    background-color: #d6f1f9;
}

.teal-dark-text {
    color: #026970;
}

.green-text {
    color: #2f7c5a;
}

.hero-section {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

    .hero-section .hero-content h1 {
        color: #2E314B;
        margin-bottom: 50px;
        font-weight: 800;
        letter-spacing: -3px;
    }

    .hero-section .hero-content p {
        color: #fff;
    }

    .hero-section .container-fluid, .three-col-sec .container-fluid {
        padding: 0;
    }

        .hero-section .container-fluid .row, .three-col-sec .container-fluid .row {
            margin: 0;
        }

            .hero-section .container-fluid .row .col-12, .three-col-sec .container-fluid .row .col-12 {
                padding: 0;
            }

                .hero-section .container-fluid .row .col-12 p, .three-col-sec .container-fluid .row p {
                    margin: 0;
                }

            .three-col-sec .container-fluid .row p {
                color: #2E314B;
            }


.bg-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.bg-image-hgt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.bg-image-pos {
    background-repeat: no-repeat;
    background-size: cover;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    header ul li a {
        padding: 20px 40px;
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

    header ul li.active a {
        font-weight: 700;
        color: #065960;
        background-color: #e7f1fa;
    }

.count {
    font-size: 70px;
}

.count-wrapper .count-col {
    padding: 0 10px;
}

.cs-accordion-wrap-desktop {
    display: flex;
    flex-direction: column;
}

    .cs-accordion-wrap-desktop .accord-left {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        flex-direction: column;
        color: #ccc;
        position: relative;
        background-image: url('/siteassets/img/img-accordion-bg.png');
        background-size: 100% 100%;
    }

        .cs-accordion-wrap-desktop .accord-left h5 {
            font-weight: 400;
        }

        .cs-accordion-wrap-desktop .accord-left h4 {
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.151);
        }

        .cs-accordion-wrap-desktop .accord-left h5 {
            display: block;
        }

        .cs-accordion-wrap-desktop .accord-left h4, .cs-accordion-wrap-desktop .accord-left h5 {
            color: #2E314B;
            display: block;
            text-transform: uppercase;
        }

    .cs-accordion-wrap-desktop .accord-right {
        width: 100%;
        background-color: #E5F5F6;
    }

        .cs-accordion-wrap-desktop .accord-right ul li {
            flex: 1;
            display: flex;
            align-items: center;
            font-size: 16px;
            border-bottom: #026970 1px solid;
        }

            .cs-accordion-wrap-desktop .accord-right ul li .target-btn {
                padding: 20px;
                width: 100%;
                justify-content: center;
            }

            .cs-accordion-wrap-desktop .accord-right ul li .label {
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 800;
                color: #2E314B;
            }

.cs-accordion-wrap-mobile .accord-header {
    background-color: #03838c;
}

    .cs-accordion-wrap-mobile .accord-header h2 {
        color: #fff;
        font-size: 31px;
        line-height: 46px;
    }

.no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.count-wrapper .count-col.left,
.count-wrapper .count-col.right {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

    .count-wrapper .count-col.left p,
    .count-wrapper .count-col.right p {
        margin-bottom: 10px;
    }

.icon-wrap .icon {
    width: 140px;
    margin-bottom: 30px;
}

.simple-accord .accord-body {
    display: none;
}

.bg-image-section {
    position: relative;
    overflow: hidden;
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.8);
}

    .bg-white-opacity::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: -100%;
    }

.two-section-full-width h4 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
}

.two-section-full-width .content-wrap {
    padding-top: 50px;
    padding-bottom: 15px;
}

.primary-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    text-decoration: none;
    color: #2E314B;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.simple-accord .accord-item {
    border-bottom: 1px solid #03838C;
}

    .simple-accord .accord-item:first-child {
        border-top: 1px solid #03838C;
    }

    .simple-accord .accord-item .accord-header {
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .simple-accord .accord-item .accord-header h3 {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
        }

    .simple-accord .accord-item .accord-body p {
        font-size: 16px;
        line-height: 24px;
    }

    .simple-accord .accord-item .accord-header .icon {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        margin-right: 10px;
        flex: none;
    }

        .simple-accord .accord-item .accord-header .icon::before {
            content: "+";
            font-size: 30px;
            color: #026970;
            font-weight: 700;
        }

    .simple-accord .accord-item .accord-header.active .icon::before {
        content: "_";
        font-size: 36px;
        position: relative;
        top: -18px;
    }

.simple-accord ul li {
    font-size: 20px;
    line-height: 31px;
}

.targetDiv {
    display: none;
}

.tab-btn {
    position: relative;
}

.targetDiv {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #2E314B;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 40px 0 20px;
}

#target2 {
    top: 21%;
}

#target3 {
    top: 42%;
}

#target4 {
    top: 59%;
}

#target5 {
    top: 75%;
}

#faqs h2 {
    font-weight: 100;
    font-size: 42px;
    line-height: 42px;
}

footer {
    padding: 20px 0 30px;
}

.footer-logo {
    margin: 25px 0 20px;
}

footer .GlobaloptoutLinks ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    row-gap: 0;
    column-gap: 25px;
    flex-wrap: wrap;
}

    footer .GlobaloptoutLinks ul li a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

footer p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.targetMobDiv {
    display: none;
}

.footnote p {
    font-size: 15px;
    line-height: 27px;
    color: #595959;
}

.counter-sec-wrap {
    display: flex;
    flex-direction: column;
}

/* .counter-sec-wrap p {
  font-size: 20px;
  line-height: 27px;
} */

.seperator {
    display: block;
    border-top: 1px solid #2E314B;
    margin: 10px 0 15px;
}

.count span {
    margin: 0 8px;
    font-size: 48px;
}

.interstitial-popup h2 {
    font-size: 32px;
    line-height: 38px;
}

.interstitial-popup .modal-content {
    border-radius: 0;
}

.interstitial-popup .modal-body {
    padding: 30px 20px 20px;
    text-align: center;
}

    .interstitial-popup .modal-body p {
        font-size: 20px;
        line-height: 28px;
        color: #666666;
    }

.fill-btn-dark,
.outline-btn {
    padding: 10px 42px;
    display: inline-block;
    text-decoration: none;
    min-width: 174px;
    text-transform: uppercase;
    font-weight: 700;
}

.fill-btn-dark {
    background-color: #009aa6;
    color: #fff;
    border: 1px solid #0097a0;
}

.outline-btn {
    color: #0097a0;
    border: 1px solid #0097a0;
}

.modal-btn-wrap {
    margin: 15px 0 10px;
    display: inline-block;
    width: 100%;
}

.footer-para p {
    margin-bottom: 0;
}

footer .GlobalEntrustArc {
    margin: 0;
}

.page-not-found {
    margin: 40px 0 50px;
    text-align: center;
}

    .page-not-found h1 {
        color: #009aa6;
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .page-not-found h2 {
        font-size: 25px;
        font-weight: 600;
    }

.image-gallery {
    padding: 0;
}

.refief-option-sec .col-lg-6 {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}

    .refief-option-sec .col-lg-6::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: -100%;
    }

.two-section-full-width.full-bg .row .col-lg-6:first-child {
    text-align: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15px;
    padding-top: 40px;
}

.two-section-full-width.full-bg .row .col-lg-6:last-child {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15px;
    padding-top: 40px;
}

.sponser {
    margin-bottom: -11px;
    margin-top: 11px;
    font-weight: 700;
}

.tile-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom-left-radius: 43px;
    border-bottom-right-radius: 43px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 36px;
    line-height: 24px;
    font-weight: 800;
}

.mySwiper {
    width: 1380px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    left: 30.5%;
    width: 43px;
    height: 43px;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        content: '';
    }

.swiper-button-next {
    top: 42%
}

.swiper-button-prev {
    top: 53%
}

.mobile-control.swiper-button-next, .mobile-control.swiper-button-prev {
    position: relative;
    margin: 0;
    left: 0;
    display: none;
}

.main-title {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    color: #2E314B;
}

.bg-full-image {
    background-size: 100% 100%;
}

.section-title {
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 100;
}

.bold-text {
    font-weight: 800;
}

.text-bark-1 {
    color: #2E314B;
}

.white-button {
    color: #2E314B;
    background-color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    .white-button:hover {
        color: #fff;
        background-color: #2E314B;
    }

.blue-button {
    color: #2E314B;
    background-color: #D1E5F0;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
    .blue-button:hover {
        color: #D1E5F0;
        background-color: #2E314B;
    }


.blue-grade {
    padding: 30px;
    background-image: url('/siteassets/img/bg-blue-gradient.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.count-section-wrap {
    display: flex;
    align-items: center;
}

.num-count-right p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.num-count-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 162px;
    border: 2px solid #2E314B;
    border-radius: 100%;
}

.num-count-right {
    flex: 1;
    margin-left: 20px;
}

.count-main-section-wrap {
    width: 424px;
    max-width: 100%;
}

.num-count-para {
    margin-top: 40px;
    margin-bottom: 0;
}

.circle-wrap {
    color: #2E314B;
    font-size: 32px;
    line-height: 32px;
    font-weight: 100;
}

    .circle-wrap .bold-text {
        font-size: 55px;
        line-height: 55px;
    }

#understanding-dry-eye {
    padding: 50px 0;
}

    #understanding-dry-eye p:last-child {
        margin-bottom: 0;
    }

.bottom-content {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #18828E;
    font-weight: 500;
}

#understanding-dry-eye .col-lg-7.col-12.col7 {
    display: flex;
}

    #understanding-dry-eye .col-lg-7.col-12.col7 .no-padding,
    #understanding-dry-eye .col-lg-7.col-12.col7 .cs-accordion-wrap-desktop {
        height: 442px;
        width: 100%;
    }

    #understanding-dry-eye .col-lg-7.col-12.col7 > div {
        display: flex;
        width: 100%;
    }

.cs-accordion-wrap-desktop .accord-left h5 {
    font-size: 32px;
    line-height: 32px;
}

.cs-accordion-wrap-desktop .accord-left h4 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
}

.vertical-seperator {
    height: 100%;
    padding-left: 3px;
    display: flex;
    margin: 5px 0 6px;
}

    .vertical-seperator::after {
        content: '';
        /* height: 100%; */
        border-top: 1px solid #2E314B;
        width: 100%;
        margin: 36px 0;
    }

.minus.cs-accordion-control {
    display: none;
}

.label-wrap {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.cs-accordion-wrap-desktop .accord-right ul li.tab-btn.active .label {
    color: #fff;
}

.cs-accordion-wrap-desktop .accord-right ul li.tab-btn.active .icon-wrap .minus.cs-accordion-control {
    display: block;
}

.cs-accordion-wrap-desktop .accord-right ul li.tab-btn.active .icon-wrap .plus.cs-accordion-control {
    display: none;
}

.cs-accordion-wrap-desktop .accord-right ul li.tab-btn.active .targetMobDiv {
    display: block;
    font-size: 42px;
    line-height: 52px;
    font-weight: 100;
}

.cs-accordion-wrap-desktop .accord-right ul li .target-btn.active {
    justify-content: space-between;
    height: 100%;
}

.teal-col-bg {
    background-image: url('/siteassets/img/img-teal-three-col-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pink-col-bg {
    background-image: url('/siteassets/img/img-pink-three-col-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

::marker {
    color: #2E314B;
}

.section-padding {
    padding: 50px 0;
}

.teal-two-col-bg {
    background-image: url('/siteassets/img/img-two-col-bg-mob.png') !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.primary-btn.left {
    background-color: #DCF3E6;
}

.primary-btn.right {
    background-color: #BFE6E9;
}

    .primary-btn.left:hover, .primary-btn.right:hover {
        color: #fff;
        background-color: #2E314B;
    }

.teal-two-col-bg .row .col-12:nth-child(2),
.teal-two-col-bg .row .col-12:nth-child(2) div:first-child {
    display: flex;
    justify-content: center;
    flex: 1;
}

.teal-two-col-bg .vertical-seperator {
    padding-left: 0;
}

a {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.teal-two-col-bg h3 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: 400;
}

.GlobalEntrustArc {
    margin: 0 !important;
}

    .GlobalEntrustArc img {
        width: 133px !important;
    }

#introduction .row .col-12:nth-child(2) > div {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.num-count-para {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

.small-title {
    color: #009AA6 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    display: block;
}

.did-you-title {
    font-size: 32px;
    line-height: 38px;
}

.image-gallery ul li {
    font-size: 16px;
    line-height: 24px;
    color: #2E314B;
}

.image-gallery ul {
    padding-left: 28px;
}

.three-col-sec .container-fluid .row p {
    font-size: 18px;
    line-height: 24px;
}

.cs-accordion-wrap-desktop .vertical-seperator {
    display: none;
}

.full-width-no-pad {
    padding-right: 0;
    padding-left: 0;
}

.icon-wrap {
    display: flex;
    align-items: center;
}

.resp-full-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.main-nav li:not(:first-child) {
    border-top: 1px solid #fff;
}

.top-utility-section {
    padding: 9px 0;
}

.top-utility-section .bl-left-logo img {
    height: 18px;
}

.top-utility-section .bl-right-link a {
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline;
}

.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%;
}

.footer-sec {
    padding: 46px 0 57px;
    background: #03838C;
    margin-top: 50px;
    font-family: "Barlow", sans-serif;
    border-top: 0px !important;
}

.footer-bl-logo {
    margin-bottom: 18px;
}

.footer-desc.copyright p {
    font-size: 10px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.socialLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 21px;
}

.social-link-top {
    border-bottom: 1px solid #35A781;
    padding-bottom: 0px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 0px;
}

    .social-link-top p {
        color: #fff;
        margin-bottom: 8px;
        font-size: 10px;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
    }

.socialLink li {
    color: #fff;
    margin-right: 16px;
    list-style-type: none;
}

.footer-links ul li a {
    color: #fff;
    background: url("/siteassets/img/icon-link-out.svg") no-repeat right bottom;
    font-size: 12px;
    padding-right: 15px;
    text-decoration: underline;
    background-size: 10px;
    font-weight: 700;
    line-height: normal;
    font-family: "Barlow", sans-serif;
}

.footer-links {
    display: flex;
    padding-left: 0px;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 12px;
    line-height: normal;
}

.footer-links ul {
    margin-left: 0px;
    padding-left: 0px;
}

.footer-links .px-0 {
    padding-left: 0px;
}



.desc-container {
    margin-top: 30px;
}

.desc-container p:last-child {
    opacity: .5;
}

.img-hover-effect .hover-img {
    display: none;
}

.img-hover-effect:hover .hover-img {
    display: block;
}

.img-hover-effect:hover .default-img {
    display:none;
}

.img-hover-effect:hover .desc-container p:last-child {
    opacity: 1;
}

.img-hover-effect {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.img-hover-effect:hover {
    top: -10px;
}

#eyes-tell-the-story .text-bark-1,
#eyes-tell-the-story-mob .text-bark-1 {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
}

#eyes-tell-the-story p, #eyes-tell-the-story-mob p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
}
#eyes-tell-the-story p.pg-1 {
    font-size: 20px;
    margin-bottom: 20px;
}
#eyes-tell-the-story p.pg-2 {
    font-size: 18px;
}

#eyes-tell-the-story .blue-grade .text-bark-1,
#eyes-tell-the-story-mob .blue-grade .text-bark-1 {
    font-weight: 300;
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
}

#eyes-tell-the-story .blue-grade .text-bark-1 span,
#eyes-tell-the-story-mob .blue-grade .text-bark-1 span {
    font-weight: 700;
}
#eyes-tell-the-story .text-bark-1 span, 
#eyes-tell-the-story-mob .text-bark-1 span {
    font-weight: 700;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .hero-section .hero-content h1 {
        font-size: 82px;
        line-height: 82px;
    }

    .hero-section .hero-content p {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    header ul li a {
        padding: 20px 50px;
    }

    a.primary-btn {
        font-size: 22px;
    }
}


@media (max-width: 992px) {

    #kayte-alvin-brianne .container {
        overflow: hidden;
    }

    #kayte-alvin-brianne .container .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    #kayte-alvin-brianne .container .row .img-hover-effect {
        width: 285px;
        padding-top: 25px;
    }

    #kayte-alvin-brianne .container .row .img-hover-effect:not(:last-child) {
        margin-right: 20px;
    }

    .img-container img {
        width: 120px;
        height: 120px;
        max-width: 100%;
    }

    #eyes-tell-the-story-mob {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    #eyes-tell-the-story {
        padding-bottom: 15px;
    }

    #eyes-tell-the-story-mob.full-width-container .container .row .col-lg-6 {
        padding: 0 20px;
    }

    .desktop-control {
        display: none;
    }

    .hero-section {
        background-image: url(/siteassets/img/img-background-gradient-mob.png) !important;
    }

    header .container {
        max-width: 100%;
    }

    .nav-wrapper {
        padding: 0;
    }

    .main-nav {
        display: none;
    }

    .mobile-menu {
        display: flex;
        background-color: #04636A;
        color: #fff;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
    }

        .mobile-menu::after {
            content: '';
            width: 20px;
            height: 20px;
            margin-left: 10px;
            background-image: url("/siteassets/img/icon-menu-open.svg");
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }

    .nav-wrapper.active .mobile-menu::after {
        background-image: url("/siteassets/img/icon-menu-close.svg");
    }

    header ul li a {
        font-weight: 100;
        color: #fff;
        background-color: #04636A;
        text-align: center;
    }

    header ul li.active a {
        font-weight: 700;
        color: #065960;
        background-color: #E5F5F6;
    }

    .hero-section {
        background-image: url("/siteassets/img/img-background-gradient-mob.png") !important;
        background-size: 100% 100% !important;
    }

    .mySwiper {
        width: 100%;
    }

    .mobile-control.swiper-button-next, .mobile-control.swiper-button-prev {
        display: block;
    }

    #eyes-tell-the-story .text-bark-1, #eyes-tell-the-story-mob .text-bark-1 {
        font-size: 40px;
    }
    #eyes-tell-the-story p, #eyes-tell-the-story-mob p {
        font-size: 20px;
    }
    #eyes-tell-the-story p.pg-1 {
        font-size: 18px;
    }

    #eyes-tell-the-story p.pg-2 {
        font-size: 16px;
    }
    .blue-grade {
        margin-top: 25px;
    }
    #understanding-dry-eye .col-lg-7.col-12.col7 .no-padding, #understanding-dry-eye .col-lg-7.col-12.col7 .cs-accordion-wrap-desktop {
        height: 100%;
    }

}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    header ul li a {
        padding: 20px 26px;
        font-size: 14px;
    }
    .blue-button {
        font-size: 17px;
    }
    a.primary-btn.right.resp-full-btn {
        font-size: 19px;
    }

    .mySwiper {
        width: 100%;
    }

    .tile-section {
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .hero-section .hero-content h1 {
        font-size: 58px;
        line-height: 58px;
        margin-bottom: 35px;
    }

    .hero-section .hero-content p {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .desktop-control {
        display: none;
    }

    .mobile-control.swiper-button-next,
    .mobile-control.swiper-button-prev {
        display: block;
    }
}


@media (min-width: 567px) {
    .two-section-full-width .content-wrap {
        max-width: 513px;
    }
}

@media (min-width: 768px) {
    .two-section-full-width .content-wrap {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .two-section-full-width .content-wrap {
        width: 547px;
    }
}

@media (min-width: 1400px) {
    .two-section-full-width .content-wrap {
        width: 630px;
    }

    .hero-section .hero-content h1 {
        font-size: 92px;
        line-height: 92px;
    }

    .hero-section .hero-content p {
        font-size: 25px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .hero-section {
        background-image: url(/siteassets/img/img-background-gradient-desk.png) !important;
    }

    .three-col-sec .col4 {
        display: flex;
    }

        .three-col-sec .col4 > div:first-child {
            flex: 1;
            display: flex;
        }

            .three-col-sec .col4 > div:first-child > .p-4 {
                flex: 1;
            }

    .bg-image-pos.left-side {
        background-image: url("/siteassets/img/img-otc-options.png");
    }

    .bg-image-pos.right-side {
        background-image: url("/siteassets/img/img-prescription-options.png");
    }

    .two-section-full-width.full-bg .row .col-lg-6:first-child {
        background-image: url("/siteassets/img/img-otc-options.png");
    }

    .two-section-full-width.full-bg .row .col-lg-6:last-child {
        background-image: url("/siteassets/img/img-prescription-options.png");
    }

    .refief-option-sec {
        background-image: url("/siteassets/img/img-treating-bg.jpg");
    }

    .modal-btn-wrap .fill-btn-dark {
        margin-left: 15%;
    }

    .interstitial-popup .modal-body p {
        padding: 0 78px;
    }

    .counter-sec-wrap {
        width: 46%;
    }

    .tab-btn.active {
        background-color: #026970;
        color: #fff;
        display: flex !important;
    }

    /*  .tab-btn.active::before {
    content: "\A";
    border-style: solid;
    border-width: 32.5px 37px 32.5px 0;
    border-color: transparent #009aa6 transparent transparent;
    position: absolute;
    left: -36px;
  }*/
    .count-wrapper .count-col.left {
        width: 40%;
    }

    .count-wrapper .count-col.right {
        width: 48%;
    }

    .count-wrapper .count-col.mid {
        width: 2%;
        display: flex;
    }

    .mid-border {
        flex: 1;
        border-right: 1px solid #03838c;
    }

    .two-section-full-width .content-wrap.right {
        padding-left: 50px;
    }

    .two-section-full-width .content-wrap.left {
        padding-right: 50px;
    }

    .mobile-menu {
        display: none;
    }

    #introduction .row .col-12:nth-child(2) > div {
        justify-content: end;
        margin-top: 0;
    }

    .num-count-para {
        text-align: left;
        font-size: 19px;
        line-height: 22px;
    }

    .cs-accordion-wrap-desktop {
        flex-direction: row;
    }

        .cs-accordion-wrap-desktop .accord-left {
            width: 40%;
        }

        .cs-accordion-wrap-desktop .accord-right {
            width: 60%;
        }

        .cs-accordion-wrap-desktop .accord-left h5 {
            font-size: 36px;
            line-height: 38px;
        }

    .bottom-content {
        font-size: 28px;
        line-height: 39px;
    }

    .teal-two-col-bg {
        background-image: url('/siteassets/img/img-two-col-bg.png') !important;
    }

        .teal-two-col-bg .row .col-12:nth-child(2),
        .teal-two-col-bg .row .col-12:nth-child(2) div:first-child {
            flex: none;
        }

    .vertical-seperator::after {
        height: 100%;
        border-left: 1px solid #2E314B;
        border-top: 0;
        margin: 0;
    }

    .did-you-title {
        font-size: 36px;
        line-height: 40px;
    }

    #understanding-dry-eye {
        padding: 80px 0;
    }

    .hero-section {
        padding: 80px 0;
    }

    .bottom-content {
        margin-top: 80px;
    }

    #faqs h2 {
        font-size: 36px;
        line-height: 49px;
    }

    .simple-accord .accord-item .accord-header h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .simple-accord .accord-item .accord-body p {
        font-size: 20px;
        line-height: 32px;
    }

    .image-gallery ul li {
        font-size: 20px;
        line-height: 32px;
    }

    .three-col-sec .container-fluid .row p {
        font-size: 24px;
        line-height: 30px;
    }

    .cs-accordion-wrap-desktop .vertical-seperator {
        display: flex;
    }

    .cs-accordion-wrap-desktop {
        margin-top: 20px;
    }

    .GlobalEntrustArc img {
        width: 98px !important;
    }

    .section-padding {
        padding: 80px 0;
    }

    .full-width-no-pad {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .cs-accordion-wrap-desktop .accord-left h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .resp-full-btn {
        display: inline-block;
        width: inherit;
    }

    p {
        font-size: 20px;
        line-height: 32px;
    }

    #faqs .footnote p {
        font-size: 15px;
        line-height: 27px;
    }

    .main-nav li:not(:first-child) {
        border-top: 0;
    }

    .white-button {
        font-size: 18px;
        line-height: 32px;
    }
}
/*** Main Responsive end ***/
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .cs-accordion-wrap-desktop .accord-left h5 {
        font-size: 27px;
        line-height: 28px;
    }

    .cs-accordion-wrap-desktop .accord-left h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .cs-accordion-wrap-desktop .accord-right ul li.tab-btn.active .targetMobDiv {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 1800px) {
    .bg-image-hgt {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 991px) {

    .bg-image-pos.left-side {
        background-image: url("/siteassets/img/img-otc-options-mobile.png");
    }

    .bg-image-pos.right-side {
        background-image: url("/siteassets/img/img-prescription-options-mobile.png");
    }

    .refief-option-sec {
        background-image: url("/siteassets/img/img-treating-bg-mobile.jpg") !important;
    }

    .two-section-full-width.full-bg .row .col-lg-6:first-child {
        background-image: url("/siteassets/img/img-otc-options-mobile.png");
    }

    .two-section-full-width.full-bg .row .col-lg-6:last-child {
        background-image: url("/siteassets/img/img-prescription-options-mobile.png");
    }

    footer {
        padding: 50px 0 10px;
    }

    .footer-logo {
        margin: 25px 0 50px;
    }

    footer .GlobaloptoutLinks {
        margin-bottom: 30px;
    }

    footer .footer-para p {
        font-size: 15px;
        line-height: 25px;
    }

    .simple-accord .accord-item .accord-header h3 {
        font-size: 21px;
        line-height: 33px;
        font-weight: 400;
    }

    .primary-btn {
        font-size: 20px;
    }
    /* .cs-accordion-wrap-desktop .accord-right ul li {
    background-color: #03838c;
  }*/
    .cs-accordion-wrap-desktop .accord-left h5 {
        margin: 20px 0 !important;
    }

    header.primary-teal-bg {
        background-color: #e5f5f6;
    }
    /*header ul li:first-child a {
    padding: 20px 0;
  }*/
    .counter-sec-wrap {
        width: 100%;
    }

    .bg-white-opacity::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: auto;
        right: -100%;
    }

    .simple-accord.right .accord-item:first-child {
        border-top: 0;
    }

    .targetMobDiv {
        font-size: 23px;
        line-height: 33px;
        margin-top: 18px;
        font-weight: 600;
    }

    .tab-btn.active {
        background-color: #04636A !important;
        color: #fff;
    }

    .cs-accordion-wrap-desktop .accord-right ul li {
        align-items: flex-start;
        flex-direction: column;
    }

    .cs-accordion-wrap-desktop .accord-left,
    .cs-accordion-wrap-desktop .accord-right {
        width: 100%;
    }
        /*
  .cs-accordion-wrap-desktop .accord-right {
    background-color: #03838c;
  }*/

        /*.cs-accordion-wrap-desktop .accord-right ul li .label {
    color: #fff;
  }*/

        .cs-accordion-wrap-desktop .accord-right ul li {
            border-bottom: 2px solid #026970;
        }

    footer .GlobaloptoutLinks ul {
        flex-direction: column;
    }

    .count-wrapper {
        flex-direction: column;
    }

    header ul {
        flex-direction: column;
    }

    /*  header ul li:not(:first-child) {
    display: none;
  }*/

    /*header ul li:first-child {
    color: #026970;
    background-color: #e5f5f6;
  }*/

    .transparent-sm-bg {
        background-color: transparent;
    }

    .interstitial-popup .modal-body p {
        font-size: 18px;
        line-height: 28px;
    }

    .interstitial-popup h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .modal-btn-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
    }

    .image-gallery .container {
        padding: 0;
    }

        .image-gallery .container .row {
            margin: 0;
        }

            .image-gallery .container .row .col5 {
                padding: 0;
            }

    .tab-btn.active {
        display: flex !important;
    }

    #understanding-dry-eye .col-lg-7.col-12.col7 {
        padding: 0;
    }
    /*#faqs .row .col-12:nth-child(2) .simple-accord .accord-item:last-child  {
        border-bottom: 0;
    }*/

    .top-utility-section .bl-left-logo img {
        height: 8px;
    }

    .top-utility-section .bl-right-link a {
        font-size: 7.5px;
    }

    .top-utility-section .bl-right-link a img {
        width: 10px;
        height: 10px;
        margin-left: 5px;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-sec {
        padding: 25px 0 40px;
    }

    .social-link-top {
        flex-direction: column;
        align-items: start;
    }

    .socialLink {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .full-width-container .container {
        padding: 0;
    }

        .full-width-container .container .row {
            margin: 0;
        }

        .full-width-container .container .col-lg-6:last-child {
            padding: 0;
        }

    .white-button {
        width: 100%;
    }

    .count-main-section-wrap {
        width: 100%;
    }

    .count-section-wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .num-count-left {
        margin-bottom: 20px;
    }

    .num-count-para {
        text-align: center;
    }

    .mySwiper {
        width: 100%;
    }

    .mobile-control.swiper-button-next,
    .mobile-control.swiper-button-prev {
        display: block;
    }

    .tile-section {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        padding: 10px 20px;
    }

    .main-title {
        font-size: 26px;
        line-height: 24px;
    }

    .hero-section .hero-content h1 {
        font-size: 55px;
        line-height: 52px;
    }

    .hero-section .hero-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .cs-accordion-wrap-desktop .accord-right ul li .label {
        font-size: 14px;
    }

    .cs-accordion-wrap-desktop .accord-right ul li.tab-btn.active .targetMobDiv {
        font-size: 20px;
        line-height: 24px;
        padding-right: 24%;
    }
}



@media (max-width: 400px) {
.cs-accordion-wrap-desktop .accord-right ul li {
        flex: none;
    }
}