/************Header************/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11;
}

.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: Barlow, sans-serif;
        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.consumerlink {
            top: 1px;
            position: relative;
        }

        .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;
            position: relative;
            top: 0px;
        }

            .top-utility-section .bl-right-link a img.consumerlinkicon {
                top: -2px;
            }

.ECPMenu {
    top: -15px;
    position: relative;
}

.btn.btn-default {
    font-size: 25px;
    font-family: "GothamNarrow-Medium";
    letter-spacing: 0.2px;
}

sup {
    font-size: 60%;
}

.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;
}

.home-sec-1 h1.pres-areds3 {
    padding-top: 0px;
    margin-bottom: 15px;
}

@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;
}

.footer {
    padding: 48px 0;
    background: #03838c;
    /*margin-top: 10px;*/
    font-family: "Barlow", sans-serif;
    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: 'Barlow';
    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: 15px;
    list-style-type: none;
}

footer#footer .footer-links ul:first-child li:first-child a {
    background: url("/siteassets/ecp/img/icon-link-out.svg") no-repeat right 3px;
    background-size: 10px;
}

footer#footer .footer-links ul li a {
    color: #fff;
    background: url("/siteassets/ecp/img/icon-link-out.svg") no-repeat right 3px;
    font-size: 12px;
    padding-right: 15px;
    text-decoration: underline;
    background-size: 10px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    line-height: normal;
}

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-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    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: 2px;
        font-size: 10px;
        font-weight: 600;
        font-family: "Barlow", sans-serif;
        line-height: normal;
    }

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;
    line-height: 24px;
    font-size: unset;
    font-weight: unset;
    display: flex;
}

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;
}

footer .social-link-top span {
    color: #fff !important;
    font-family: 'Barlow', 'sans-serif';
}

footer .socialLink img {
    width: 20px;
    height: 20px;
}

.footer-desc.copyright p:first-child {
    margin-bottom: 10px;
}

@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) {

    .btn.btn-default {
        font-size: 25px;
        font-family: 'GothamNarrow-Medium';
        letter-spacing: 0.2px;
    }

    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;
            margin-top: 0px;
        }

        footer#footer .socialLink {
            padding-left: 0px;
            border: none;
        }

            footer#footer .socialLink li {
                margin-bottom: 0px;
                margin-right: 30px;
            }

    .infuse-astigmatism-sec .container,
    .infuse-multifocal-banner-sec .container {
        padding-top: 10px;
    }

    footer#footer .footer-links ul:first-child li:first-child a, footer#footer .footer-links ul li a {
        background-position: right bottom;
    }
}

@media screen and (max-width: 359px) {
    footer#footer .footer-links ul li a {
        font-size: 11px;
    }
}
/**** End Footer Mobile******/


/************PreserVision**********/

header {
    top: 36px;
    height: 130px;
}

.header {
    background: none;
    height: auto;
    top: 0px;
}

    .header .block.rawhtml {
        width: 100%;
    }

footer#footer .footer-links ul li .no-link-out {
    background: none !important;
}

.home-sec-1.home-page-banner {
    padding: 0px 0px 0px;
    overflow-x: hidden;
}

    .home-sec-1.home-page-banner img {
        max-height: unset;
        width: 100%;
    }

body.sticky-header .home-sec-1.home-page-banner {
    padding: 12px 0 0px;
}

.home-page-banner .a-spot-title {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    justify-content: center;
}

    .home-page-banner .a-spot-title .a-spot-title-text {
        color: #E0D18E;
        text-align: center;
        font-family: "GothamNarrow-Medium";
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .home-page-banner .a-spot-title h1 {
        color: #FFF;
        text-align: center;
        font-family: "GothamNarrow-Medium";
        font-size: 65px;
        font-style: normal;
        font-weight: 350;
        line-height: 70px;
        text-transform: capitalize;
    }

    .home-page-banner .a-spot-title h3 {
        color: #FFF;
        text-align: center;
        font-family: "GothamNarrow-Medium";
        font-size: 30px;
        font-style: normal;
        font-weight: 350;
        line-height: 40px;
    }



.home-sec-2.home-page-content-1 {
    padding: 0px;
    background-color: #002F5C;
}

    .home-sec-2.home-page-content-1 h2 {
        color: #FFF;
        font-size: 50px;
        font-style: normal;
        font-weight: 350;
        line-height: 60px;
        letter-spacing: normal;
    }

.home-sec-2.home-page-content-1,
.home-page-content-3 {
    padding-top: 52px;
}

    .home-sec-2.home-page-content-1 .content-detail-row,
    .home-page-content-3 .content-detail-row, .home-page-content-4 .content-detail-row {
        padding-bottom: 52px;
        justify-content: center;
        gap: 45px;
    }

    .home-sec-2.home-page-content-1 .content-detail,
    .home-page-content-3 .content-detail, .home-page-content-5 .content-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .home-sec-2.home-page-content-1 .content-detail .description,
        .home-page-content-3 .content-detail .description {
            max-width: 360px;
            text-align: center;
            font-size: 19px;
            font-weight: 325;
            line-height: 26px;
            color: #FFF;
            letter-spacing: 0.2px;
        }

        .home-sec-2.home-page-content-1 .content-detail:last-child .description {
            max-width: 290px;
        }

        .home-sec-2.home-page-content-1 .content-detail .rate-percent {
            color: #E0D18E;
            text-align: center;
            font-size: 74px;
            font-style: normal;
            font-weight: 400;
            line-height: 60px;
            letter-spacing: 0.5px;
            font-family: 'GothamNarrow-Medium';
        }

.home-page-content-3 {
    background: url(/siteassets/ecp/img/n-bottom-swoosh-right.svg) no-repeat;
    background-position: bottom right;
    background-size: 100%;
    padding-top: 90px;
}

.home-page-content-4 {
    background: #002F5C;
}

.home-page-content-5 {
    background: url(/siteassets/ecp/img/n-bottom-swoosh-left.svg) no-repeat;
    background-position: top left;
    background-size: 100%;
    padding: 100px 0px 9px;
}

.home-page-content-3 .content-detail-row {
    gap: 32px;
}

.home-page-content-3 .content-detail {
    row-gap: 26px;
}

    .home-page-content-3 .content-detail .description {
        color: #000;
        max-width: 325px;
        font-family: 'GothamNarrow-Medium';
        font-size: 22.75px;
        font-style: normal;
        font-weight: 350;
        line-height: 28.167px;
        letter-spacing: 0.217px;
        padding: 0px 0px;
    }

    .home-page-content-3 .content-detail:first-child .description {
        /*     padding: 0px 34px;*/
    }

.home-page-content-3 .text-1 {
    border: 1px solid #000;
    padding: 10px 12px 12px 12px;
    color: #000;
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.14px;
    width: 100%;
    margin-bottom: 24px;
}

    .home-page-content-3 .text-1 sup {
        font-size: 16px;
        top: 4px;
    }

.home-page-content-3 .text-2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 110%;
}

.home-page-content-3 .text-3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 326;
    line-height: 18px;
    margin-bottom: 100px;
}

    .home-page-content-3 .text-3 .strong {
        font-weight: 400;
        font-family: 'GothamNarrow-Bold';
    }

    .home-page-content-3 .text-3 .italic {
        font-style: italic;
    }

.home-page-content-4 .content-detail-row {
    padding: 40px 0px;
}

.home-page-content-4 .middle-para {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: 40px;
    max-width: 772px;
    font-family: 'GothamNarrow-Medium';
    margin-bottom: 0px;
}

.home-page-content-5 .content-detail-row {
    justify-content: center;
}

.home-page-content-5 .content-detail {
    row-gap: 40px;
    margin-bottom: 40px;
}

    .home-page-content-5 .content-detail .description {
        color: #000;
        text-align: center;
        font-family: 'GothamNarrow-Medium';
        font-size: 30px;
        font-style: normal;
        font-weight: 350;
        line-height: 40px;
    }

.home-page-content-5 .bottom-text {
    font-size: 16px;
    font-weight: 325;
    margin-bottom: 0px;
    line-height: 18px;
}


.vertical-line {
    border-left: 1px solid #fff;
}

.home-page-content-3 .vertical-line {
    border-color: #000;
}

footer#footer {
    position: relative;
    top: 21px;
}

#bannerPane {
    padding-top: 30px;
}

@media screen and (min-width: 993px) {
    body.sticky-header {
        padding-top: 112px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .content-detail btn.btn-default {
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        padding-top: 8px;
        line-height: 33px; /* 132% */
        letter-spacing: 0.2px;
        text-align: center;
    }

    .home-page-content-3 .content-detail .description {
        max-width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .mobileMenu a:hover {
        text-decoration: none;
    }

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
    }

        .hamburger-menu .hamburger-menu-text {
            color: #0047BA;
            font-family: "GothamNarrow-Medium";
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: 2px;
        }

        .hamburger-menu img {
            width: 38px;
            height: 20px;
        }

    header, header .navbar .main-nav .navbar-collapse {
        top: 24px;
    }

    .header {
        top: 0px;
    }

    .menu-header .main-nav {
        top: 78px;
    }

    .desk {
        display: none;
    }

    header.menu-header {
        height: 57px;
    }

    .home-sec-1.home-page-banner {
        padding-top: 0px;
        overflow: hidden;
        margin-top: 0px;
    }

    .home-page-banner .a-spot-title .a-spot-title-text {
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .home-page-banner .a-spot-title h1 {
        font-size: 40px;
        font-weight: 350;
        line-height: 110%;
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .home-page-banner .a-spot-title h3 {
        font-size: 20px;
        font-weight: 350;
        line-height: 110%;
        padding: 0px 24px;
    }

    .home-sec-2.home-page-content-1 {
        padding-top: 50px;
        margin-top: -1px;
        position: relative;
    }

        .home-sec-2.home-page-content-1 h2 {
            text-align: center !important;
            font-size: 40px;
            font-style: normal;
            font-weight: 350;
            line-height: 110%;
            margin-bottom: 60px;
        }

        .home-sec-2.home-page-content-1 .content-detail .description, .home-page-content-3 .content-detail .description {
            max-width: 295px;
            letter-spacing: 0.2px;
        }

    .home-page-content-3 .content-detail .description {
        font-size: 20px;
        font-weight: 350;
        line-height: 26px;
        letter-spacing: 0.2px;
    }


    .home-sec-2.home-page-content-1 .content-detail-row, .home-page-content-3 .content-detail-row, .home-page-content-4 .content-detail-row {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
    }

    .vertical-line {
        border-left: none;
        border-bottom: 1px solid #FFF;
    }

    .home-page-content-3 .content-detail .description,
    .home-page-content-3 .content-detail:first-child .description {
        padding: 0px 0px;
    }

    .home-page-content-3 .text-1 {
        border: 1px solid #000;
        padding: 10px 12px 12px 12px;
        font-size: 12px;
        margin-bottom: 8px;
    }

        .home-page-content-3 .text-1 sup {
            top: 6px;
        }

    .home-page-content-3 .text-2 {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .home-page-content-3 .text-3 {
        font-size: 14px;
        margin-bottom: 60px;
    }

    .home-page-content-3 .content-info {
        margin: 0px 1px;
    }

    .home-sec-2.home-page-content-1 .content-detail-row {
        padding-bottom: 50px;
        gap: 36px;
    }

    .home-page-content-3 .content-detail-row {
        padding-bottom: 52px;
        padding-top: 52px;
    }

    .main-wrapper {
        overflow: unset;
    }

    .home-page-content-3 {
        background-image: url(/siteassets/ecp/img/n-bottom-swoosh-right-mob.svg);
        padding-top: 1px;
    }

    .home-page-content-5 {
        background-image: url(/siteassets/ecp/img/n-bottom-swoosh-left-mob.svg);
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .home-page-content-4 .middle-para {
        font-size: 20px;
        line-height: 110%;
    }

    .m-device {
        display: block !important;
    }

    .home-page-content-4 .content-detail-row {
        padding: 40px 24px;
    }

    .home-page-content-5 .content-detail {
        row-gap: 32px;
        margin-bottom: 40px;
    }

        .home-page-content-5 .content-detail .description {
            font-size: 20px;
            line-height: 110%;
        }

    .home-page-content-5 .row {
        padding-left: 16px;
        padding-right: 16px;
    }

    #bannerPane {
        padding-top: 23px;
    }

    .home-page-content-5 .bottom-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .home-page-content-3 .content-detail-row {
        padding-top: 50px;
    }
}
