*,
body,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
    color: #16416f;
    line-height: normal;
    list-style-type: none;
}

header {
    padding-bottom: 34px;
    border-bottom: solid 1px rgba(0, 171, 189, 0.15);
}

    header .navbar-brand {
        display: inline-block;
    }

        header .navbar-brand img {
            max-width: 100%;
        }

    header .topLinks {
        padding: 8px 0;
        background: rgb(22, 65, 111);
        background: -webkit-gradient(linear, right top, left top, from(rgb(22, 65, 111)), to(rgb(18, 117, 188)));
        background: linear-gradient(270deg, rgb(22, 65, 111) 0%, rgb(18, 117, 188) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16416f",endColorstr="#1275bc",GradientType=1);
        margin-bottom: 34px;
    }

        header .topLinks ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style-type: none;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
            margin-bottom: 1px;
        }

            header .topLinks ul li {
                margin: 0 0 0 60px;
            }

                header .topLinks ul li a {
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 700;
                    font-size: 12px;
                    position: relative;
                }

                    header .topLinks ul li a.searcIcn img {
                        margin: -1px 2px 0;
                    }

                    header .topLinks ul li a.outlinkIcn img {
                        margin: -2px 0 0 4px;
                    }

    header .navbar {
        padding: 0;
    }

    header nav ul {
        padding-top: 4px;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        header nav ul li {
            margin-right: 30px;
        }

            header nav ul li:last-child {
                padding: 0;
                margin: 0;
            }

            header nav ul li a {
                color: #16416f;
                text-transform: uppercase;
                font: 500 16px "Barlow", sans-serif;
                text-decoration: none;
            }

                header nav ul li a:hover {
                    font-weight: 900;
                    color: #16416f;
                }

            header nav ul li.active a {
                font-weight: 900;
            }

            header nav ul li.active li a {
                font-weight: 600;
                background: none;
            }

                header nav ul li.active li a:hover {
                    font-weight: 900;
                }

            header nav ul li.active li.active a {
                font-weight: 900;
            }

            header nav ul li li a {
                font-weight: 600;
                background: none;
                text-transform: none;
            }

            header nav ul li:first-child .dropdown-menu > ul {
                width: 600px;
                position: relative;
            }

                header nav ul li:first-child .dropdown-menu > ul > li {
                    white-space: normal;
                    width: 295px;
                    margin: 0;
                    padding-bottom: 29px;
                    border-right: 1px solid #16416f;
                }

                    header nav ul li:first-child .dropdown-menu > ul > li:last-child {
                        position: absolute;
                        right: 0;
                        top: 15px;
                        border: none;
                    }

                        header nav ul li:first-child .dropdown-menu > ul > li:last-child span {
                            display: none;
                        }

                        header nav ul li:first-child .dropdown-menu > ul > li:last-child li {
                            padding: 0 0 0 10px;
                        }

                            header nav ul li:first-child .dropdown-menu > ul > li:last-child li:first-child,
                            header nav ul li:first-child .dropdown-menu > ul > li:last-child li:nth-child(2) {
                                padding: 15px 0 20px 10px;
                                background: #dbf4fb;
                                margin: 0;
                            }

                            header nav ul li:first-child .dropdown-menu > ul > li:last-child li:nth-child(2) {
                                margin-bottom: 20px;
                                padding-bottom: 20px;
                                padding-top: 0;
                            }

    header .dropdown-menu {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        top: 60px;
        border-radius: 0;
        padding: 20px 30px 34px;
        left: -30px;
    }

        header .dropdown-menu ul li {
            padding: 0;
            margin: 0 0 20px;
        }

            header .dropdown-menu ul li span {
                text-transform: uppercase;
                font-weight: 600;
                color: #1275bc;
                font-size: 12px;
                margin-bottom: 11px;
                display: block;
            }

            header .dropdown-menu ul li a {
                text-decoration: underline;
                color: #005e68;
                padding: 0;
            }

                header .dropdown-menu ul li a:hover {
                    font-weight: 600;
                    color: #1275bc;
                }

        header .dropdown-menu ul .submenu {
            margin: 0;
        }

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.dropdown-toggle:after {
    display: block;
    margin: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid #16416f;
    border-left: 1px solid #16416f;
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 3px;
    right: 2px;
}

.dropdown-toggle a {
    padding-bottom: 42px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle:hover:after {
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    top: 9px;
}

.imgfull {
    max-width: 350px;
    padding: 15px;
    width: 100%;
}

img.calout-link {
    padding: 0 10px;
}

img.img-fluid.lazy.d-none.d-lg-block.img-width {
    margin-top: 20px;
    max-width: 85%;
    margin-bottom: 30px;
}

span.border-line {
    border-right: 1px solid #979797;
}
.row.coloumTwo.flex-start {
    justify-content: flex-start;
}

/*Lead-generation-page  css Start*/

.form-layout {
    margin-bottom: 45px;
}

.LeadBanner.LeadHero {
    position: relative;
    overflow: hidden;
    background: rgb(18, 117, 188);
    background: -webkit-gradient(linear, left top, right top, color-stop(24%, rgb(18, 117, 188)), to(rgb(22, 65, 111)));
    background: linear-gradient(90deg, rgb(0 62 87) 24%, rgb(7 106 129) 100%);
}

.LeadBanner.LeadHero .container {
    z-index: 2;
    position: relative;
}

.LeadHero .row {
    min-height: 445px;
    text-align: center;
}


.LeadBanner.LeadHero h2 {
    color: #FFF;
    text-align: center;
    font-size: 69.201px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.LeadBanner.LeadHero p {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 28px;
}

.lead-bannerImageDesktop img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}

.lead-bannerImage img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.leadsectionhome p.top-text {
    color: #053552;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
    margin-top: 50px;
}

.leadsectionhome .form-layout {
    height: auto;
    padding: 0 40px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
}

.form-layout label.Form__Element__Caption {
    color: #053552;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.295px;
    margin-bottom:6px;
}

.form-layout input[type="text"], .form-layout select {
    border: 1px solid #053552;
    background: #FFF;
    height: 45px;
    padding: 5px;
    width: 100%;
}

button.lead-submit {
    border-radius: 39.719px;
    text-align: center;
    font-family: Barlow;
    font-size: 21.183px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.883px;
    text-transform: uppercase;
    padding: 13px 38px;
}

.form-layout span.red {
    color: #F00;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.295px;
}

span.terms-priv-text a:after {
    background-image: url('/siteassets/img/icon-linkout-green.svg');
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    
    background-repeat: no-repeat;
   
    margin-left: 3px;
    margin-top: 4px;
}
.terms-priv-text {
    color: #053552;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

span.terms-priv-text a {
    color: #005e68;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
    padding-right: 18px;
}

.indication {
    color: #053552;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Barlow;
    font-style:italic;
}

.thankyou-text {
    background: #FFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
    margin: 150px 0 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 40px;
}

.leadsectionty-img {
    position: relative;
    margin-top: -52px;
    padding-bottom: 40px;
}

.form-layout .Form__Element__ValidationError {
    padding-left: 18px;
    position: relative;
    margin-top: 3px;
    color: #FF0F00 !important;
}

.form-layout .Form__Element__ValidationError::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/siteassets/img/req-icon.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.form-layout .FormTextbox.ValidationFail input[type="text"], .form-layout .FormChoice.ValidationFail input[type="checkbox"], .form-layout .FormSelection.ValidationFail select {
    border: 1px solid #FF0F00 !important;
}

.thank-you {
    width: auto;
    color: #16416f;
    text-align: center;
    font-size: 52.033px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 23px;
}

.thank-txt {
    color: #053552;
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 991px) {
    .LeadBanner.LeadHero h2 {
        font-size: 42px;
    }

    .LeadBanner.LeadHero p {
        font-size: 26px;
    }

    .LeadBanner.LeadHero {
        margin-top: 70px;
    }

    .LeadBanner.LeadHero .prom-container {
        position: absolute;
    }

    .lead-banner-text {
        width: 237px;
        margin: 0 auto;
    }
    .lead-bannerImage.img-rel img {
        position: relative;
        max-width: 100%;
        height: 100%;
    }
    .prom-container {
        position: absolute;
        top: 0;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .prom-container .ban-col {
        margin-top: 50px;
    }

    .leadsectionhome {
        padding-left: 15px;
        padding-right: 15px;
    }

        .leadsectionhome .form-layout {
            padding: 0px 25px;
        }

    .thank-you {
        width: 273px;
        font-size: 42px;
        margin: 0 auto;
    }

    .thank-txt {
        width: 219px;
        font-size: 20px;
        margin: 0 auto;
    }

    .leadsectionhome p.top-text {
        margin-bottom: 38px !important;
        margin-top: 38px;
    }
}

/*Lead-generation-page  css End*/


@media screen and (max-width: 1199px) {
    header .topLinks {
        margin-bottom: 20px;
    }

    header nav ul li a {
        font-size: 14px;
    }

        header nav ul li a:after {
            right: 0;
        }
}

@media screen and (max-width: 991px) {
    header .navbar-brand img {
        max-width: 65%;
    }

    .navbar-brand {
        display: inline-block;
    }

    .navbar {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        text-align: left;
        width: 100%;
        left: 0;
        top: 71px;
        background: #fff;
        height: 424px;
        overflow-y: scroll;
        z-index: 1;
    }

    .navbar-toggler,
    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        line-height: normal;
        font-size: inherit;
    }

        .navbar-toggler .navbar-toggler-icon {
            font-size: 10px;
            text-transform: uppercase;
            font-weight: 900;
            width: auto;
            color: #005e68;
            height: auto;
            background: url(/siteassets/img/img-31x16-hamburgerOpen.svg) no-repeat center bottom;
            padding-bottom: 20px;
        }

            .navbar-toggler .navbar-toggler-icon.hambClose {
                background: url(/siteassets/img/img-17x17-hamburgerClose.svg) no-repeat center bottom;
            }

    .logo img {
        max-width: 65%;
    }

    .outlinkIcn img {
        margin: -3px 6px 0;
    }

    .searcIcn img {
        margin: -2px 4px 0 0;
    }

    header {
        padding-bottom: 15.2px;
        border-bottom: 1px solid rgba(0, 171, 189, 0.15);
        margin-bottom: 0;
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 333;
        top:0;
    }

        header .topLinks {
            margin-bottom: 10px;
            padding: 5px 0;
        }

        header .text-end {
            line-height: 0;
        }

        header nav ul {
            padding: 0;
        }

            header nav ul li {
                margin: 0;
                border-bottom: 1px solid rgba(0, 171, 189, 0.15);
                padding: 0;
            }

                header nav ul li.active a {
                    background: rgb(225, 245, 251);
                    background: -webkit-gradient(linear, left top, right top, from(rgb(225, 245, 251)), to(rgb(255, 255, 255)));
                    background: linear-gradient(90deg, rgb(225, 245, 251) 0%, rgb(255, 255, 255) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1f5fb",endColorstr="#ffffff",GradientType=1);
                    font-weight: 900;
                }

                header nav ul li a {
                    display: block;
                    padding: 14px 35px;
                }

                header nav ul li a {
                    font-size: 16px;
                }

                header nav ul li li.active a {
                    background: rgb(225, 245, 251);
                    background: -webkit-gradient(linear, left top, right top, from(rgb(225, 245, 251)), to(rgb(255, 255, 255)));
                    background: linear-gradient(90deg, rgb(225, 245, 251) 0%, rgb(255, 255, 255) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1f5fb",endColorstr="#ffffff",GradientType=1);
                    font-weight: 900;
                    padding: 8px;
                }

                header nav ul li:first-child .dropdown-menu > ul {
                    width: 100%;
                }

                    header nav ul li:first-child .dropdown-menu > ul > li {
                        width: 100%;
                        border: 0;
                        border-bottom: 1px solid rgba(0, 171, 189, 0.15);
                        margin-bottom: 29px;
                    }

                        header nav ul li:first-child .dropdown-menu > ul > li span {
                            margin-left: 8px;
                        }

                        header nav ul li:first-child .dropdown-menu > ul > li a {
                            padding: 8px;
                        }

                        header nav ul li:first-child .dropdown-menu > ul > li:last-child {
                            position: static;
                            margin: 0;
                            padding: 0;
                        }

                            header nav ul li:first-child .dropdown-menu > ul > li:last-child li {
                                padding: 0;
                            }

                                header nav ul li:first-child .dropdown-menu > ul > li:last-child li:first-child,
                                header nav ul li:first-child .dropdown-menu > ul > li:last-child li:nth-child(2) {
                                    background: none;
                                    padding: 0;
                                    margin: 0;
                                }

                                header nav ul li:first-child .dropdown-menu > ul > li:last-child li:nth-child(2) {
                                    border-bottom: 1px solid rgba(0, 171, 189, 0.15);
                                    margin-bottom: 29px;
                                    padding-bottom: 29px;
                                }

                        header nav ul li:first-child .dropdown-menu > ul > li li.active a {
                            background: rgb(225, 245, 251);
                            background: -webkit-gradient(linear, left top, right top, from(rgb(225, 245, 251)), to(rgb(255, 255, 255)));
                            background: linear-gradient(90deg, rgb(225, 245, 251) 0%, rgb(255, 255, 255) 100%);
                            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1f5fb",endColorstr="#ffffff",GradientType=1);
                            font-weight: 900;
                            padding: 8px;
                        }

        header nav .topLinksMobile {
            background: rgb(22, 65, 111);
            background: -webkit-gradient(linear, right top, left top, from(rgb(22, 65, 111)), to(rgb(18, 117, 188)));
            background: linear-gradient(270deg, rgb(22, 65, 111) 0%, rgb(18, 117, 188) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16416f",endColorstr="#1275bc",GradientType=1);
        }

            header nav .topLinksMobile li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            }

                header nav .topLinksMobile li a {
                    color: #fff;
                    font-size: 14px;
                    font-weight: 800;
                }

                    header nav .topLinksMobile li a:hover {
                        color: #fff;
                    }

        header .dropdown-menu {
            width: auto;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 15px 10px 30px 25px;
        }

            header .dropdown-menu ul li {
                border: 0;
            }

                header .dropdown-menu ul li li {
                    margin: 0;
                }

    .dropdown-toggle .arrowSpan {
        position: absolute;
        right: 37px;
        top: 4px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 42px;
        height: 38px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
    }

        .dropdown-toggle .arrowSpan:after {
            position: absolute;
            content: "";
            width: 9px;
            height: 9px;
            border-top: 1px solid #16416f;
            border-left: 1px solid #16416f;
            -webkit-transform: rotate(224deg);
            transform: rotate(224deg);
            border-right: 0;
            border-bottom: 0;
        }

        .dropdown-toggle .arrowSpan.down:after {
            -webkit-transform: rotate(46deg);
            transform: rotate(46deg);
        }

    .dropdown-toggle:after {
        display: none;
    }

    .dropdown-toggle a {
        padding: 14px 35px;
    }

    .navbar-nav {
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    header nav ul li a {
        padding: 17px 12px;
    }

    .logo img {
        max-width: 100%;
    }

    .navbar-collapse {
        height: 426px;
        overflow-y: scroll;
        top: 70px;
    }

    .navbar-height {
        height: calc(100% - 70px);
    }

    .dropdown-toggle a {
        padding: 17px 12px 17px;
    }

    .dropdown-toggle .arrowSpan {
        right: 15px;
    }

    header .navbar-brand img {
        max-width: 100%;
    }

    #fitting-guide-cal h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

footer {
    padding: 46px 0 57px;
    background: rgb(18, 117, 188);
    background: -webkit-gradient(linear, left top, right top, color-stop(24%, rgb(18, 117, 188)), to(rgb(22, 65, 111)));
    background: linear-gradient(90deg, rgb(18, 117, 188) 24%, rgb(22, 65, 111) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1275bc",endColorstr="#16416f",GradientType=1);
}

    footer .colmFst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    footer .socialLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
        border-right: 1px solid #fff;
    }

        footer .socialLink li {
            color: #fff;
            margin-right: 27px;
        }

            footer .socialLink li img:hover {
                opacity: 0.8;
            }

    footer .copyright {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin: 40px 0 0;
        border-top: 1px solid #fff;
        padding-top: 36px;
    }

        footer .copyright > div {
            padding: 0;
        }

        footer .copyright p {
            color: #fff;
            font-size: 14px;
            line-height: 22.4px;
        }

    footer .footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 50px;
    }

        footer .footer-links ul {
            margin-right: 22px;
            width: 54%;
        }

            footer .footer-links ul:last-child {
                width: auto;
                margin: 0;
            }

            footer .footer-links ul li {
                margin-bottom: 10px;
            }

                footer .footer-links ul li a {
                    color: #fff;
                    background: url("/siteassets/img/icon-14x16-link-out.svg") no-repeat right bottom;
                    font-size: 16px;
                    padding-right: 25px;
                }

                footer .footer-links ul li .remove-icon {
                    background: inherit;
                }

            footer .footer-links ul:first-child li:first-child a {
                background: none;
            }

@media screen and (max-width: 1118px) {
    footer .socialLink li {
        margin-right: 15px;
    }

        footer .socialLink li:last-child {
            margin: 0;
        }

    footer .footer-links {
        padding-left: 0;
    }

    footer .colmFst {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media screen and (max-width: 991px) {
    footer {
        padding: 40px 0 35px;
    }

        footer .socialLink {
            margin-bottom: 20px;
            display: block;
            overflow: hidden;
            border-right: 0;
            border-bottom: 1px solid #fff;
            padding-bottom: 35px;
            padding-top: 0;
        }

            footer .socialLink li {
                margin-right: 37px;
                float: left;
            }

                footer .socialLink li:first-child {
                    width: 100%;
                    margin-bottom: 14px;
                    margin-right: 0;
                }

        footer .footerLogo {
            margin-bottom: 25px;
        }

        footer .footer-links {
            padding-right: calc(var(--bs-gutter-x) * 0.5);
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            border: 0;
            display: block;
        }

            footer .footer-links ul {
                margin: 0;
                width: auto;
            }

        footer .copyright {
            padding-top: 20px;
            margin: 20px 0 0;
        }

            footer .copyright p {
                margin-bottom: 0px;
            }

        footer .text-end {
            text-align: left !important;
        }
}

.global-bottom-border {
    border-bottom: 1px solid #979797;
}

.heroBanner {
    background: rgb(18, 117, 188);
    background: -webkit-gradient(linear, right top, left top, from(rgb(18, 117, 188)), color-stop(0%, rgb(18, 116, 186)), to(rgb(22, 65, 111)));
    background: linear-gradient(270deg, rgb(18, 117, 188) 0%, rgb(18, 116, 186) 0%, rgb(22, 65, 111) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1275bc",endColorstr="#16416f",GradientType=1);
    position: relative;
}

    .heroBanner .contentBanner .banner-text {
        padding: 0px 0 96px;
    }

    .heroBanner .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heroBanner .img-wrap {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 45px;
        top: 0;
    }

        .heroBanner .img-wrap img {
            max-width: 100%;
            height: auto;
        }

    .heroBanner .bannerCap {
        margin-top: 0;
    }

    .heroBanner h1 {
        color: #4ac7eb;
        font: 900 12px/18px "Barlow", sans-serif;
        margin-bottom: 24px;
        letter-spacing: 1.88px;
        text-transform: uppercase;
        margin-top: 73px;
    }

    .heroBanner.heroInner.product-inner-banner h1 {
        margin-top: 50px;
    }

    .heroBanner h3 {
        font: normal 28px/38px "Lora", serif;
        color: #fff;
    }

    .heroBanner h2 {
        font: 900 60px/60px "Barlow", sans-serif;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    .heroBanner h4 {
        font: 600 36px/48px "Lora", serif;
        color: #fff;
        margin-bottom: 50px;
    }

    .heroBanner p {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
    }

    .heroBanner .footnote {
        margin: 40px 0 0;
    }

        .heroBanner .footnote sup {
            margin: 0;
        }

    .heroBanner.ultra {
        padding-bottom: 0;
    }

        .heroBanner.ultra .banner-text {
            margin-top: 57px;
        }

            .heroBanner.ultra .banner-text h1 {
                margin-bottom: 54px !important;
            }

            .heroBanner.ultra .banner-text h2 {
                margin-bottom: 100px;
            }

.heroInner {
    background-image: none;
    background-color: #16416f;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .heroInner .bannerImageDesktop {
        text-align: right;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

        .heroInner .bannerImageDesktop img {
            max-width: fit-content;
            height: 100%;
        }

    .heroInner p {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 55px;
    }

    .heroInner .containerNew {
        margin-top: 0px;
        z-index: 10;
        position: relative;
    }

    .heroInner .staticLink {
        color: #a5e3f5;
        position: relative;
        padding-left: 25px;
        font-weight: 700;
    }

        .heroInner .staticLink:hover {
            color: #fff;
        }

            .heroInner .staticLink:hover:before {
                border-top-color: #fff;
            }

        .heroInner .staticLink:before {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 11px solid #a5e3f5;
            content: "";
            left: 0;
            top: 7px;
            border-radius: 2px;
        }

.heroOnedayMulti h2 {
    margin-bottom: 8px;
}

.heroOnedayMulti h3 {
    color: #fbec3f;
    font: 600 36px "Lora", serif;
    letter-spacing: 1.5px;
    margin-bottom: 26px;
}

.heroOnedayMulti .imgMobile {
    margin-bottom: 40px;
}

.heroOnedayMulti .staticLink {
    color: #a5e3f5;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
}

    .heroOnedayMulti .staticLink:hover {
        color: #fff;
    }

        .heroOnedayMulti .staticLink:hover:before {
            border-top-color: #fff;
        }

    .heroOnedayMulti .staticLink:before {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 11px solid #a5e3f5;
        content: "";
        left: 0;
        top: 7px;
        border-radius: 2px;
    }

.heroInnerTwo p {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 55px;
}

.heroInnerTwo .no-visible {
    visibility: hidden;
}

.heroInnerTwo .staticLink {
    color: #a5e3f5;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
}

    .heroInnerTwo .staticLink:hover {
        color: #fff;
    }

        .heroInnerTwo .staticLink:hover:before {
            border-top-color: #fff;
        }

    .heroInnerTwo .staticLink:before {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 11px solid #a5e3f5;
        content: "";
        left: 0;
        top: 7px;
        border-radius: 2px;
    }

.heroInnerTwo h3 {
    font: 600 36px/38px "Lora", serif;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
}

    .breadcrumb a {
        color: #a5e3f5;
    }

.cs-green-hero-banner .breadcrumb a {
    color: #fff;
}

.heroInnerTwo.cs-green-hero-banner .staticLink {
    color: #fff;
}

.heroInnerTwo.cs-green-hero-banner .staticLink:before {
    border-top: 11px solid #fff;
}

.breadcrumb a:hover {
    color: #fff;
}

    .breadcrumb .breadcrumb-item {
        padding-left: 2px;
    }

        .breadcrumb .breadcrumb-item.active,
        .breadcrumb .breadcrumb-item:before {
            color: #fff;
            padding-right: 2px;
        }

.nowrap {
    white-space: nowrap;
    color: inherit;
    font-family: inherit;
}

p {
    line-height: 22px;
}

    p.font-10 {
        font-size: 14px;
        padding: 0;
        line-height: 20px;
        text-indent: -3px;
        margin: 20px 0 0;
        min-height: inherit;
    }

.contentCenter {
    margin-left: auto;
    margin-right: auto;
}

sup {
    color: inherit;
    top: -0.4em;
}

.checkbox-label sup {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    top: -0.2em;
}

.cd-gallery li a span sup {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    top: -0.2em;
}

.resourceContent .featuredContent .textLink sup {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    top: -0.2em;
}

.textLink {
    color: #005e68;
    font-weight: 600;
}

    .textLink:hover {
        color: #1275bc;
    }

.primaryBtn {
    background: rgb(0, 123, 136);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgb(0, 123, 136)), to(rgb(0, 94, 104)));
    background: linear-gradient(90deg, rgb(0, 123, 136) 4%, rgb(0, 94, 104) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007b88",endColorstr="#005e68",GradientType=1);
    text-align: center;
    display: inline-block;
    font: 900 16px/18px "Barlow", sans-serif;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 11px 23px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

    .primaryBtn:hover {
        background: #16416f;
        color: #ffffff;
    }

    .primaryBtn img {
        position: relative;
        top: -2px;
    }

.contBottom.four-col-section .primaryBtn {
    width: 100%;
}

.arcArt {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .arcArt .container {
        position: relative;
    }

    .arcArt:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vh;
        height: 50vh;
        border-radius: 50%;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: translateX(-50%) scale(4);
        transform: translateX(-50%) scale(4);
        background: rgb(255, 255, 255);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(76%, rgb(255, 255, 255)), to(rgb(218, 244, 251)));
        background: linear-gradient(0deg, rgb(255, 255, 255) 76%, rgb(218, 244, 251) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dbf4fb",GradientType=1);
    }

.arcArtBottom:before {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgb(255, 255, 255)), to(rgb(218, 244, 251)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 85%, rgb(218, 244, 251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dbf4fb",GradientType=1);
    top: inherit;
}

.formSection {
    background-image: url(/siteassets/img/img-3-dots.svg), url(/siteassets/img/img-9-dots.svg);
    background-position: 0 0, 100% 0;
    background-repeat: repeat-y, repeat-y;
    margin-bottom: 84px;
}

    .formSection .row {
        position: relative;
        padding-bottom: 0;
    }

        .formSection .row h2:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
            left: 0;
        }

    .formSection h2 {
        padding-top: 47px;
        margin-bottom: 55px;
        font: 600 36px/48px "Lora", serif;
        position: relative;
    }

    .formSection p {
        margin-bottom: 17px;
    }

        .formSection p span {
            color: #ff0000;
        }

    .formSection .indication {
        font-style: italic;
    }

    .formSection .Form__Status {
        display: none;
    }

    .formSection .FormStep {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .formSection input[type="text"] {
        padding: 15px 5px;
        border: 1px solid #16416f;
        width: 92%;
        outline: 0;
        border-radius: 0;
    }

    .formSection .EPiServerForms .Form__Element {
        margin: 0;
    }

        .formSection .EPiServerForms .Form__Element .labelText {
            display: block;
            margin-bottom: 10px;
        }

            .formSection .EPiServerForms .Form__Element .labelText:before {
                content: "*";
                color: #ff0000;
            }

        .formSection .EPiServerForms .Form__Element .Form__Element__ValidationError {
            font-weight: 600;
            margin-top: 5px;
            position: absolute;
        }

    .formSection .EPiServerForms .FormParagraphText {
        width: 100%;
    }

        .formSection .EPiServerForms .FormParagraphText:last-child {
            width: 50%;
            margin-top: 48px;
        }

    .formSection .EPiServerForms .mrgTop {
        margin-top: 48px;
    }

.globalTwoColm {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

    .globalTwoColm .primaryBtn {
        padding: 11px 30px;
    }

    .globalTwoColm .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #16416f;
        padding-bottom: 22px;
        margin-bottom: 20px;
        min-height: 77px;
    }

    .globalTwoColm .business-parameter {
        margin-bottom: 30px !important;
    }

    .globalTwoColm p {
        padding-right: 40px;
        margin-bottom: 35px;
        min-height: 45px;
    }

    .globalTwoColm .font-10 {
        min-height: inherit;
        margin: 20px 0 0;
    }

    .globalTwoColm img {
        margin-right: 15px;
    }

    .globalTwoColm h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 900;
        text-transform: uppercase;
        color: #16416f;
    }

    .globalTwoColm .new-para {
        color: #16416f !important;
    }

    .globalTwoColm .colOne {
        background: #dbf4fb;
        height: 100%;
        padding: 25px 67px 33px 29px;
    }

    .globalTwoColm .colTwo {
        height: 100%;
        background: #e2f4ee;
        padding: 25px 22px 33px 29px;
    }

        .globalTwoColm .colTwo.colThree {
            background: #dbf4fb;
        }

    .globalTwoColm ul li {
        background: url(/siteassets/img/icon14x15-pdf.svg) no-repeat left 7px;
        padding-left: 18px;
        margin-bottom: 8px;
    }

        .globalTwoColm ul li a {
            color: #005e68;
            font-weight: 600;
            line-height: 24px;
            text-decoration: underline;
        }

            .globalTwoColm ul li a:hover {
                color: #1275bc;
            }

    .globalTwoColm .contTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        .globalTwoColm .contTwo img {
            margin: 0;
        }

.signUpBanner .breadcrumb {
    margin-bottom: 115px;
}

.signUpform {
    padding: 97px 0 64px;
}

.backgroundFade {
    background: rgb(255, 255, 255);
    background: linear-gradient(10deg, rgb(255, 255, 255) 10%, rgb(231, 248, 253) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
}

.thankYou {
    padding: 140px 0 204px;
    margin-bottom: 39px;
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(10deg, rgb(255, 255, 255) 10%, rgb(231, 248, 253) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
}

    .thankYou h2 {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 70px;
        line-height: 70px;
        margin: 11px 0 10px;
        letter-spacing: 1px;
    }

    .thankYou h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 70px;
    }

    .thankYou p {
        font-size: 22px;
        line-height: 30px;
    }

.contactUs {
    padding: 100px 0 82px;
}

    .contactUs .contact-top {
        border-right: 1px solid #16416f;
    }

    .contactUs .twoCol {
        margin-bottom: 50px;
    }

        .contactUs .twoCol h3 {
            font-size: 18px;
            font-weight: 900;
            line-height: 24px;
            letter-spacing: 2px;
            margin-bottom: 14px;
            text-transform: uppercase;
        }

    .contactUs h2 {
        margin-bottom: 55px;
        font: 600 36px/48px "Lora", serif;
    }

    .contactUs .colThree h4 {
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 26px;
        position: relative;
        padding-top: 34px;
        min-height: 80px;
    }

        .contactUs .colThree h4:before {
            position: absolute;
            top: 5px;
            content: "";
            width: 128px;
            height: 8px;
            background: #6ec6ab;
        }

    .contactUs .colThree a {
        font-weight: 600;
    }

.conBottom {
    margin-bottom: 81px;
}

.aboutCont {
    padding: 108px 0;
}

    .aboutCont h2 {
        position: relative;
        font: 600 36px/48px "Lora", serif;
        padding-bottom: 42px;
        margin-bottom: 42px;
    }

        .aboutCont h2:after {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            bottom: 0;
            left: 0;
        }

    .aboutCont p {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px;
    }

.aboutMiddle {
    padding: 81px 0 55px;
    margin-bottom: 62px;
}

    .aboutMiddle h2 {
        position: relative;
        font: 600 36px/48px "Lora", serif;
        padding-bottom: 37px;
        margin-bottom: 37px;
    }

        .aboutMiddle h2:after {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            bottom: 0;
            left: 0;
        }

    .aboutMiddle p {
        margin-bottom: 35px;
    }

.aboutBottom .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutBottom .banner-text {
    padding-left: 30px;
}

.aboutBottom h2 {
    position: relative;
    font: 600 36px/48px "Lora", serif;
    padding-bottom: 37px;
    margin-bottom: 37px;
}

    .aboutBottom h2:after {
        position: absolute;
        background: #6ec6ab;
        height: 8px;
        width: 110px;
        content: "";
        bottom: 0;
        left: 0;
    }

.aboutBottom p {
    margin-bottom: 31px;
}

.footnote {
    margin: 0 0 30px;
}

    .footnote p {
        font-size: 14px;
        padding: 0;
        font-weight: normal;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .footnote p:before {
            display: none;
        }

        .footnote p sup:first-child {
            margin-left: 0px;
        }

.footnoteSection {
    margin-bottom: 44px;
}

    .footnoteSection p {
        font-size: 14px;
        line-height: 20px;
        text-indent: -4px;
        padding-left: 4px;
        margin-bottom: 10px;
    }

        .footnoteSection p sup {
            top: -0.3em;
        }

        .footnoteSection p.refSection {
            text-indent: 0;
        }

        .footnoteSection p sup {
            font-size: 10px;
        }

    .footnoteSection.footnoteSectionNew {
        margin-bottom: 73px;
    }

    .footnoteSection .reference-inner {
        text-indent: 0;
    }

.ultra-foot p {
    padding-left: 0;
}

.presby {
    padding: 56px 0 30px;
}

    .presby h1 {
        margin-bottom: 54px;
    }

    .presby h3 {
        margin-bottom: 150px !important;
    }

#exampleModal .modal-dialog {
    max-width: 1000px;
}

#exampleModal .modal-header {
    border-bottom: none;
    background: linear-gradient(92deg, #007c89 5%, #007480 28%, #006772 68%, #007c89 95%);
    border-radius: 0;
}

    #exampleModal .modal-header .btn-close {
        color: #ffffff;
        margin: -0.5rem 1.5rem -0.5rem auto;
        opacity: 1;
        background: none;
        font-size: 12px;
        font-weight: 700;
        padding-top: 5px;
        text-transform: uppercase;
        padding-right: 10px;
        width: auto;
    }

        #exampleModal .modal-header .btn-close img {
            position: absolute;
            right: 18px;
            top: 10px;
            width: 21px;
        }

#exampleModal .modal-body .modal-tilte {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #16416f;
    font-weight: 900;
    padding: 0 180px;
    margin-top: 32px;
    margin-bottom: 24px;
}

#exampleModal .modal-footer {
    padding-bottom: 27px;
    border-top: 0;
    border-radius: 0;
}

    #exampleModal .modal-footer p {
        width: 100%;
        font-size: 10px;
        line-height: 14px;
        max-width: 93%;
        padding-right: 100px;
    }

#exampleModal .modal-content {
    border-radius: 0;
}

.pageNotFound {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .pageNotFound h1 {
        margin-bottom: 35px;
        color: #1275bc;
        font: 900 16px/24px "Barlow", sans-serif;
        letter-spacing: 1.88px;
        text-transform: uppercase;
    }

    .pageNotFound h2 {
        font: 900 60px/60px "Lora", serif;
        letter-spacing: 1px;
        margin-bottom: 38px;
        text-transform: uppercase;
    }

.sitemapContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 120px 0;
}

    .sitemapContent h1 {
        margin-bottom: 8px;
        color: #1275bc;
        font: 900 12px/24px "Barlow", sans-serif;
        letter-spacing: 1.88px;
        text-align: left;
    }

    .sitemapContent h2 {
        font: 900 60px/60px "Barlow", sans-serif;
        letter-spacing: 1px;
        margin-bottom: 81px;
        text-transform: uppercase;
        text-align: left;
    }

    .sitemapContent ul li.sitemap-submenu {
        padding-left: 8px;
        margin-bottom: 8px;
        position: relative;
    }

li.sitemap-submenu.home-menu-sitemap.sitemap-top-border {
    margin-bottom: 82px;
}

.sitemap-top-border > a:before {
    position: absolute;
    background: #6ec6ab;
    width: 110px;
    height: 8px;
    content: "";
    top: -24px;
}

.sitemapContent ul li.sitemap-submenu span {
    color: #1275bc;
    font: 900 18px/22px "Barlow", sans-serif;
    /* margin-bottom: 19px; */
    text-transform: uppercase;
    padding: 18px 0px;
    float: left;
    width: 100%;
}

li.sitemap-submenu.educent {
    text-transform: uppercase;
}

li.sitemap-submenu.home-menu-sitemap.sitemap-top-border {
    margin-bottom: 82px;
    text-transform: uppercase;
}

.sitemapContent ul li.sitemap-submenu a {
    font: 900 18px/24px "Barlow", sans-serif;
    color: #16416f;
    text-decoration: none;
}

    .sitemapContent ul li.sitemap-submenu a:hover {
        text-decoration: underline;
    }

.sitemapContent ul li.sitemap-submenu ul.sitemap-main {
    padding-left: 12px;
    padding-bottom: 15px;
}

    .sitemapContent ul li.sitemap-submenu ul.sitemap-main li {
        padding-left: 0;
        margin-bottom: 18px;
    }

        .sitemapContent ul li.sitemap-submenu ul.sitemap-main li ul.submenu-second li {
            padding-left: 0;
            margin-bottom: 8px;
        }

li.sitemap-submenu.sitemap-top-border.educent {
    margin-top: 40px;
}

.sitemap-top-border > a {
    text-transform: uppercase;
}

ul.submenu-second li a {
    font-weight: bold !important;
    font-style: normal;
    color: #16416f !important;
    font-size: 16px !important;
}

.sitemapContent .sitemap-main ul.submenu-second li a {
    font-weight: 500 !important;
}

.sitemapContent ul li a:hover {
    color: #1275bc !important;
}

.sitemapContent ul li.sitemap-submenu ul.submenu-second {
    margin-bottom: 8px;
    margin-top: 6px;
}

    .sitemapContent ul li.sitemap-submenu ul.submenu-second li {
        margin-bottom: 8px;
        padding-left: 12px;
    }

.w100 {
    width: 100%;
}

.videoWrapper {
    padding: 38px 0 0;
}

    .videoWrapper h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 60px;
        padding-bottom: 35px;
        border-bottom: 1px solid #16416f;
    }

        .videoWrapper h2 sup {
            font-family: inherit;
            font-size: 20px;
            top: -0.8em;
        }

    .videoWrapper .contentVideo {
        margin-bottom: 57px;
    }

    .videoWrapper .videoTrans {
        border-bottom: 1px solid #16416f;
        margin-bottom: 57px;
        padding-bottom: 57px;
    }

.w-80-desk {
    max-width: 80%;
}

.homeHero {
    background-image: none;
    background-color: #16416f;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    /*padding-top: 10px;*/
}

    .homeHero .container {
        margin-top: 0px;
        z-index: 10;
        position: relative;
        display: flex;
        align-items: center;
    }

    .homeHero .bannerImageDesktop {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        text-align: right;
    }

        .homeHero .bannerImageDesktop img {
            max-width: fit-content;
            height: 100%;
        }

.heroBanner.homeHero h1 {
    margin-top: 72px;
}



.prodSectionHome {
    padding: 86px 0 101px;
}

    .prodSectionHome h2 {
        font: 600 36px/48px "Lora", serif;
        color: #16416f;
        margin: 20px 0 37px;
    }

    .prodSectionHome p {
        padding-top: 37px;
        margin-bottom: 35px;
        position: relative;
        line-height: 22px;
    }

        .prodSectionHome p:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
        }

.secThreeHome {
    padding: 73px 0 112px;
    text-align: center;
}

    .secThreeHome .container {
        position: relative;
    }

    .secThreeHome .education {
        width: 100%;
        max-width: 45%;
        margin: 0 auto;
        margin-bottom: 55px;
    }

    .secThreeHome h2 {
        text-align: center;
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 55px;
    }

        .secThreeHome h2 span {
            font: 600 36px/48px "Lora", serif;
        }

    .secThreeHome p {
        margin: 22px 50px 32px;
        line-height: 22px;
    }

.bannerImage {
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .homeHero .bannerImageDesktop img {
        max-width: max-content;
    }

    .secThreeHome p {
        margin: 22px 38px 32px;
    }
}

@media screen and (max-width: 991px) {
    .homeHero {
        padding: 45px 0 0;
    }

        .homeHero p {
            margin-bottom: 50px;
        }

        .homeHero h1 {
            margin-bottom: 20px;
        }

        .homeHero .img-wrap {
            display: none;
        }

    .heroBanner .container {
        position: relative;
        margin-top: 0px;
    }

    .bannerImage {
        display: block;
    }

        .bannerImage img {
            max-width: 100%;
            height: auto;
        }

    .secThreeHome {
        padding: 43px 0;
    }

        .secThreeHome h2 {
            margin-bottom: 37px;
        }

        .secThreeHome .education {
            max-width: 100%;
            margin-bottom: 37px;
        }

        .secThreeHome p {
            margin: 15px;
        }

        .secThreeHome .col-lg-4 {
            margin-bottom: 44px;
        }
}

@media (min-width: 1360px) and (max-width: 1440px) {
    .secThreeHome p {
        margin: 22px 30px 32px;
    }
}

.productMain {
    padding: 90px 0 120px;
    text-align: center;
    margin-bottom: 99px;
}

    .productMain .row:first-child {
        border-bottom: 1px solid #16416f;
    }

        .productMain .row:first-child [class*="col-"] {
            padding-top: 0px;
        }

    .productMain .row:last-child [class*="col-"] {
        padding-bottom: 0px;
    }

    .productMain [class*="col-"] {
        padding-top: 64px;
        padding-bottom: 77px;
    }

        .productMain [class*="col-"]:first-child {
            border-right: 1px solid #16416f;
        }

    .productMain p {
        padding: 0 90px;
        margin-bottom: 40px;
    }

    .productMain h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 20px;
    }

    .productMain .imgWrap {
        width: 53%;
        margin: 0 auto;
        height: 250px;
    }

        .productMain .imgWrap.imgWrap2 {
            width: 73%;
        }

    .productMain li {
        margin-bottom: 8px;
    }

    .productMain a {
        display: inline-block;
        color: #005e68;
        font-weight: 600;
    }

        .productMain a:hover {
            color: #1275bc;
        }

.productBottom {
    background-image: url(/siteassets/img/img-1598x900-callout-svp-image.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 43%;
    margin-bottom: 27px;
    padding-top: 76px;
    padding-bottom: 72px;
}

    .productBottom h2 {
        font: 600 36px "Lora", serif;
        margin-bottom: 20px;
    }

    .productBottom p {
        position: relative;
        padding-top: 37px;
        margin-bottom: 37px;
    }

        .productBottom p:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
        }

@media screen and (min-width: 992px) and (max-width: 1118px) {
    .productMain .imgWrap.imgWrap2 {
        height: 202px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .product-banner .banner-text,
    .product-banner .breadcrumb {
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .productMain {
        padding: 0 0 75px;
        margin-bottom: 50px;
    }

        .productMain .row:first-child {
            border: 0;
        }

            .productMain .row:first-child [class*="col-"] {
                padding-top: 50px;
            }

        .productMain .row:last-child [class*="col-"] {
            padding-bottom: 0px;
        }

        .productMain [class*="col-"] {
            padding-top: 50px;
            padding-bottom: 0px;
        }

            .productMain [class*="col-"]:first-child {
                border: 0;
            }

        .productMain h2 {
            margin-bottom: 10px;
        }

        .productMain p {
            padding: 0;
            margin-bottom: 25px;
        }

        .productMain .imgWrap {
            height: auto;
            width: 55%;
            margin-bottom: 20px;
        }

            .productMain .imgWrap.imgWrap2 {
                width: 100%;
                margin-bottom: 50px;
            }

    .productBottom {
        background: none;
    }

        .productBottom .banner-text {
            margin-bottom: 50px;
        }
}

@media screen and (max-width: 767px) {
    .productMain .imgWrap {
        width: 100%;
    }

    .parameter .img-wrap {
        display: none !important;
    }
}

.productInnerBanner {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 53%;
    background-color: #16416f;
    padding: 0;
}

    .productInnerBanner .bannerImageDesktop {
        text-align: right;
        width: 100%;
    }

        .productInnerBanner .bannerImageDesktop img {
            max-width: 53%;
        }

    .productInnerBanner .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto 0;
    }

    .productInnerBanner p {
        margin-bottom: 55px;
    }

    .productInnerBanner .staticLink {
        color: #a5e3f5;
        position: relative;
        padding-left: 25px;
    }

        .productInnerBanner .staticLink:before {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 11px solid #a5e3f5;
            content: "";
            left: 0;
            top: 7px;
            border-radius: 2px;
        }

.productDetailsSection {
    padding: 116px 0 115px;
    display: block;
}

    .productDetailsSection .spaceBetween {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .productDetailsSection .details {
        padding-left: 40px;
    }

    .productDetailsSection h2 {
        font: 700 22px "Barlow", sans-serif;
        margin-bottom: 10px;
    }

    .productDetailsSection h3 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 25px;
    }

    .productDetailsSection p {
        margin-bottom: 10px;
    }

        .productDetailsSection p strong {
            display: block;
        }

        .productDetailsSection p .font-inc {
            font-size: 22px;
        }

    .productDetailsSection .primaryBtn {
        padding: 11px 20px;
        margin-top: 27px;
    }

    .productDetailsSection .productContent {
        text-align: center;
        margin-top: 91px;
    }

        .productDetailsSection .productContent h2 {
            font: 600 36px/48px "Lora", serif;
            margin-bottom: 27px;
        }

            .productDetailsSection .productContent h2 .only {
                font: 700 36px/48px "Lora", serif;
            }

        .productDetailsSection .productContent h3 {
            font: 400 22px/30px "Barlow", sans-serif;
            margin-bottom: 37px;
        }

        .productDetailsSection .productContent p {
            padding: 0 30px;
        }

            .productDetailsSection .productContent p strong {
                margin-bottom: 15px;
            }

            .productDetailsSection .productContent p .osmo {
                font-size: 18px;
                font-weight: 900;
            }

.productColmThree {
    padding: 84px 0 117px;
    text-align: center;
}

    .productColmThree h2 {
        font: 900 18px/24px "Barlow", sans-serif;
        margin: 0 38px 15px;
        min-height: 73px;
        text-transform: uppercase;
    }

    .productColmThree img {
        margin-bottom: 24px;
    }

    .productColmThree p {
        margin-bottom: 30px;
        padding: 0 22px;
        min-height: 66px;
    }

    .productColmThree .primaryBtn {
        padding: 11px 20px;
    }

.performanceSec {
    background-image: url(/siteassets/img/img-58x417-graphics-left-dots-bl.png), url(/siteassets/img/img-217x441-graphics-right-dots-b.png);
    background-position: -10px top, right top;
    background-repeat: repeat-y, repeat-y;
    margin-bottom: 85px;
}

    .performanceSec .row {
        padding-top: 47px;
        position: relative;
    }

        .performanceSec .row:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
        }

        .performanceSec .row .footnote {
            margin: 30px 0 0;
        }

            .performanceSec .row .footnote p {
                margin: 0;
            }

    .performanceSec h2 {
        margin-bottom: 13px;
        font: 600 36px/48px "Lora", serif;
    }

    .performanceSec p {
        margin-bottom: 45px;
    }


    .performanceSec ul li {
        margin-right: 40px;
        text-align: center;
    }

        .performanceSec ul li:last-child {
            margin: 0;
        }

        .performanceSec ul li > div {
            background: url(/siteassets/img/img-160x485-percentSprite.png) no-repeat;
            width: 160px;
            height: 160px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font: 700 60px/68px "Barlow Condensed", sans-serif;
            letter-spacing: 1px;
            margin-bottom: 30px;
            background-size: 100%;
        }

            .performanceSec ul li > div span {
                font: 700 35px/68px "Barlow Condensed", sans-serif;
                letter-spacing: 0.58px;
                margin-bottom: 20px;
            }

        .performanceSec ul li .prcnt97 {
            background-position: bottom;
        }

        .performanceSec ul li .prcnt93 {
            background-position: center;
        }

        .performanceSec ul li p {
            margin: 0;
        }

    .performanceSec.performanceSec .row {
        padding: 0;
    }

        .performanceSec.performanceSec .row:before {
            display: none;
        }

    .performanceSec.performanceSec ul li {
        width: 190px;
    }

    .performanceSec.performanceSec h2 {
        padding-top: 47px;
        position: relative;
    }

        .performanceSec.performanceSec h2:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
        }

.parametersSection {
    margin-bottom: 73px;
}

    .parametersSection .footnote {
        margin: 20px 0 0;
    }

        .parametersSection .footnote p {
            padding-left: 5px;
        }

    .parametersSection h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 27px;
    }

    .parametersSection ul {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

        .parametersSection ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 10px 0 10px 24px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 50%;
            background: #dbf4fb;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
        }

            .parametersSection ul li:nth-child(odd) {
                font-weight: 700;
                text-transform: uppercase;
            }

            .parametersSection ul li:nth-child(2n) {
                background: #e2f4ee;
            }

            .parametersSection ul li.last {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .parametersSection ul li img {
                margin: 0 4px;
            }

    .parametersSection .middle-note {
        margin-top: 27px;
        border-bottom: 1px solid #979797;
        padding-bottom: 73px;
    }

        .parametersSection .middle-note p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 10px;
        }

            .parametersSection .middle-note p sup:first-child {
                margin-left: -4px;
            }

.productSocial {
    margin-bottom: 35px;
}

    .productSocial h2 {
        font-size: 18px;
        font-weight: 900;
        margin-right: 17px;
    }

    .productSocial .social {
        border-bottom: 1px solid #b1b1b1;
        border-top: 1px solid #b1b1b1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 45px 0;
    }

    .productSocial img {
        margin-right: 24px;
    }

.productBiotrue {
    padding: 95px 0;
}

    .productBiotrue h2 {
        font: 600 36px/48px "Lora", serif;
        text-align: left;
        margin-bottom: 22px;
    }

    .productBiotrue p {
        text-align: left;
        margin-bottom: 30px;
    }

    .productBiotrue .footnote {
        margin: 50px 0 0;
    }

        .productBiotrue .footnote p {
            text-align: left;
            margin: 0 0 5px;
        }

    .productBiotrue .coloumTwo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 72px 0 50px;
        border-bottom: 1px solid #979797;
        margin-bottom: 68px;
    }

        .productBiotrue .coloumTwo h5 {
            font: 900 18px/24px "Barlow", sans-serif;
            margin-top: 6px;
            letter-spacing: 2px;
        }

        /* .productBiotrue .coloumTwo [class*="col-"]:first-child {
            border-right: 1px solid #16416f;
        }*/

        .productBiotrue .coloumTwo.coloumTwoNew {
            padding: 7px 0 125px;
            margin-bottom: 0;
        }

            .productBiotrue .coloumTwo.coloumTwoNew h2 {
                margin-top: 70px;
            }

    .productBiotrue .astigmatismThreeCol .coloumTwo {
        padding-bottom: 95px;
    }

    .productBiotrue .coloumFour {
        border-bottom: 1px solid #979797;
        padding-bottom: 58px;
    }

        .productBiotrue .coloumFour h3 {
            letter-spacing: 1.5px;
            font: 700 36px/38px "Barlow Condensed", sans-serif;
            text-align: center;
            margin-bottom: 22px;
        }

        .productBiotrue .coloumFour ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: 50px;
        }

            .productBiotrue .coloumFour ul li {
                text-align: center;
                margin-right: 32px;
                margin-top: 20px;
            }

                .productBiotrue .coloumFour ul li:first-child {
                    margin-right: 68px;
                    margin-top: 0;
                }

                    .productBiotrue .coloumFour ul li:first-child .prcnt78 {
                        background: url(/siteassets/img/img-198x198-percentSingle.png) no-repeat;
                        width: 198px;
                        height: 198px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        font: 700 81.4px/92.3px "Barlow Condensed", sans-serif;
                        letter-spacing: 1.36px;
                        margin-bottom: 30px;
                    }

                        .productBiotrue .coloumFour ul li:first-child .prcnt78 span {
                            font: 700 47.4px/92.3px "Barlow Condensed", sans-serif;
                            letter-spacing: 0.79px;
                        }

                .productBiotrue .coloumFour ul li > div {
                    background: url(/siteassets/img/img-160x484-percentSpriteGray.png) no-repeat;
                    width: 160px;
                    height: 160px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font: 700 60px/68px "Barlow Condensed", sans-serif;
                    letter-spacing: 1px;
                    margin-bottom: 50px;
                }

                    .productBiotrue .coloumFour ul li > div span {
                        font: 700 47.4px/92.3px "Barlow Condensed", sans-serif;
                        letter-spacing: 0.6px;
                        margin-bottom: 20px;
                    }

                    .productBiotrue .coloumFour ul li > div.prcnt58 {
                        background-position: center;
                    }

                    .productBiotrue .coloumFour ul li > div.prcnt38 {
                        background-position: bottom;
                    }

.biotrueLenseSection {
    margin-bottom: 95px;
}

    .biotrueLenseSection .row {
        border-bottom: 1px solid #979797;
        padding-bottom: 95px;
    }

    .biotrueLenseSection h2 {
        font: 600 36px/48px "Lora", serif;
        text-align: center;
        margin-bottom: 5px;
    }

    .biotrueLenseSection p {
        text-align: center;
    }

    .biotrueLenseSection .prodContent {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .biotrueLenseSection .prodContent .imgWrap {
            position: relative;
        }

            .biotrueLenseSection .prodContent .imgWrap h2 {
                font: 900 16px/22.4px "Barlow", sans-serif;
                text-transform: uppercase;
                position: absolute;
                right: 80px;
                top: 60px;
            }

        .biotrueLenseSection .prodContent .content {
            padding-top: 150px;
            padding-left: 20px;
        }

            .biotrueLenseSection .prodContent .content h3 {
                font-weight: 900;
                font-size: 18px;
                line-height: 24px;
                letter-spacing: 2px;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

            .biotrueLenseSection .prodContent .content ul {
                padding-left: 28px;
                list-style-type: disc;
                margin-bottom: 60px;
            }

                .biotrueLenseSection .prodContent .content ul li {
                    padding-left: 20px;
                    list-style-type: disc;
                    line-height: 22px;
                    margin-bottom: 10px;
                }

.chartCompare {
    text-align: center;
    margin-bottom: 50px;
}

    .chartCompare .row {
        border-bottom: 1px solid #979797;
        padding-bottom: 95px;
    }

    .chartCompare h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 15px;
    }

    .chartCompare p {
        margin-bottom: 25px;
    }

    .chartCompare .footnote {
        text-align: left;
        margin: 50px 0 0;
    }

.dSpotTwocol {
    text-align: center;
    margin-bottom: 95px;
}

    .dSpotTwocol .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 95px;
    }

    .dSpotTwocol [class*="col-"]:first-child {
        border-right: 1px solid #16416f;
    }

    .dSpotTwocol h2 {
        font-weight: 900;
        font-size: 18px;
        line-height: 24px;
    }

    .dSpotTwocol img {
        margin-bottom: 30px;
    }

    .dSpotTwocol h2 {
        margin-bottom: 10px;
    }

    .dSpotTwocol p {
        margin-bottom: 20px;
    }

    .dSpotTwocol a {
        margin-bottom: 10px;
    }

.ultraContentOne {
    padding: 115px 0 0;
    text-align: center;
    margin-bottom: 97px;
}

    .ultraContentOne .container {
        border-bottom: 1px solid #979797;
    }

    .ultraContentOne .footnote {
        text-align: left;
    }

        .ultraContentOne .footnote p {
            margin-bottom: 10px;
        }

    .ultraContentOne h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 64px;
    }

    .ultraContentOne h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 38px;
    }

    .ultraContentOne img {
        margin-bottom: 31px;
    }

    .ultraContentOne p {
        margin-bottom: 41px;
    }

    .ultraContentOne h4 {
        font: 600 24px/36px "Lora", serif;
        margin-bottom: 45px;
    }

.ultraContentTwo h2 {
    font: 600 36px/48px "Lora", serif;
    margin-bottom: 15px;
    text-align: center;
}

.ultraContentTwo .text-center {
    margin-bottom: 47px;
}

.ultraContentTwo .coloumTwo {
    text-align: center;
    border-bottom: 1px solid #16416f;
    padding-bottom: 0;
    margin-bottom: 100px;
}

.ultraContentTwo [class*="col-"]:first-child {
    border-right: 1px solid #16416f;
}

.ultraContentTwo h3 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ultraContentTwo .textLink {
    font-weight: 600;
}

.ultraContentTwo img {
    margin-bottom: 24px;
}

.ultraContentTwo p {
    margin-bottom: 18px;
}

.ultraContentTwo .footnote {
    margin: 100px 0 0;
    text-align: left;
}

.astigmatismContOne {
    padding: 95px 0;
    text-align: center;
}

    .astigmatismContOne .footnote {
        margin: 0 0 20px;
        padding: 0;
        text-align: left;
    }

        .astigmatismContOne .footnote p {
            margin: 0 0 10px;
        }

    .astigmatismContOne .container {
    }

    .astigmatismContOne img {
        margin-left: auto;
        margin-right: auto;
    }

    .astigmatismContOne h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 25px;
    }

    .astigmatismContOne p {
        margin-bottom: 65px;
    }

        .astigmatismContOne p strong {
            white-space: normal;
        }

    .astigmatismContOne .astimg-cont {
        padding: 0 35px;
    }

    .astigmatismContOne.ContentTwoAgst {
        border: 0;
        padding-top: 0;
        padding-bottom: 134px;
    }

        .astigmatismContOne.ContentTwoAgst .container {
            border: 0;
        }

        .astigmatismContOne.ContentTwoAgst h2 {
            margin-bottom: 36px;
        }

        .astigmatismContOne.ContentTwoAgst .imgWrap {
            margin-bottom: 36px;
        }

            .astigmatismContOne.ContentTwoAgst .imgWrap img {
                margin: auto;
            }

    .astigmatismContOne .ast-sup {
        font-size: 20px;
    }

.newagst {
    padding-bottom: 0 !important;
}

.agstArc .left-pad {
    padding: 0;
}

.colmTwoBorder.multi {
    text-align: center;
}

    .colmTwoBorder.multi img {
        margin: 0 auto 29px;
    }

    .colmTwoBorder.multi h2 {
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

.agstPerformance {
    margin-bottom: 97px;
}

    .agstPerformance .container {
        border-bottom: 1px solid #979797;
        padding-bottom: 44px;
        position: relative;
    }

        .agstPerformance .container:after {
            height: 1px;
            background: #979797;
        }

    .agstPerformance ul {
        margin-bottom: 80px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .agstPerformance .footnote {
        margin: 0 0 20px;
        padding: 0;
        text-align: left;
    }

        .agstPerformance .footnote p {
            margin: 0;
        }

.astigmatismThreeCol .coloumTwo {
    text-align: center;
    padding-bottom: 96px;
    margin-bottom: 100px;
}

.astigmatismThreeCol [class*="col-"] {
    padding-bottom: 40px;
}

    .astigmatismThreeCol [class*="col-"]:nth-child(2) {
        border-right: 1px solid #16416f;
        border-left: 1px solid #16416f;
    }

.astigmatismThreeCol h3 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 72px;
}

.astigmatismThreeCol .textLink {
    font-weight: 600;
}

.astigmatismThreeCol img {
    margin-bottom: 24px;
}

.astigmatismThreeCol p {
    margin: 0 30px 20px;
}

.astigmatismThreeCol .col-lg-3:first-child h3 {
    padding: 0 15px;
}

.astigmatismThreeCol .col-lg-3:nth-child(2) h3 {
    padding: 0 45px;
}

.astigmatismThreeCol .col-lg-3:nth-child(3) h3 {
    padding: 0 70px;
}

.astigmatismThreeCol .col-lg-3:nth-child(4) h3 {
    padding: 0 80px;
}

.recycleMain.multifocalMiddle.agstArc {
    padding-bottom: 89px;
    margin-top: 90px;
}

.colmTwoBorder .container {
    border-bottom: 1px solid #979797;
    padding-bottom: 105px;
    margin-bottom: 87px;
}

.colmTwoBorder.contentFour {
    text-align: center;
}

    .colmTwoBorder.contentFour .container {
        padding-bottom: 60px;
    }

    .colmTwoBorder.contentFour h2 {
        margin-bottom: 50px;
        font: 600 36px/48px "Lora", serif;
    }

    .colmTwoBorder.contentFour img {
        margin: 0 auto;
    }

.astigmatismFourCol [class*="col-"] {
    border-right: 1px solid #16416f;
}

    .astigmatismFourCol [class*="col-"]:nth-child(2) {
        border-left: 0;
    }

    .astigmatismFourCol [class*="col-"]:last-child {
        border: 0;
    }

.astigmatismFourCol p {
    min-height: 67px;
    margin-bottom: 15px;
}

.astigmatismFourCol img {
    margin-bottom: 15px;
}

.astigmatismFourCol h3 {
    margin-bottom: 25px;
    min-height: inherit;
}

.specialityContentOne {
    padding: 90px 0;
}

    .specialityContentOne h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 15px;
    }

    .specialityContentOne .speciality {
        margin-bottom: 50px;
    }

.sphericalContent {
    padding: 0 0 190px;
    margin-bottom: 82px;
}

    .sphericalContent h3 {
        text-align: center;
        font-weight: 900;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .sphericalContent .prescrip {
        padding-left: 15px;
    }

    .sphericalContent .vision {
        padding-left: 65px;
    }

    .sphericalContent .threeCol {
        text-align: center;
        margin-bottom: 113px;
    }

        .sphericalContent .threeCol [class*="col-"] {
            border-right: 1px solid #16416f;
        }

            .sphericalContent .threeCol [class*="col-"]:last-child {
                border: 0;
            }

        .sphericalContent .threeCol p {
            font-weight: 500;
            text-align: center;
            width: 80%;
            margin: 0 auto 20px;
            min-height: 66px;
        }

        .sphericalContent .threeCol .imgWrap {
            width: 160px;
            margin: 0 auto 58px;
            height: 50px;
        }

        .sphericalContent .threeCol.twoCol {
        }

            .sphericalContent .threeCol.twoCol .imgWrap {
                width: 230px;
                margin: 0 auto 49px;
                height: 68px;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

.sphericalStaticContent h2 {
    font: 600 24px/36px "Lora", serif;
    margin-bottom: 15px;
}

.sphericalStaticContent h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sphericalStaticContent h4 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sphericalStaticContent h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 22px;
}

.sphericalStaticContent ul {
    padding-left: 30px;
    margin-bottom: 30px;
}

    .sphericalStaticContent ul li {
        margin-bottom: 10px;
        line-height: 22px;
        list-style-type: disc;
    }

section.PureVisionTwo {
    padding: 114px 0 59px;
}

    section.PureVisionTwo .row {
        border-bottom: 1px solid #b1b1b1;
        padding-bottom: 59px;
    }

    section.PureVisionTwo h2 {
        margin-bottom: 30px;
        font: 600 36px/48px "Lora", serif;
    }

    section.PureVisionTwo p {
        margin-bottom: 15px;
    }

    section.PureVisionTwo ul li {
        background: url(/siteassets/img/icon14x15-pdf.svg) no-repeat left 7px;
        padding-left: 18px;
        margin-bottom: 8px;
    }

        section.PureVisionTwo ul li a {
            color: #005e68;
            font-weight: 600;
            text-decoration: underline;
        }

section.SoftlenseContactlense {
    padding: 0 0 59px;
}

    section.SoftlenseContactlense .row {
        border-bottom: 1px solid #b1b1b1;
        padding-bottom: 59px;
    }

    section.SoftlenseContactlense h2 {
        margin-bottom: 30px;
        font: 600 36px/48px "Lora", serif;
    }

    section.SoftlenseContactlense p {
        margin-bottom: 15px;
    }

    section.SoftlenseContactlense ul {
        padding-bottom: 26px;
    }

        section.SoftlenseContactlense ul li {
            background: url(/siteassets/img/icon14x15-pdf.png) no-repeat left 7px;
            padding-left: 18px;
            margin-bottom: 8px;
        }

            section.SoftlenseContactlense ul li a {
                color: #005e68;
                font-weight: 600;
                text-decoration: underline;
            }

                section.SoftlenseContactlense ul li a:hover {
                    color: #1275bc;
                }

section.resourceContent.contactLenseParameter {
    padding: 106px 0 0;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(58%, rgb(255, 255, 255)), to(rgb(231, 248, 253)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 58%, rgb(231, 248, 253) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
    margin-bottom: 63px;
}

    section.resourceContent.contactLenseParameter .row {
        border-bottom: 1px solid #ccc;
        padding-bottom: 60px;
    }

        section.resourceContent.contactLenseParameter .row div {
            text-align: center;
        }

            section.resourceContent.contactLenseParameter .row div .textLink {
                display: block;
            }

    section.resourceContent.contactLenseParameter img {
        margin-bottom: 30px;
    }

section.contactLenseParameterTable {
    position: relative;
}

    section.contactLenseParameterTable h2 {
        margin-bottom: 43px;
        font: 900 53px/60px "Barlow", sans-serif;
    }

    section.contactLenseParameterTable h3 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 33px;
    }

    section.contactLenseParameterTable ul {
        border-bottom: 1px solid #b1b1b1;
        padding: 0;
        margin-bottom: 63px;
    }

        section.contactLenseParameterTable ul li {
            margin-bottom: 35px;
            font-weight: 600;
        }

            section.contactLenseParameterTable ul li img {
                width: 100%;
                text-align: center;
            }

            section.contactLenseParameterTable ul li .staticLink {
                color: #005e68;
                position: relative;
                padding-left: 25px;
            }

                section.contactLenseParameterTable ul li .staticLink:hover {
                    color: #1275bc;
                }

                    section.contactLenseParameterTable ul li .staticLink:hover:before {
                        border-left-color: #1275bc;
                    }

                section.contactLenseParameterTable ul li .staticLink:before {
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    border-left: 11px solid #005e68;
                    content: "";
                    left: 4px;
                    top: 3px;
                    border-radius: 2px;
                }

.ultrapage_param .middle-foot {
    margin-top: 37px;
}

    .ultrapage_param .middle-foot p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

        .ultrapage_param .middle-foot p:last-child {
            border-bottom: solid 1px #979797;
            padding-bottom: 81px;
        }

.parametersSection .middle-foot {
    margin-top: 37px;
}

    .parametersSection .middle-foot p {
        font-size: 14px;
        line-height: 20px;
    }

.ultraContentOne h4 .part {
    font-size: 12px;
    top: -0.7rem;
    margin-left: 3px;
}

.hydration h2 {
    color: #16416f;
}

.ultrapage_param h2 {
}

.recycleMain.multifocalMiddle .factor {
    padding-right: 56px;
}

.asti-new-content {
    padding-bottom: 80px;
}

.agst-perform h2 {
    padding-top: 24px !important;
}

.presb-2 {
    padding: 57px 0 30px;
}

    .presb-2 h1 {
        margin-bottom: 54px;
    }

    .presb-2 h2 {
        margin-bottom: 40px;
    }

.productBiotrue .coloumTwo.coloumTwoNew h2 .part-para {
    font-size: 16px;
    top: -0.9em;
}

.productBiotrue .coloumTwo img {
    margin-bottom: 15px;
}

.productBiotrue .coloumTwo h5 {
    margin-bottom: 17px;
}

    .productBiotrue .coloumTwo h5 .sup-eng {
        font-weight: 700;
    }

.agrst-middle-new .col-lg-9 {
    padding: 0;
}

section.initialLensSelection {
    padding: 76px 0 52px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(76%, rgb(255, 255, 255)), to(rgb(231, 248, 253)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 76%, rgb(231, 248, 253) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
}

    section.initialLensSelection .intialLense h2 {
        position: relative;
        font: 600 36px/48px "Lora", serif;
    }

    section.initialLensSelection .intialLense p {
        margin: 10px 0 0 0;
    }

    section.initialLensSelection .addSelection p {
        font-weight: 700;
        margin: 24px 0 8px 0;
    }

    section.initialLensSelection .addSelection ul li {
        line-height: 30px;
    }

        section.initialLensSelection .addSelection ul li:first-child span:first-child {
            margin-right: 33px;
        }

        section.initialLensSelection .addSelection ul li span {
            display: inline-block;
            margin-right: 38px;
        }

    section.initialLensSelection .lenseSuccess h2 {
        position: relative;
        font: 600 36px/48px "Lora", serif;
        margin: 30px 0 24px 0;
    }

    section.initialLensSelection .lenseSuccess ul {
        list-style-type: disc;
        margin-left: 32px;
        margin-bottom: 20px;
    }

        section.initialLensSelection .lenseSuccess ul li {
            list-style-type: disc;
            line-height: 30px;
        }

section.refineContent h2 {
    margin-bottom: 24px;
    font: 600 36px/48px "Lora", serif;
}

section.refineContent ul {
    list-style-type: disc;
    margin-left: 32px;
}

    section.refineContent ul li {
        list-style-type: disc;
        font-weight: 700;
        line-height: 30px;
    }

        section.refineContent ul li span {
            font-weight: 400;
        }

section.refineContent .near-vision {
    margin: 0 0 60px;
}

    section.refineContent .near-vision img {
        width: 100%;
    }

section.refineContent .distance-vision {
    margin-bottom: 92px;
}

    section.refineContent .distance-vision img {
        width: 100%;
    }

.parameter .banner-text p {
    padding-right: 10px;
    margin-bottom: 0;
}

.performanceSecNew li .prcnt93 {
    margin: 0 auto;
    margin-bottom: 30px;
}

.performanceSec h2 {
}

.biotrue-astig .coloumTwo {
    margin-bottom: 80px;
}

.ContentTwoAgst .imgWrap img {
    margin-bottom: 0;
}

.sectionGraphs {
    margin-top: 90px;
}

    .sectionGraphs [class*="col-"] {
        padding: 55px;
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
    }

    .sectionGraphs h2 {
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 2px;
        line-height: 24px;
        text-align: center;
        padding: 0 16%;
        margin-bottom: 24px;
    }

    .sectionGraphs img {
        margin-bottom: 26px;
    }

    .sectionGraphs .footnote {
        padding: 0 75px;
    }

        .sectionGraphs .footnote p {
            margin-bottom: 10px;
            line-height: 14px;
        }

.astigmatismThreeCol.contBottom [class*="col-"] {
    padding-bottom: 0;
}

.astigmatismThreeCol.contBottom .col-lg-3 h3 {
    padding: 0;
}

.astigmatismThreeCol.contBottom p {
    margin: 0 20px 20px;
    min-height: 100px;
}

.bannerInnerTwo {
    background: #34b233;
}

    .bannerInnerTwo h1 {
        color: #fff;
    }

    .bannerInnerTwo h2 span {
        color: #16416f;
        white-space: nowrap;
    }

    .bannerInnerTwo .bannerCap {
    }

    .bannerInnerTwo .container {
        background: url(/siteassets/img/bannerBg-540x900-win-winNew.png) no-repeat right top;
        /*padding-top: 10px;*/
        margin-top: 0;
        background-size: 25%;
    }

.bannerInnerThree {
    background: rgb(2, 16, 29);
    background: -webkit-gradient(linear, left top, right top, color-stop(54%, rgb(2, 16, 29)), color-stop(95%, rgb(179, 133, 187)));
    background: linear-gradient(90deg, rgb(2, 16, 29) 54%, rgb(179, 133, 187) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#b385bb",GradientType=1);
}

    .bannerInnerThree h2 span {
        color: #b385bb;
        display: block;
    }

.bannerInnerFour {
    padding-top: 0;
    background: #16416f;
}

    .bannerInnerFour h1 {
        color: #fff;
    }

    .bannerInnerFour .bannerCap {
        margin: 0;
    }

    .bannerInnerFour .container {
        background: url(/siteassets/img/bannerFourBg-856x900-win-win.png) no-repeat right top;
        background-size: 25%;
        margin-top: 0;
    }

    .bannerInnerFour h2 sup {
        font-weight: 400;
    }

    .bannerInnerFour h2 span {
        color: #f7a168;
        display: block;
    }

    .bannerInnerFour.bannerInnerFourNew span {
        color: #fbec3f;
    }

.bannerInnerFive {
    background: rgb(2, 16, 29);
    background: -webkit-gradient(linear, left top, right top, color-stop(54%, rgb(2, 16, 29)), color-stop(95%, rgb(237, 158, 71)));
    background: linear-gradient(90deg, rgb(2, 16, 29) 54%, rgb(237, 158, 71) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#ed9e47",GradientType=1);
}

    .bannerInnerFive h2 sup {
        font-weight: 400;
    }

    .bannerInnerFive h2 span {
        color: #f7a168;
    }

.bannerInnerSix {
    background: rgb(2, 16, 29);
    background: -webkit-gradient(linear, left top, right top, color-stop(54%, rgb(2, 16, 29)), color-stop(95%, rgb(255, 241, 0)));
    background: linear-gradient(90deg, rgb(2, 16, 29) 54%, rgb(255, 241, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#fff100",GradientType=1);
}

    .bannerInnerSix h2 sup {
        font-weight: 400;
    }

    .bannerInnerSix h2 span {
        color: #fbdd00;
        display: block;
    }

.bannerInnerSix {
    background: rgb(2, 16, 29);
    background: -webkit-gradient(linear, left top, right top, color-stop(54%, rgb(2, 16, 29)), color-stop(95%, rgb(255, 241, 0)));
    background: linear-gradient(90deg, rgb(2, 16, 29) 54%, rgb(255, 241, 0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#fff100",GradientType=1);
}

    .bannerInnerSix h2 sup {
        font-weight: 400;
    }

    .bannerInnerSix h2 span {
        color: #fbdd00;
        display: block;
    }

.bannerInnerSev {
    background: rgb(2, 16, 29);
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(2, 16, 29)), to(rgb(67, 184, 217)));
    background: linear-gradient(90deg, rgb(2, 16, 29) 65%, rgb(67, 184, 217) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#43b8d9",GradientType=1);
}

    .bannerInnerSev h2 span {
        color: #43b8d9;
        display: block;
    }

.ftGuid h2 {
    margin-bottom: 0;
}

.infuseOndaycontfst {
    padding: 89px 0 99px;
}

    .infuseOndaycontfst h2 {
        margin-bottom: 52px;
    }

    .infuseOndaycontfst .imgWrap {
        border-bottom: 1px solid #16416f;
        padding-bottom: 83px;
        margin-bottom: 86px;
    }

        .infuseOndaycontfst .imgWrap img {
            cursor: pointer;
        }

    .infuseOndaycontfst h3 {
        font: 600 36px/48px "Lora", serif;
        text-align: left;
        margin-bottom: 79px;
    }

    .infuseOndaycontfst .colTwo {
        text-align: left;
    }

        .infuseOndaycontfst .colTwo h4 {
            font: 900 18px/24px "Barlow", sans-serif;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 10px;
            position: relative;
            padding-top: 35px;
        }

            .infuseOndaycontfst .colTwo h4:before {
                position: absolute;
                background: #6ec6ab;
                height: 8px;
                width: 110px;
                content: "";
                top: 0;
            }

        .infuseOndaycontfst .colTwo p {
            margin-bottom: 0;
        }

.recycleBot.infuseOndaycontMiddle {
    margin: 0;
    padding: 90px 0 73px;
}

    .recycleBot.infuseOndaycontMiddle h2 {
        font: 600 36px/48px "Lora", serif;
    }

    .recycleBot.infuseOndaycontMiddle .primaryBtn {
        margin: 0;
    }

    .recycleBot.infuseOndaycontMiddle p {
        margin-bottom: 24px;
    }

.ondayInfusePara .middle-note {
    border: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1400px) {
    .biotrueLenseSection .prodContent .content {
        padding-top: 132px;
    }

        .biotrueLenseSection .prodContent .content ul {
            margin-bottom: 20px;
        }

    .sectionGraphs .footnote {
        padding: 0 60px;
    }
}

@media screen and (max-width: 1300px) {
    .performanceSec {
        background-position: -50px top, 110% top;
    }
}

@media screen and (max-width: 1200px) {
    .productDetailsSection .details {
        margin: 0;
    }

    .productDetailsSection .primaryBtn {
        padding: 11px 15px;
        letter-spacing: 1px;
    }

    .productColmThree p {
        padding: 0;
    }

    .productColmThree .primaryBtn {
        padding: 11px 15px;
    }

    .biotrueLenseSection .prodContent .imgWrap h2 {
        right: 44px;
        top: 44px;
    }

    .biotrueLenseSection .prodContent .content {
        padding-top: 108px;
    }

        .biotrueLenseSection .prodContent .content h3 {
            margin: 0;
        }

        .biotrueLenseSection .prodContent .content ul {
            margin-bottom: 10px;
        }

    .sectionGraphs h2 {
        padding: 0;
    }

    .sectionGraphs .footnote {
        padding: 0 50px;
    }

    .performanceSec ul li > div {
        height: 130px;
        width: 130px;
    }

    .performanceSec ul li p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1300px) {
    .performanceSec {
        background-position: -90px top, 120% top;
    }
}

@media screen and (max-width: 991px) {
    .mob-margin {
        margin: 0px;
    }

    .mob-pad-right {
        padding-right: 0px;
    }

    .productDetailsSection {
        padding: 75px 0;
    }

        .productDetailsSection .imagWrap {
            text-align: center;
        }

            .productDetailsSection .imagWrap img {
                max-width: 70%;
            }

        .productDetailsSection .details {
            padding: 50px 0 0;
        }

    .productColmThree {
        padding: 70px 0 20px 0;
    }

        .productColmThree h2 {
            min-height: auto;
            margin: 0 0 15px;
        }

            .productColmThree h2 br {
                display: none;
            }

        .productColmThree p {
            padding: 0;
            min-height: auto;
        }

        .productColmThree .primaryBtn {
            padding: 11px 15px;
        }

        .productColmThree [class*="col-"] {
            margin-bottom: 40px;
        }

    .performanceSec {
        background: none;
        margin-bottom: 35px;
    }

        .performanceSec h2 {
            margin-bottom: 30px;
        }

        .performanceSec ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
            margin-bottom: 50px;
        }

            .performanceSec ul:after {
                position: absolute;
                content: "";
                right: -6px;
                background: url(/siteassets/img/img-217x441-graphics-right-dots-b.png);
                width: 62px;
                top: 0;
                height: 100%;
            }

            .performanceSec ul li {
                width: 225px;
                margin: 0 0 35px;
            }

                .performanceSec ul li > div {
                    margin: 0 auto 30px;
                    width: 160px;
                    height: 160px;
                }

                .performanceSec ul li .feel-percent {
                    font-weight: 700;
                }

                .performanceSec ul li p {
                    font-size: 16px;
                    line-height: 22px;
                }

    .performanceSecNew .row:after {
        position: absolute;
        content: "";
        right: 0;
        background: url(/siteassets/img/img-217x441-graphics-right-dots-b.png);
        width: 62px;
        top: 50px;
        height: 88%;
    }

    .performanceSecNew .row:nth-child(2):after {
        background: none;
    }

    .performanceSecNew ul:after {
        background: none;
    }

    .parametersSection {
        margin-bottom: 80px;
    }

        .parametersSection .d-flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .parametersSection .d-flex ul {
                width: 100%;
            }

                .parametersSection .d-flex ul li {
                    padding: 15px 10px;
                    display: -webkit-inline-box;
                }

    .productBiotrue .coloumTwo [class*="col-"]:first-child {
        border-right: 0;
        padding: 0;
    }

        .productBiotrue .coloumTwo [class*="col-"]:first-child h5 {
            border-bottom: 1px solid #16416f;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .productBiotrue .coloumTwo.coloumTwoNew h5 {
        margin-bottom: 20px;
    }

    .productBiotrue .coloumTwo.coloumTwoNew [class*="col-"]:first-child {
        border-bottom: 1px solid #16416f;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

        .productBiotrue .coloumTwo.coloumTwoNew [class*="col-"]:first-child h5 {
            border: 0;
            padding: 0;
        }

    .productBiotrue .coloumFour ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .productBiotrue .coloumFour ul li {
            margin: 0 0 40px;
        }

            .productBiotrue .coloumFour ul li > div {
                margin-bottom: 20px;
            }

            .productBiotrue .coloumFour ul li:first-child {
                margin: 0 0 40px;
            }

                .productBiotrue .coloumFour ul li:first-child .prcnt78 {
                    margin-bottom: 20px;
                }

    .biotrueLenseSection .prodContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .biotrueLenseSection .prodContent .imgWrap h2 {
            right: 0;
            top: inherit;
        }

    .dSpotTwocol [class*="col-"]:first-child {
        border-bottom: 1px solid #16416f;
        border-right: 0;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .sphericalContent .threeCol [class*="col-"] {
        border-right: 0;
        border-bottom: 1px solid #16416f;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .sphericalContent .threeCol .imgWrap {
        height: auto;
        margin-bottom: 40px;
    }

    .sphericalContent .threeCol p {
        min-height: auto;
        margin-bottom: 40px;
    }

    .sphericalContent .prescrip,
    .sphericalContent .vision {
        padding-left: 0;
    }

    section.initialLensSelection .lenseSuccess {
        margin-bottom: 25px;
    }

    section.initialLensSelection img {
        margin: 0 auto;
        width: 100%;
    }

    section.refineContent .near-vision {
        margin: 52px 0 60px;
    }

    section.refineContent .distance-vision {
        margin-bottom: 72px;
    }

    section.contactLenseParameterTable h2 {
        font-size: 36px;
        line-height: 48px;
    }

    section.contactLenseParameterTable ul {
        margin-bottom: 60px;
    }

        section.contactLenseParameterTable ul li {
            margin-bottom: 48px;
        }

    section.PureVisionTwo h2 {
        margin-top: 30px;
    }

    .productBiotrue .coloumTwo {
        padding: 10px 0 15px;
        margin-bottom: 45px;
    }

    .dSpotTwocol {
        margin-bottom: 0;
    }

    .productBiotrue {
        padding: 45px 0;
    }

    .biotrueLenseSection {
        margin-bottom: 45px;
    }

        .biotrueLenseSection .row {
            padding-bottom: 45px;
        }

        .biotrueLenseSection .prodContent .content ul li {
            padding-left: 0;
        }

    .ultraContentOne {
        padding: 70px 0 0;
        margin-bottom: 45px;
    }

    .ultraContentTwo .footnote {
        margin-top: 50px;
    }

    .ultraContentTwo .coloumTwo {
        margin-bottom: 50px;
    }

    .astig-foot p {
        width: 100%;
        max-width: 100%;
    }

    .agstArc .left-pad {
        padding: 0 12px;
    }

    .astigmatismThreeCol [class*="col-"]:nth-child(2) {
        border-right: none;
        border-left: none;
    }

    .agrst-middle-new .col-lg-9 {
        padding: 0 12px;
    }

    .recycleMain.multifocalMiddle .factor {
        padding-right: 0;
    }

    .presby h3 {
        margin-bottom: 70px !important;
    }

    .chartCompare {
        margin-bottom: 35px;
    }

        .chartCompare .row {
            padding-bottom: 35px;
        }

    .astigmatismFourCol [class*="col-"] {
        border: 0;
    }

    .recycleMain.multifocalMiddle ul li img {
        width: auto;
    }

    .sectionGraphs .footnote {
        padding: 0 37px;
    }

    .astigmatismThreeCol.contBottom h3,
    .astigmatismThreeCol.contBottom p {
        min-height: auto;
    }

    .astigmatismThreeCol.contBottom [class*="col-"] {
        padding-bottom: 50px;
    }

        .astigmatismThreeCol.contBottom [class*="col-"]:last-child {
            padding-bottom: 0;
        }

    section.contactLenseParameterTable ul li .staticLink:hover:before {
        border-left-color: transparent;
        border-bottom-color: #1275bc;
    }

    section.contactLenseParameterTable ul li .staticLink:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 11px solid #005e68;
        left: 2px;
        top: -2px;
    }

    .sphericalContent .threeCol {
        margin: 0;
    }

    section.PureVisionTwo {
        padding-top: 59px;
    }

    section.initialLensSelection {
        padding-bottom: 0;
    }

    .astigmatismFourCol p {
        min-height: inherit;
    }
}

@media screen and (max-width: 575px) {
    .performanceSec {
        background: none;
    }

        .performanceSec .row:before {
            left: 15px;
        }

        .performanceSec [class*="col-"] {
            padding-right: 15px;
            padding-left: 15px;
        }

    .sectionGraphs [class*="col-"] {
        padding: 20px;
    }

    .sectionGraphs .footnote {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .performanceSec.performanceSec ul li {
        width: 100%;
        max-width: 80%;
    }

    .altig-profess [class*="col-"] .colTwo .contTwo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .preby-down .contTwo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .ultraContentTwo [class*="col-"]:first-child {
        border: 0;
        border-bottom: 1px solid #16416f;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .astigmatismContOne.ContentTwoAgst {
        padding-bottom: 0;
    }

    .initialLensSelection .order-sm-1 {
        margin-bottom: 50px;
    }

    .initialLensSelection .order-1 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .productBiotrue p {
        margin-bottom: 40px;
        margin-left: 10px;
    }

    .infuseOndaycontfst h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .recycleBot.infuseOndaycontMiddle h2 {
        font-size: 30px;
        line-height: 36px;
    }

        .recycleBot.infuseOndaycontMiddle h2 br {
            display: none;
        }

    .infuseOndaycontfst .colTwo [class*="col-"]:first-child p {
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .astigmatismThreeCol .coloumTwo {
        margin-bottom: 0px;
    }

    .performanceSec.performanceSec ul li {
        width: 100%;
        max-width: 75%;
    }

    .specialityContentOne {
        padding: 40px 0;
    }

        .specialityContentOne .speciality {
            margin-bottom: 0;
        }

    .sphericalContent {
        padding: 0 0 75px;
        margin-bottom: 35px;
    }

        .sphericalContent h3 {
            margin-bottom: 30px;
        }

        .sphericalContent .threeCol {
            margin-bottom: 0;
            border-bottom: none !important;
        }

    .altig-profess h2 {
        padding-right: 0 !important;
    }

    .altig-profess .colTwo img {
        margin-left: 20px;
    }

    .dSpotTwocol p br {
        display: none;
    }

    .astigmatismContOne .footnote p {
        padding-left: 10px;
    }

    .infuseOndaycontfst .colTwo h4 br {
        display: none;
    }

    section.arcArt.arcArtBottom.businessMain.calculator-wrap {
        /* margin-top: 51px; */
        padding-top: 51px;
    }


    .col-lg-5.fitt-descrip a {
        font-size: 14px;
        padding: 13px 10px !important;
        margin: 10px 0px 10px !important;
    }

    img.calout-link {
        padding: 0 6px;
    }

    span.rotate-180 {
        transform: rotate(180deg);
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .sphericalContent .threeCol p {
        min-height: 88px;
    }

    .asti-new-content h2 {
        padding: 0 10px;
    }

    .asti-new-content p {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .astig-download .col-lg-4:nth-child(2) .colTwo h2 {
        padding-right: 50px;
    }

    .biotrue-astig p {
        margin: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .recycleMain.multifocalMiddle .factor {
        padding-right: 0;
        padding-top: 25px;
    }
}

@media (max-width: 360px) {
    .specialityContentOne .speciality p {
        padding-right: 10px;
    }
}

.heroLens p {
    font-size: 16px;
    line-height: 22px;
}

.lensMain .twoCol {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 70px 0;
    border-bottom: 1px solid #16416f;
    margin-bottom: 91px;
}

    .lensMain .twoCol h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 35px;
    }

    .lensMain .twoCol .imgWrap {
        width: 70%;
        margin: 0 auto 15px;
    }

    .lensMain .twoCol p {
        width: 80%;
        margin: 0 auto 30px;
        min-height: 88px;
    }

.lensMain .singleCol {
    margin-bottom: 119px;
}

    .lensMain .singleCol h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 37px;
    }

    .lensMain .singleCol p {
        position: relative;
        padding-top: 37px;
        margin-bottom: 35px;
    }

        .lensMain .singleCol p:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
        }

.LenseInnerOne {
    padding: 88px 0 132px;
    text-align: center;
}

    .LenseInnerOne img {
        margin: 0 auto;
    }

    .LenseInnerOne h2,
    .LenseInnerOne h3 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 15px;
    }

    .LenseInnerOne h3 {
        margin: 74px 0 45px;
    }

    .LenseInnerOne p {
        margin-bottom: 30px;
    }

.recycleMain.multifocalMiddle {
}

    .recycleMain.multifocalMiddle .container {
    }

    .recycleMain.multifocalMiddle h2 {
        padding: 0;
        padding-top: 65px;
    }

        .recycleMain.multifocalMiddle h2:before {
            display: none;
        }

    .recycleMain.multifocalMiddle ul li {
        margin-bottom: 10px;
    }

.performanceSec.performanceSec.multiFocalPerformance h4 {
    font: 600 36px/48px "Lora", serif;
    margin-bottom: 45px;
}

.performanceSec.performanceSec.multiFocalPerformance h2 {
    padding-top: 20px;
    margin-bottom: 35px;
}

.performanceSec.performanceSec.multiFocalPerformance ul li > div {
    margin: 0 auto 30px;
}

.LenseInnertwo {
    padding-bottom: 15px;
}

    .LenseInnertwo h2 {
        margin-bottom: 15px;
    }

        .LenseInnertwo h2 sup {
            font-size: 22px;
        }

    .LenseInnertwo h3 {
        margin-bottom: 15px;
    }

    .LenseInnertwo strong {
        white-space: normal;
    }

    .LenseInnertwo .imgwrap {
        position: relative;
    }

        .LenseInnertwo .imgwrap .primaryBtn {
            position: absolute;
            width: auto;
            bottom: 15%;
            right: 288px;
        }

        .LenseInnertwo .imgwrap.imgwrap2 {
            margin-bottom: 74px;
        }

            .LenseInnertwo .imgwrap.imgwrap2 .primaryBtn {
                right: 21%;
                bottom: 60px;
            }

    .LenseInnertwo .borderBottom {
        border-bottom: 1px solid #979797;
        padding-bottom: 30px;
        margin-bottom: 75px;
    }

.LenseInnerThree {
    text-align: inherit;
    padding-bottom: 0;
}

    .LenseInnerThree .container {
        border-bottom: 1px solid #979797;
        margin-bottom: 75px;
        padding-bottom: 56px;
    }

    .LenseInnerThree h2 {
        text-align: center;
    }

    .LenseInnerThree h5 {
        margin-bottom: 45px;
        font-size: 18px;
        font-weight: 900;
        text-align: left;
        text-transform: uppercase;
        line-height: 24px;
    }

        .LenseInnerThree h5 sup {
            font-size: 12px;
            top: -0.6em;
        }

.asphMiddle .container {
    border-bottom: 1px solid #979797;
    margin-bottom: 75px;
    padding-bottom: 56px;
}

.asphMiddle h2 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 31px;
}

@media screen and (max-width: 1800px) {
    .heroLens .bannerImageDesktop img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1399px) {
    .LenseInnertwo .imgwrap.imgwrap2 .primaryBtn {
        right: 285px;
    }
}

@media screen and (max-width: 1367px) {
    .heroLens .bannerImageDesktop img {
        max-width: 60%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .LenseInnertwo .imgwrap .primaryBtn {
        right: 240px;
    }

    .lensMain .twoCol p {
        min-height: 112px;
    }
}

@media screen and (max-width: 991px) {
    .lensMain .twoCol [class*="col-"]:first-child {
        margin-bottom: 39px;
    }

    .lensMain .singleCol {
        margin-bottom: 90px;
    }

        .lensMain .singleCol img {
            margin-bottom: 20px;
        }

    .LenseInnertwo .imgwrap .primaryBtn {
        position: static;
        margin-top: 20px;
    }

    .LenseInnerThree {
        text-align: center;
    }

    .multifocalMiddle .primaryBtn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 50px;
    }

    .recycleMain.multifocalMiddle .container {
        padding-bottom: 0px;
    }

    .recycleMain.multifocalMiddle {
        padding-bottom: 70px;
    }

    .LenseInnertwo .borderBottom {
        margin-bottom: 40px;
    }

    .LenseInnertwo .imgwrap {
        margin-bottom: 30px;
    }

    .asphMiddle [class*="col-"]:first-child {
        margin-bottom: 40px;
    }

    .LenseInnerOneNew {
        padding: 20px 0 80px;
    }
}

.businessMain {
    padding: 79px 0 100px;
    margin-bottom: 81px;
}

    .businessMain p {
        font-size: 22px;
        line-height: 30px;
    }

    .businessMain .contentOne {
        text-align: center;
        margin-bottom: 107px;
    }

        .businessMain .contentOne .img-wrap {
            width: 300px;
            margin: 0 auto 37px;
        }

    .businessMain .contentTwo {
        text-align: center;
    }

        .businessMain .contentTwo h2 {
            font: 600 36px/48px "Lora", serif;
            margin-bottom: 11px;
        }

        .businessMain .contentTwo p {
            margin: 0 30px 25px;
        }

    .businessMain .mediaKit {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 61px 0;
        -webkit-box-shadow: 0px 1px 6px #ccc;
        box-shadow: 0px 1px 6px #ccc;
        background: #fff;
        margin-bottom: 75px;
    }

        .businessMain .mediaKit h2 {
            position: absolute;
            top: -45px;
            text-transform: uppercase;
            font: 800 36px/38px "Barlow Condensed", sans-serif;
            background: url(/siteassets/img/img-561x104-label.png) no-repeat center;
            padding: 13px 25px 13px 0px;
            width: 540px;
            text-align: center;
            letter-spacing: 2px;
        }

        .businessMain .mediaKit img:nth-child(odd) {
            margin: 0 28px;
        }

.busimiddleCont {
    padding-bottom: 50px;
    background-size: 8%;
    position: relative;
}

    .busimiddleCont:after {
        position: absolute;
        width: 115px;
        right: 0;
        height: 100%;
        content: "";
        top: 0;
        background: url(/siteassets/img/img-217x441-graphics-right-dots-b.png) repeat-y left bottom;
    }

    .busimiddleCont .contentOne {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }

        .busimiddleCont .contentOne a {
            font-weight: 600;
        }

    .busimiddleCont .contentTwo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 85px;
    }

        .busimiddleCont .contentTwo [class*="col-"]:first-child {
            border-right: 1px solid #16416f;
        }

        .busimiddleCont .contentTwo h3 {
            font: 600 36px/48px "Lora", serif;
            margin-bottom: 8px;
        }

        .busimiddleCont .contentTwo p {
            margin-bottom: 10px;
        }

        .busimiddleCont .contentTwo li {
            margin-bottom: 10px;
        }

    .busimiddleCont .login {
        font-size: 22px;
        line-height: 30px;
    }


.performanceSec.nine-eighteen-dots {
    background-image: url(/siteassets/img/img-9-dots.svg), url(/siteassets/img/img-18-dots.svg);
    background-repeat: repeat-y, repeat-y;
    background-position: 0 0, 100% 0;
}

@media screen and (max-width: 991px) {
    .performanceSec.nine-eighteen-dots {
        background-image: none;
    }
}

@media screen and (min-width: 991px) {
    .performanceSec.nine-eighteen-dots {
        background-position: -12% 0, 116% 0;
    }
}

@media screen and (min-width: 1024px) {
    .performanceSec.nine-eighteen-dots {
        background-position: -7% 0, 112% 0;
    }
}

@media screen and (min-width: 1200px) {
    .performanceSec.nine-eighteen-dots {
        background-position: -5% 0, 106% 0;
    }
}

@media screen and (min-width: 1300px) {
    .performanceSec.nine-eighteen-dots {
        background-position: 0 0, 100% 0;
    }
}

@media screen and (min-width: 1400px) {
    .performanceSec.nine-eighteen-dots {
        background-position: -3% 0, 100% 0;
    }
}

@media screen and (min-width: 1500px) {
    .performanceSec.nine-eighteen-dots {
        background-position: 0 0, 100% 0;
    }
}

@media screen and (max-width: 1399px) {
    .businessBanner .breadcrumb {
        margin-bottom: 96px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .businessMain .mediaKit img {
        max-width: 28%;
    }

    .busimiddleCont .contentTwo [class*="col-"]:first-child {
        width: 38%;
    }
}

@media screen and (max-width: 1118px) {
    .busimiddleCont {
        background: none;
    }
}

@media screen and (max-width: 991px) {
    .businessBanner .breadcrumb {
        margin-bottom: 38px;
    }

    .businessMain .mediaKit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .businessMain .mediaKit img:nth-child(2n) {
            margin: 0 0 28px;
        }

    .busimiddleCont .contentTwo [class*="col-"]:first-child {
        border-right: 0;
        border-bottom: 1px solid #16416f;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .busimiddleCont:after {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .businessMain .mediaKit h2 {
        font-size: 20px;
        line-height: 32px;
        width: auto;
        background-size: 100%;
        padding: 21px 35px 22px 21px;
        letter-spacing: normal;
    }
}

.recycleOne {
    padding: 108px 0 101px;
}

    .recycleOne .logoContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 33px 0 0 30px;
        margin-bottom: 53px;
    }

        .recycleOne .logoContent h2 {
            font: 600 36px/48px "Lora", serif;
            margin-left: 58px;
            padding-left: 58px;
            border-left: 8px solid #6ec6ab;
        }

    .recycleOne .content {
        padding: 0 30px;
    }

        .recycleOne .content p {
            margin-bottom: 20px;
        }

        .recycleOne .content h3 {
            font: 400 24px/36px "Lora", serif;
        }

            .recycleOne .content h3 span {
                font-weight: 600;
                font-family: "Lora", sans-serif;
            }

.recycleMain {
    padding: 187px 0 50px;
}

    .recycleMain h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 17px;
        position: relative;
        padding-top: 49px;
    }

        .recycleMain h2:before {
            position: absolute;
            top: 5px;
            content: "";
            width: 128px;
            height: 8px;
            background: #6ec6ab;
        }

    .recycleMain h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 17px;
    }

    .recycleMain h4 {
        font-size: 16px;
        font-weight: 600;
        color: #1275bc;
        text-transform: uppercase;
        letter-spacing: 0.33px;
        margin-bottom: 35px;
    }

    .recycleMain .paddiingL {
        padding-left: 70px;
    }

    .recycleMain ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .recycleMain ul img {
        margin-right: 20px;
    }

    .recycleMain ul h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .recycleMain .not-accept-li-1 .not-accept {
        margin-bottom: 14px;
    }

    .recycleMain .not-accept-li-2 .not-accept {
        margin-bottom: 22px;
    }

    .recycleMain .not-accept-li-3 .not-accept {
        margin-bottom: 30px;
    }

.rewardSection {
    margin-bottom: 100px;
}

    .rewardSection h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 34px;
        margin-top: 36px;
    }

    .rewardSection ul {
        padding-left: 33px;
    }

        .rewardSection ul li {
            font-size: 22px;
            line-height: 36px;
            list-style-type: disc;
            margin-bottom: 20px;
        }

.recycleTwo {
    margin-bottom: 93px;
}

.recycleBot {
    padding-top: 46px;
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(10deg, rgb(255, 255, 255) 10%, rgb(218, 244, 251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
}

    .recycleBot h2 {
        font: 800 36px/38px "Barlow Condensed", sans-serif;
        letter-spacing: 1.5px;
        margin-bottom: 27px;
    }

    .recycleBot p {
        margin-bottom: 41px;
    }

    .recycleBot .primaryBtn {
        margin-bottom: 84px;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .recycleOne .img-one {
        margin-right: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .recycleOne .img-one img {
        width: 300px;
        height: 300px;
    }

    .recycleMain ul li {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .recycleMain ul img {
        width: 120px;
        height: auto;
    }

    .recycleOne .content {
        padding: 0;
    }

    .recycleBot h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

.resourceContent {
    padding: 40px 0 53px;
    background: rgb(226, 244, 238);
    background: -webkit-gradient(linear, left top, right top, color-stop(59%, rgb(226, 244, 238)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(226, 244, 238) 59%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2f4ee",endColorstr="#ffffff",GradientType=1);
    margin-bottom: 66px;
}

    .resourceContent h2 {
        font: 600 36px/48px "Lora", serif;
        border-bottom: 1px solid #16416f;
        margin-bottom: 42px;
        padding-bottom: 5px;
    }

    .resourceContent .textLink {
        font-weight: 600;
    }

    .resourceContent .featuredContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0 0 7px #ccc;
        box-shadow: 0 0 7px #ccc;
        color: #005e68;
    }

        .resourceContent .featuredContent img {
            margin-bottom: 0px;
        }

        .resourceContent .featuredContent .featuredText {
            background: #dbf4fb;
            width: 100%;
            display: block;
            padding: 0;
        }

            .resourceContent .featuredContent .featuredText .imgWrap {
                text-align: center;
            }

                .resourceContent .featuredContent .featuredText .imgWrap img {
                    width: 100%;
                    height: auto;
                }

        .resourceContent .featuredContent .textLink {
            width: 100%;
            background: #fff;
            padding: 17px;
        }

.sortingSection {
    margin-bottom: 67px;
}

@media screen and (max-width: 991px) {
    .resourceContent [class*="col-"] {
        margin-bottom: 40px;
    }

    .mobileFilter h2 {
        background: url(/siteassets/img/icon-15x9-arrowDown.svg) no-repeat 97% center;
    }

        .mobileFilter h2.arrowDown {
            background: url(/siteassets/img/icon-15x9-arrowup.svg) no-repeat 97% center;
        }
}

@media screen and (max-width: 767px) {
    .mobileFilter h2 {
        back-position: 96% center;
    }

        .mobileFilter h2.arrowDown {
            back-position: 96% center;
        }
}

@media screen and (max-width: 1500px) {
    .heroInner p {
        margin-bottom: 30px;
    }

    /*.breadcrumb {
        margin-bottom: 30px;
    }*/
}

@media screen and (max-width: 1440px) {
    .heroBanner .img-wrap {
        width: 42px;
    }

        .heroBanner .img-wrap img {
            max-width: 100%;
        }

    /*.heroBanner.heroInner .container {
        margin-top: 10px;
    }

    .heroBanner.heroInner h1,
    .heroBanner.heroInner h2 {
        margin-bottom: 10px;
    }*/

    /*.heroBanner.heroInner p {
        margin-bottom: 15px;
    }*/

    /*.heroBanner.heroInner .bannerImageDesktop img {
        max-width: 63%;
    }*/

    /*.breadcrumb {
        margin-bottom: 25px;
    }*/
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .heroBanner h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1280px) {
    /*.heroBanner.heroInner .bannerImageDesktop img {
        max-width: 63%;
    }*/

    .heroBanner .img-wrap {
        width: 38px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .primaryBtn {
        font-size: 14px;
        padding: 11px 25px;
        letter-spacing: 1px;
    }

    .heroBanner .img-wrap {
        width: 32px;
    }

    .heroBanner .container {
    }

    .heroBanner h2 {
        margin-bottom: 10px;
    }

    /*.heroInner .bannerImageDesktop img {
        max-width: 62%;
    }*/

    .globalTwoColm .colOne {
        padding: 25px 30px 33px 30px;
    }

    .globalTwoColm p {
        padding: 0;
        padding-right: 10px;
    }

    .globalTwoColm .primaryBtn {
        padding: 11px 25px;
    }

    .globalTwoColm .contTwo img {
        max-width: 40%;
    }

    .signUpBanner .breadcrumb {
        margin-bottom: 100px;
    }

    .LenseInnerOne h2 {
        padding: 0 40px;
    }

    .astigmatismThreeCol .col-lg-3:first-child h3 {
        padding: 0 0;
        font-size: inherit;
    }

    .astigmatismThreeCol .col-lg-3:nth-child(2) h3 {
        padding: 0 15px;
    }

    .astigmatismThreeCol .col-lg-3:nth-child(3) h3 {
        padding: 0 50px;
    }

    .astigmatismThreeCol .col-lg-3:nth-child(4) h3 {
        padding: 0 50px;
    }

    .aboutBottom .banner-text {
        padding-left: 20px;
    }

    .aboutBottom h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .contBottom.astigmatismThreeCol p {
        min-height: 115px;
    }

    .contBottom.astigmatismThreeCol .col-lg-3:first-child h3 {
        padding: 0 0;
    }

    .contBottom.astigmatismThreeCol .col-lg-3:nth-child(2) h3 {
        padding: 0;
    }

    .contBottom.astigmatismThreeCol .col-lg-3:nth-child(3) h3 {
        padding: 0;
    }

    .contBottom.astigmatismThreeCol .col-lg-3:nth-child(4) h3 {
        padding: 0;
    }
}

/*@media screen and (max-width: 1118px) {
    .heroBanner.heroInner .bannerImageDesktop img {
        max-width: 70%;
    }
}*/

@media screen and (max-width: 991px) {
    .w-80-mob {
        max-width: 100%;
    }

    .productDetailsSection .productContent {
        margin-top: 30px;
    }

    .bannerImage img {
        width: 100%;
    }

    .heroBanner {
        display: inherit;
    }

    .parameter .img-wrap {
        display: none !important;
    }

    .productBiotrue {
        padding-top: 0px;
    }

    .agst-perform h2 {
        padding-top: 47px !important;
    }

    .heroBanner .img-wrap {
        bottom: 3% !important;
    }

    .sphericalContent {
        padding: 0 0 25px;
    }

        .sphericalContent .threeCol.twoCol {
            padding-bottom: 0px;
        }

    .signUpform {
        padding-bottom: 0px;
    }

    .productBiotrue .coloumTwo.coloumTwoNew {
        padding: 7px 0 63px;
    }

    .primaryBtn {
        border-radius: 30px;
        width: 90%;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heroBanner {
        background-color: #16416f;
        background-image: none;
        padding-bottom: 43px;
        padding: 85px 0 40px;
    }

        .heroBanner .container {
            margin-top: 0;
        }

        .heroBanner .img-wrap {
            display: block;
            top: inherit;
            bottom: 16%;
            height: auto;
            width: 50px;
        }

        .heroBanner h1 {
            margin-bottom: 14px;
        }

        .heroBanner h2 {
            font-size: 44px;
            line-height: 48px;
        }

        .heroBanner h3 {
            font-size: 28px;
            line-height: 36px;
        }

        .heroBanner .bannerCap {
            width: 80%;
            margin: 46px auto 0px auto;
        }

        .heroBanner p {
            margin-bottom: 20px;
        }

    .homeHero {
        padding-bottom: 0;
    }

        .homeHero h1 {
            margin-bottom: 20px;
        }

        .homeHero .img-wrap {
            display: none;
        }

    .formSection {
        background: none;
        margin-bottom: 40px;
    }

        .formSection .row {
            padding: 38px 0 21px 0;
        }

            .formSection .row:before {
                left: 10px;
            }

        .formSection h2 {
            margin-bottom: 24px;
            font-size: 44px;
            line-height: 48px;
        }

        .formSection .col-lg-3,
        .formSection .col-lg-4 {
            width: 100%;
            margin-bottom: 25px;
        }

        .formSection .col-lg-4 {
            margin-bottom: 30px;
        }

        .formSection input[type="text"] {
            width: 100%;
        }

        .formSection .EPiServerForms .FormParagraphText:last-child {
            width: 100%;
            margin-top: 0;
        }

        .formSection .EPiServerForms .mrgTop {
            margin-top: 0;
        }

    .breadcrumb {
        margin-bottom: 38px;
    }

    .arcArtBottom:before {
        width: 55vh;
    }

    .heroBanner.heroInner .container {
        margin-top: 0;
        padding-top: 10px;
    }

    .heroBanner.heroInner h1 {
        margin-bottom: 14px;
    }

    .heroBanner.heroInner h2 {
        margin-bottom: 24px;
    }

    .heroBanner.heroInner .banner-text {
        margin-bottom: 40px;
    }

    .heroBanner.heroInner .bannerImage {
        text-align: right;
    }

    .globalTwoColm {
        margin-bottom: 15px;
    }

        .globalTwoColm p {
            padding: 0;
        }

        .globalTwoColm ul li {
            background-position: left 7px;
        }

        .globalTwoColm .colOne {
            padding: 20px;
        }

        .globalTwoColm [class*="col-"] {
            margin-bottom: 30px;
        }

        .globalTwoColm .colTwo {
            padding: 20px;
        }

    .signUpBanner .breadcrumb {
        margin-bottom: 38px;
    }

    .aboutMiddle [class*="col-"]:first-child {
        margin-bottom: 40px;
    }

    .prodSectionHome h2 {
        margin: 22px 0 32px;
    }

    .prodSectionHome p {
        padding-top: 27px;
        margin-bottom: 25px;
    }

    .lensMain .singleCol h2 {
        margin-bottom: 32px;
        margin-top: 22px;
    }

    .lensMain .singleCol p {
        padding-top: 27px;
        margin-bottom: 28px;
    }

    .lensMain .twoCol h2 {
        margin-bottom: 20px;
    }

    .lensMain .twoCol p {
        margin-bottom: 25px;
    }

    .recycleOne .img-round {
        margin-bottom: 50px;
    }

        .recycleOne .img-round img {
            width: 100%;
        }

    .recycleOne .img-section-recycle img {
        width: 100%;
        margin-bottom: 30px;
    }

    .recycleOne .img-section-recycle h2 {
        margin-bottom: 30px;
        font: 600 36px/48px "Lora", serif;
        border-top: 8px solid #6ec6ab;
        padding-top: 20px;
    }

    .recycleMain .paddiingL {
        padding-left: 12px;
    }

    .recycleMain h4 {
        padding-left: 0;
        padding-top: 20px;
    }

    .aboutBottom {
        background-image: none;
        padding: 25px 0;
    }

        .aboutBottom .banner-text {
            margin-bottom: 50px;
            margin-top: 40px;
            padding-left: 0;
        }

    .aboutMiddle {
        margin-bottom: 0;
    }

        .aboutBottom h2,
        .aboutCont h2,
        .aboutMiddle h2 {
            padding-bottom: 27px;
            margin-bottom: 27px;
        }

    .aboutCont .content h2 {
        margin-top: 30px;
    }

    .aboutCont {
        padding: 55px 0;
    }

    .busimiddleCont .contentTwo h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .productDetailsSection .productContent h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .productDetailsSection .productContent p {
        margin-bottom: 20px;
    }

        .productDetailsSection .productContent p strong {
            margin-bottom: 10px;
        }

    .parametersSection h2,
    .performanceSec.performanceSec h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .biotrueLenseSection h2,
    .chartCompare h2,
    .productBiotrue h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .productBiotrue .coloumFour h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .productBiotrue .coloumTwo h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .ultraContentOne h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .ultraContentOne h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .ultraContentOne h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .astigmatismContOne h2 {
        font-size: 44px;
    }

    .astigmatismContOne img {
        margin-bottom: 10px;
    }

    .colmTwoBorder.contentFour h2,
    .recycleMain.multifocalMiddle h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .recycleMain ul h5 {
        line-height: 24px;
    }

    .sphericalStaticContent h5 {
        line-height: 24px;
    }

    section.initialLensSelection .intialLense h2 {
        font-size: 44px;
        line-height: 48px;
    }

    section.initialLensSelection .lenseSuccess h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .specialityContentOne h2,
    .sphericalStaticContent h2,
    section.PureVisionTwo h2,
    section.SoftlenseContactlense h2,
    section.refineContent h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .lensMain .singleCol h2,
    .lensMain .twoCol h2 {
        font-size: 44px;
    }

    .LenseInnerOne h3 {
        font-size: 32px;
        margin-top: 0;
        line-height: 36px;
    }

    .performanceSec.performanceSec.multiFocalPerformance h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .LenseInnerOne h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .LenseInnerThree h5 {
        font-size: 16px;
        line-height: 24px;
    }

    #exampleModal .modal-body .modal-tilte {
        padding: 0 0;
    }

    #exampleModal .modal-footer p {
        padding-right: 0;
    }

    .agstArc:before {
        height: 100vh;
        -webkit-transform: translateX(-50%) scale(2);
        transform: translateX(-50%) scale(2);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgb(255, 255, 255)), to(rgb(231, 248, 253)));
        background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgb(231, 248, 253) 100%);
    }

    .recycleMain.multifocalMiddle h2 {
        padding-top: 0;
    }

    .recycleMain.multifocalMiddle.agstArc .primaryBtn {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .heroBanner.ultra .banner-text h2 {
        margin-bottom: 0;
    }

    h2.lora {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-left: 10px !important;
    }

        h2.lora span {
            font-size: 24px !important;
            line-height: 30px !important;
        }

            h2.lora span.lora {
                font-family: "Lora", serif;
            }
    h2.lora-1 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    h2.lora-1 span {
        font-size: 24px !important;
        line-height: 30px !important;
    }

        h2.lora-1 span.lora {
            font-family: "Lora", serif;
        }
    .pageNotFound h1 {
        margin-bottom: 28px;
    }

    .pageNotFound h2 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 28px;
    }

    .formSection .EPiServerForms .Form__Element .Form__Element__ValidationError {
        position: relative;
    }

    .contactUs .contact-top {
        border-right: none;
        margin-bottom: 18px;
    }

    .contactUs .colThree [class*="col-"] {
        margin-bottom: 32px;
    }

        .contactUs .colThree [class*="col-"]:last-child {
            margin-bottom: 0;
        }

    .contactUs .colThree h4 {
        padding-top: 28px;
        margin-bottom: 6px;
    }

        .contactUs .colThree h4:before {
            top: 0;
        }

    .arcArt:before {
        width: 51vh;
    }

    .aboutCont p {
        font-size: 16px;
        line-height: 22px;
    }

    .bannerInnerTwo {
        background: #34b233 url(/siteassets/img/bannerBg-540x900-win-winNew.png) no-repeat right top;
        background-size: 68%;
        padding-bottom: 40px;
    }

        .bannerInnerTwo .container {
            background: none;
            padding-top: 0;
        }

        .bannerInnerTwo .imgMobile {
            margin-bottom: 50px;
        }

        .bannerInnerTwo .img-wrap {
            display: none;
        }

        .bannerInnerTwo h1 {
            color: #fff;
        }

        .bannerInnerTwo h2 span {
            color: #16416f;
            white-space: normal;
        }

        .bannerInnerTwo .bannerCap {
            margin-top: 25px;
        }

        .bannerInnerTwo .bannerTwoBg {
            background: none;
        }

    .heroBanner.heroInner.product-inner-banner .bannerImage {
        text-align: center;
        margin: 50px 0;
    }

    .heroBanner.heroInner.product-inner-banner .img-wrap {
        display: none;
    }

    .bannerInnerThree {
        background: rgb(2, 16, 29);
        background: -webkit-gradient(linear, left top, right top, color-stop(54%, rgb(2, 16, 29)), color-stop(95%, rgb(179, 133, 187)));
        background: linear-gradient(90deg, rgb(2, 16, 29) 54%, rgb(179, 133, 187) 95%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#b385bb",GradientType=1);
        padding-bottom: 40px;
    }

        .bannerInnerThree .imgMobile {
            margin-bottom: 50px;
        }

        .bannerInnerThree .img-wrap {
            display: none;
        }

    .bannerInnerFour {
        padding: 75px 0 40px;
    }

        .bannerInnerFour .container {
            background-size: 45%;
        }

        .bannerInnerFour .img-wrap {
            display: none;
        }

        .bannerInnerFour .imgMobile {
            margin-bottom: 50px;
        }

    .bannerInnerFive {
        background: rgb(2, 16, 29);
        background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(2, 16, 29)), to(rgb(237, 158, 71)));
        background: linear-gradient(90deg, rgb(2, 16, 29) 70%, rgb(237, 158, 71) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#ed9e47",GradientType=1);
        padding-bottom: 40px;
    }

        .bannerInnerFive .container {
            background-size: 45%;
        }

        .bannerInnerFive .img-wrap {
            display: none;
        }

        .bannerInnerFive .imgMobile {
            margin-bottom: 50px;
        }

    .bannerInnerSix {
        background: rgb(2, 16, 29);
        background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(2, 16, 29)), to(rgb(255, 241, 0)));
        background: linear-gradient(90deg, rgb(2, 16, 29) 70%, rgb(255, 241, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#fff100",GradientType=1);
        padding-bottom: 40px;
    }

        .bannerInnerSix .img-wrap {
            display: none;
        }

        .bannerInnerSix .imgMobile {
            margin-bottom: 50px;
        }

    .bannerInnerSev {
        background: rgb(2, 16, 29);
        background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgb(2, 16, 29)), to(rgb(67, 184, 217)));
        background: linear-gradient(90deg, rgb(2, 16, 29) 65%, rgb(67, 184, 217) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02101d",endColorstr="#43b8d9",GradientType=1);
    }

    .mobile-graph {
        overflow-x: scroll;
    }

        .mobile-graph img {
            width: 800px;
        }

    .videoWrapper {
        padding: 90px 0 0;
    }

        .videoWrapper h2 {
            font: 600 24px/30px "Lora", serif;
            margin-bottom: 35px;
            padding-bottom: 15px;
        }

            .videoWrapper h2 sup {
                font-size: 8px;
                top: -1.9em;
            }

        .videoWrapper .contentVideo {
            margin-bottom: 25px;
        }

        .videoWrapper .videoTrans {
            margin-bottom: 35px;
            padding-bottom: 13px;
        }

    .parameter {
        padding-bottom: 0;
    }

    .productBiotrue .footnote {
        margin-top: 10px;
    }

    .heroOnedayMulti h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .formSection {
        background: none;
    }

        .formSection .row:before {
            left: 15px;
        }

    .heroBanner .img-wrap {
        height: 180px;
        bottom: 10%;
    }

        .heroBanner .img-wrap img {
            height: 100%;
        }

    .arcArtBottom:before {
        width: 40vh;
    }

    .LenseInnerOne h2 {
        font: 700 24px/30px "Lora", serif;
    }

    .lensMain .twoCol p sup {
        font-size: 10px;
    }

    .footnoteSection p {
        padding-right: 0px;
    }

    .footnoteSection .reference-inner {
        text-indent: 0 !important;
    }

    .recycleMain {
        padding: 70px 0 50px;
    }

    #exampleModal .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .globalTwoColm .primaryBtn {
        padding: 11px 20px;
    }

    .arcArt:before {
        width: 47vh;
    }
}

@media screen and (max-width: 360px) {
    .heroBanner h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .primaryBtn {
        padding: 11px 20px;
    }

    .footnoteSection p {
        padding-right: 10px;
    }

    .globalTwoColm .primaryBtn {
        font-size: 14px;
        padding: 11px 14px;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .globalTwoColm p {
        padding-right: 65px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recycleMain .paddiingL .center-ul {
        width: 100%;
        max-width: 50%;
        margin: auto;
    }

    .rewardSection .img-reward {
        text-align: center;
    }

    .rewardSection .awards h2 {
        text-align: center;
    }

    .rewardSection .awards ul {
        width: 100%;
        max-width: 50%;
        margin: auto;
        padding-left: 0;
    }

    #exampleModal .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }
}

/********* Hero section start ***********/
@media screen and (min-width: 992px) {
    .secThreeHome p {
        height: 66px;
    }

    .heroBanner.heroInnerTwo.bannerInnerTwo .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerTwo h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerTwo .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFour .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFour h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFour .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerThree .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerThree h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerThree .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerThree .bannerCap img {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFive .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFive h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFive .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFive .bannerCap img {
        margin-top: 40px;
    }

    .heroBanner.heroOnedayMulti .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroOnedayMulti h1 {
        margin-top: 41px;
    }

    .heroBanner.heroOnedayMulti .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFour.bannerInnerFourNew .bannerCap img {
        margin-top: 40px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix .bannerCap img {
        margin-top: 52px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix.bannerInnerSev .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix.bannerInnerSev h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix.bannerInnerSev .container {
        padding-bottom: 64px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix.bannerInnerSev .bannerCap img {
        margin-top: 52px;
    }

    .heroBanner.heroInner.parameter .breadcrumb {
        margin-top: 10px;
    }

    .heroBanner.heroInner.parameter h1 {
        margin-top: 41px;
    }

    .heroBanner.heroInner.parameter .container {
        padding-bottom: 64px;
        margin-bottom: 0;
    }

    .heroBanner .container {
        padding-bottom: 64px;
    }

        .heroBanner .container .bannerCap img {
            margin-top: 35px;
        }

    .heroBanner.heroInner.parameter.cs-hgt-newbanner h1 {
        margin-top: 68px;
    }

    .heroBanner.heroInner.parameter.cs-hgt-newbanner .container {
        padding-bottom: 92px;
        margin-bottom: 0;
    }

    .heroBanner.heroInner.parameter.c-hgt-banner-1 .container {
        padding-bottom: 130px;
        margin-bottom: 0;
    }

    .heroBanner.ftGuid h1 {
        margin-top: 41px;
    }

    .heroBanner.ftGuid .container {
        padding-bottom: 64px;
    }
}

/********* Hero section end ***********/

.two-col-center-text h3.left {
    text-align: right;
    padding-right: 32px;
}

.two-col-center-text h3.right {
    text-align: left;
    padding-left: 32px;
}

.two-col-center-text h3.center {
    text-align: center;
}

.tabl-row {
    display: flex;
    width: 100%;
}

.tabl-col {
    border: 1px solid #fff;
    flex-grow: 1;
    flex-basis: 0;
}

.tabl-col {
    border: 1px solid #fff;
    align-items: center;
    display: flex;
    padding: 10px;
    padding-left: 15px;
    height: 67px;
}

.tabl-row .tabl-col:nth-child(1) {
    background-color: #dbf4fb;
}

.tabl-row .tabl-col:nth-child(2) {
    background-color: #e2f4ee;
}

.table-wrapper {
    /* float: left; */
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.material-tab {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
}

.fill-height-col {
    height: 100%;
}

    .fill-height-col .tabl-col {
        height: auto;
    }

.material-tab .tabl-row .tabl-col:nth-child(1) {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    color: #16416f;
}

.material-tab .tabl-row .tabl-col:nth-child(2) .tabl-col:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #16416f;
    padding-left: 0;
    background-color: #e2f4ee;
    border: 0;
}

.material-tab .tabl-row .tabl-col:nth-child(2) .tabl-col:nth-child(2) {
    border-right: 0;
}

.material-tab .tabl-row .tabl-col:nth-child(2) {
    font-size: 16px;
    line-height: 22.5px;
    font-weight: 400;
    color: #16416f;
}

.table-wrapper .material-tab .tabl-row .tabl-col.auto-fit-height {
    height: auto !important;
}

.half-col-wrap {
    display: flex;
    width: 100%;
}

    .half-col-wrap .half-col {
        flex-grow: 1;
        flex-basis: 0;
        padding: 10px;
    }

        .half-col-wrap .half-col:nth-child(1) {
            border-right: 1px solid #fff;
        }

.full-col-wrapper {
    padding: 0 12px 0 12px;
}

.half-col-wrap .half-col:nth-child(1) {
    padding-left: 0;
}

section.contactLenseParameterTable ul li .table-wrapper .tabl-row img {
    width: 19px;
}

.multifocal-tabl-row {
    display: flex;
}

.tabl-row-multifocal {
    display: flex;
}

.multifocal-tab {
    display: flex;
    /* width: 100%; */
    /* float: left; */
    flex-direction: column;
    border: 2px solid #16416f;
}

.multifocal-table-wrapper {
    width: 100%;
}

.tabl-row-multifocal {
    display: flex;
}

.tabl-col-multifocal {
    flex: 0.4;
    flex-direction: column;
    flex-basis: 0;
    display: flex;
    border-collapse: collapse;
}

.tabl-col-multifocal-inside {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    padding: 11px 8px;
}

.tabl-row-multifocal {
    display: flex;
    /* flex-basis: 0; */
    /* flex-grow: 1; */
}

.tabl-row-multifocal-inside {
    /* display: flex; */

    flex-grow: 1;
    flex-basis: 0;
    width: 100%;
    display: flex;
}

.multifocal-tabl-head {
    width: 100%;
    display: flex;
}

.multifocal-tabl-head {
    border-bottom: 2px solid #16416f;
    background-color: #16416f;
    color: #fff;
    padding: 15px 13px;
}

.flex-grow-3 {
    flex-grow: 3;
    flex-basis: 0;
    display: flex;
}

.tabl-col-multifocal-in {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    padding: 10px 8px;
    align-items: center;
}

.tabl-row-multifocal:not(:last-child) {
    border-bottom: 2px solid #16416f;
}

.tabl-col-multifocal:not(:last-child) {
    border-right: 2px solid #16416f;
}

.multifocal-tabl-head {
    border-bottom: 2px solid #16416f;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 2.5px;
}

.tabl-col-multifocal-inside {
    border-bottom: 2px solid #16416f;
}

    .tabl-col-multifocal-inside:not(:last-child) {
        border-right: 2px solid #16416f;
    }

.tabl-col-multifocal-in:not(:last-child) {
    border-right: 2px solid #16416f;
}

.vertmode-mob {
    justify-content: center;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
}

.full-col-in {
    padding: 10px 8px 40px 8px;
}

span.bold-tab-text {
    font-weight: 800;
}

span.bold-tab-text-head {
    font-weight: 800;
    font-size: 17px;
}

.tabl-col-multifocal-inside:first-child {
    flex-grow: 0.4;
}

.tabl-col-multifocal-in:first-child {
    flex-grow: 0.4;
}

.l-b-padding {
    padding-bottom: 60px;
}

.green-l-gradient {
    background: rgb(226, 244, 238);
    background: linear-gradient(90deg, rgba(226, 244, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.cs-pad-lg {
    padding: 80px 0;
}

.cs-border-title {
    margin: 0 0 68px 0;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    border-bottom: solid 1px #16416f;
}

.template-primary-font {
    font-family: Lora;
    font-weight: 600;
}

.template-para {
    margin-bottom: 32px;
    color: #16416f;
    font-family: Barlow;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
}

.cs-temp-feature-img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.cs-mb-lg {
    margin-bottom: 111px;
}

.cs-mt-lg {
    margin-top: 60px;
}

.feature-pointers {
    text-align: left;
}

    .feature-pointers ul {
        margin: 0;
        padding: 0;
        padding-left: 10px;
        margin-bottom: 50px;
    }

        .feature-pointers ul li {
            margin-bottom: 30px;
        }

.point-title-head {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.78px;
    text-transform: uppercase;
}

.ponit-desc {
    font-family: Barlow;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
}

.cs-mid-title {
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
}

ul.remove-lh li {
    line-height: 1.5;
}

.formSection .emailtype {
    padding: 15px 5px;
    border: 1px solid #16416f;
    width: 92%;
    outline: 0;
    border-radius: 0;
    width: 100%;
}

span.span-h2 {
    line-height: 60px;
}

.sup-big {
    font-size: 14px;
    top: 0;
}

.big-asteric {
    line-height: 0;
    position: relative;
}

.big-asteric.large {
    top: 6px;
    font-size: 22px;
}

.big-asteric.medium {
    top: 5px;
    font-size: 20px;
}

.big-asteric.small {
    top: 3px;
    font-size: 17px;
}

.sphericalContent .threeCol .imgWrap.base-aligned {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px auto 49px;
}

.sp-alignment-1 {
    position: relative;
    top: -18px;
}

.cs-yellow-title {
    color: #fbec3f;
    line-height: inherit;
}

.cs-multifocal-col {
    border-top: 1px solid #b1b1b1;
    padding: 85px 0 40px;
}

.cs-img-fluid {
    max-width: 100%;
    height: 212px;
    width: auto;
}

.cs-performnce-count {
    margin-bottom: 0;
}

    .cs-performnce-count .container {
        border-bottom: 0;
    }

    .cs-performnce-count .performanceSec {
        margin-bottom: 0;
    }

.cs-b-top {
    padding-top: 70px;
    border-bottom: 1px solid #979797;
    margin-bottom: 90px;
}

.title-lora-italic {
    font-family: inherit;
    font-weight: 800;
    font-style: italic;
}

.h-align-sm .tabl-col {
    height: 112px;
}

.heroBanner .containerNew {
    margin-bottom: 70px;
}

.light-green-grad {
    background: rgb(226,244,238);
    background: linear-gradient(180deg, rgba(226,244,238,1) 0%, rgba(226,244,238,1) 50%, rgba(255,255,255,1) 100%);
}

.sec-space {
    padding: 80px 0 100px;
}

.title-2 {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Lora';
    color: #16416f;
}

.tp-btm-line p {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Barlow';
    color: #16416f;
}

.tp-btm-line {
    padding: 20px 0;
}

.heroBanner.light-banner-blue {
    background-color: #007db3;
}

.heroBanner.light-banner-blue.heroInnerTwo h1 {
    margin-top: 0px;
    margin-bottom: 70px;
}

.heroBanner.light-banner-blue.heroInnerTwo h2 {
    font-size: 53px;
    line-height: 1;
    letter-spacing: 0.88px;
}

.heroBanner.light-banner-blue.heroInnerTwo .container {
    padding-bottom: 0;
}

.heroBanner.light-banner-blue.heroInnerTwo .banner-text {
    margin: 46px 0 96px;
}

.heroBanner.light-banner-blue.heroInnerTwo .container {
    background: url('/siteassets/img/img-win-win-bg.png') no-repeat right top;
    background-size: 22%;
}

.base-content {
    margin-right: 103px;
}

.droplets-img {
    width: 1100px;
    max-width: 100%;
    margin: auto;
}

.box-wrapper {
    padding: 65px 50px 70px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.dSpotTwocol.two-col-sep-line [class*="col-"]:first-child {
    border-right: 0;
}

.dSpotTwocol.two-col-sep-line .vertical-line {
    height: 100%;
    border-right: 1px solid #16416f;
    margin: 0 auto;
    width: 1px;
}

.dSpotTwocol.two-col-sep-line p.font-10 {
    text-indent: 0;
}

.dSpotTwocol.two-col-sep-line .row {
    border-bottom: 1px solid #979797;
}

.avial-section {
    padding: 70px 0 120px;
}

.avial-section h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: 1.5px;
    color: #16416f;
    margin: 10px 0 50px;
    font-family: Lora, serif;
}

.avial-section img {
    max-width: 100%;
    height: 100%;
}

.avail-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.avail-item-wrapper .img-wrap-item {
    height: 130px;
    margin-bottom: 15px;
}

.avail-item-wrapper h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    font-weight: bold;
}

.avail-item-wrapper p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
}

.explore-btn-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #005e68;
    justify-content: center;
}

.item-child-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.desc-wrap-item {
    flex: 1;
    margin-bottom: 18px;
    padding: 0 30px;
}

.explore-btn-link img {
    height: 15px;
}

.explore-btn-link img {
    height: 15px;
    position: absolute;
    left: -20px;
    top: 3px;
}

.explore-btn-link span {
    position: relative;
    color: #005e68;
}

.explore-btn-link:hover span {
    color: #1275bc;
}

.pink-text {
    color: #ff00b3;
}

.tp-lg-pad {
    padding-top: 40px;
}

.btm-lg-pad {
    padding-bottom: 40px;
}

.border-line {
    border-top: 1px solid #b1b1b1;
}

.link-wrap {
    display: flex;
    flex-flow: column wrap;
    gap: 1rem;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 100%;
}

.link-wrap li {
    text-align: center;
    flex: 1;
    padding: 0.8rem 1rem;
}

.two-items::before {
    align-self: stretch;
    content: '';
    border-bottom: 1px solid #b1b1b1;
}

.two-items li:first-child {
    order: -1;
}

.three-items::before, .three-items::after {
    align-self: stretch;
    content: '';
    border-bottom: 1px solid #b1b1b1;
}

.three-items li:first-child {
    order: -1;
}

.three-items li:last-child {
    order: 1;
}

.link-wrap li a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #005e68;
    text-decoration: underline;
}

.heroBanner.new-green-bg {
    background-color: #2f872e;
}

.heroBanner.new-green-bg.heroInnerTwo .container {
    background: url('/siteassets/img/img-win-win-bg-green.png') no-repeat right top;
    background-size: 22%;
}

.heroBanner.bannerInnerLightPurple {
    background: rgb(177,126,195);
    background: linear-gradient(260deg, rgba(177,126,195,1) 0%, rgba(255,255,255,1) 100%);
    filter: none;
}

.heroBanner.bannerInnerLightOrgange {
    background: rgb(249,133,31);
    background: linear-gradient(260deg, rgba(249,133,31,1) 0%, rgba(255,255,255,1) 100%);
    filter: none;
}

.bannerInnerLightYellow {
    background: rgb(247,214,22);
    background: linear-gradient(260deg, rgba(247,214,22,1) 0%, rgba(255,255,255,1) 100%);
    filter: none;
}

.bannerInnerLightBlue {
    background: rgb(57,143,180);
    background: linear-gradient(260deg, rgba(57,143,180,1) 0%, rgba(255,255,255,1) 100%);
    filter: none;
}

.heroBanner.bannerDarkText .breadcrumb .breadcrumb-item.active,
.heroBanner.bannerDarkText .breadcrumb .breadcrumb-item:before {
    color: #16416f
}

.heroBanner.bannerDarkText nav a {
    color: #005e68;
}

.heroBanner.bannerDarkText h1 {
    color: #16416f
}

.heroBanner.bannerDarkText h2 {
    color: #16416f
}

.heroBanner.bannerDarkText p {
    color: #16416f
}

.heroBanner.bannerDarkText a.staticLink {
    color: #005e68;
}

.heroBanner.bannerDarkText .staticLink:before {
    border-top: 11px solid #005e68;
}

.heroBanner.bannerDarkText .title-3 {
    font-size: 16px;
    line-height: 22px;
}

.font-barlow {
   font-family: "Barlow", sans-serif;
}

.heroInnerTwo .hero-footnote {
    font-size: 14px;
    line-height: 18px;
}

.super-padding {
    padding-left: 6px;
    position: relative;
}

.superscript {
    position: absolute;
    left: 0;
    top: 7px;
}

.big-para {
    font-size: 22px;
    line-height: 1;
}

.title-4 {
    font-size: 22px;
    line-height: 1.36;
}

.staticLink {
    cursor: pointer;
}

.heroBanner.heroToricAstigmatism h3 {
    font-size: 36px;
    line-height: 40px;
    font-family: Barlow, sans-serif;
    font-weight: 900;
    letter-spacing: 0.6px;
}

.copper-text {
    color: #f7a168 !important;
}

.avail-item-wrapper .hgt-adjust-1 {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.avail-item-wrapper .hgt-adjust-2 {
    height: 180px;
}

.avail-item-wrapper .hgt-adjust-1 img {
    height: 144px;
}

.heroToricAstigmatism .staticLink span {
    color: #a5e3f5;
}

.heroToricAstigmatism .staticLink:hover span {
    color: #ffffff;
}

.heroToricAstigmatism h2 span {
    line-height: inherit;
}

.infuse-oneday-astigmatism-lens.LenseInnertwo.astigmatism-eye-info .imgwrap .primaryBtn {
    position: relative;
    top: auto;
    left: auto;
    right: auto !important;
}

.astigmatism-eye-info.infuse-oneday-astigmatism-lens {
    padding: 15px 0 100px;
}

.high-def-sec h3 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
    letter-spacing: 2px;
    margin-top: 10px;
}

/*.infuse-oneday-astigmatism-lens h2 sup {
    font-size: .75em;
}*/

.sec-footnote p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
}

.astigmatismThreeCol.btod-astig-sec h3 {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter.two-col-counter {
    gap: 80px;
    justify-content: start;
}

.counter.two-col-counter .box {
    width: 276px;
}

.footnote-wrap {
    padding-left: 10px;
    text-indent: -6px;
    margin-top: 40px;
}

    .footnote-wrap p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 14px;
    }

    .footnote-wrap p:not(:last-child) {
        margin-bottom: 5px;
    }

.comparison-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0px 0 20px;
    background-color: white;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .comparison-slider-wrapper .comparison-slider {
        position: relative;
        width: 100%;
        margin: 0;
        border: 5px white solid;
        box-sizing: border-box;
    }

        .comparison-slider-wrapper .comparison-slider > img {
            width: 100%;
            height: auto;
            display: block;
        }

        .comparison-slider-wrapper .comparison-slider .overlay {
            display: none;
            position: absolute;
            width: 250px;
            bottom: 20px;
            right: 20px;
            background-color: rgba(0, 0, 0, 0.4);
            padding: 10px;
            box-sizing: border-box;
            color: #DDD;
            text-align: right;
        }

@media screen and (min-width: 767px) {
    .comparison-slider-wrapper .comparison-slider .overlay {
        display: block;
    }
}

.comparison-slider-wrapper .comparison-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

    .comparison-slider-wrapper .comparison-slider .resize > img {
        display: block;
    }

    .comparison-slider-wrapper .comparison-slider .resize .overlay {
        right: auto;
        left: 20px;
        text-align: left;
    }

.comparison-slider-wrapper .comparison-slider .divider {
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    cursor: ew-resize;
}

    .comparison-slider-wrapper .comparison-slider .divider:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        left: -25px;
        top: 50%;
        margin-top: -15px;
        transform: rotate(0deg);
        transition: all 0.1s ease-in-out;
        background-image: url(/siteassets/img/icon-after-before.svg);
        background-size: 100%;
    }

    /*.comparison-slider-wrapper .comparison-slider .divider:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        left: -5px;
        top: 50%;
        margin-top: -6px;
        background-color: white;
        transform: rotate(45deg);
        transition: all 0.1s ease-in-out;
    }*/

    .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
        width: 60px;
        height: 60px;
        left: -25px;
        margin-top: -15px;
    }

    .comparison-slider-wrapper .comparison-slider .divider.draggable:after {
        width: 20px;
        height: 20px;
        left: -9px;
        margin-top: -10px;
        background-color: #555;
    }

.comparison-slider-wrapper .caption {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
}

@media screen and (min-width: 992px) {
    .link-wrap {
        flex-direction: row;
        /*align-items: flex-start;*/
    }
    .two-items::before {
        border-left: 1px solid #b1b1b1;
        border-bottom: 0;
    }
    .three-items::before, .three-items::after {
        align-self: stretch;
        content: '';
        border-left: 1px solid #b1b1b1;
    }
}

@media only screen and (min-width: 1367px) {
    .heroBanner .fix-line-height h2 {
        line-height: 60px;
    }

    .heroBanner .fix-line-height h2 .span-h2 {
        line-height: 60px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    section.contactLenseParameterTable h2 {
        font-size: 44px;
        line-height: 54px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    section.contactLenseParameterTable h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .heroBanner .fix-line-height h2 {
        line-height: 40px;
    }

    .heroBanner .fix-line-height h2 .span-h2 {
        line-height: 40px;
    }
}


@media only screen and (min-width: 1300px) {
    .homeHero .container {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 1299px) {
    .homeHero .container {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 1470px) and (min-width: 1399px) {
    .homeHero .container, .heroBanner .container {
        max-width: 88%;
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1199px) {
    .homeHero .container, .heroBanner .container {
        max-width: 88%;
    }
}


@media only screen and (max-width: 1050px) and (min-width: 992px) {
    .homeHero .container, .heroBanner .container {
        max-width: 88%;
    }
}

@media only screen and (min-width: 992px) {
    .dSpotTwocol.two-col-sep-line {
        padding-top: 40px;
    }

    .ex-mr-right {
        margin-right: 31%;
    }

    .ex-mr-left {
        margin-left: 27%;
    }

    .tp-btm-line {
        border-top: 1px solid #16416f;
        border-bottom: 1px solid #16416f;
    }

    .title-2 {
        font-size: 36px;
        line-height: 1.33;
    }

    .tp-btm-line p {
        font-size: 22px;
        line-height: 1.36;
    }

    .formSection .EPiServerForms .Form__Element.FormSubmitButton[data-f-type="submitbutton"] {
        margin-right: 30px;
    }

    
}

@media only screen and (max-width: 991px) {
    .astigmatism-eye-info.infuse-oneday-astigmatism-lens {
        padding: 15px 0 0px;
    }
    .page-links-wrapper .link-wrap.sm-no-border {
        gap: 0;
    }
    .page-links-wrapper .btm-lg-pad.sm-no-border {
        padding-bottom: 15px;
    }
    .page-links-wrapper .tp-lg-pad.sm-no-border {
        padding-top: 15px;
    }
    .page-links-wrapper .two-items.sm-no-border::before {
        border-bottom: 0px solid transparent;
    }
    .page-links-wrapper .three-items.sm-no-border::before,
    .page-links-wrapper .three-items.sm-no-border::after {
        border-bottom: 0px solid transparent;
    }
    .big-para {
        font-size: 16px;
        line-height: 1.38;
    }
    .title-4 {
        font-size: 16px;
        line-height: 1.38;
    }
    .heroBanner.heroToricAstigmatism h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .heroBanner.light-banner-blue.heroInnerTwo .container {
        background: none;
    }

    .heroBanner.light-banner-blue.heroInnerTwo {
        background: #007db3 url(/siteassets/img/img-win-win-bg.png) no-repeat right top;
        background-size: 68%;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .heroBanner.light-banner-blue.heroInnerTwo .banner-text {
        margin: 0px 0 50px;
    }

    .base-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .base-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .productBiotrue.droplet-wrapper p {
        width: 74%;
        margin: 0 auto 15px;
    }   

    .tp-btm-line {
        margin-bottom: 10px;
    }

    .title-2 {
        font-size: 24px;
        line-height: 1.25;
    }

    .tp-btm-line p {
        font-size: 16px;
        line-height: 1.38;
    }

    .box-wrapper {
        padding: 50px 0;
        box-shadow: none;
        border-top: solid 1px #979797;
        border-bottom: solid 1px #979797;
    }

    .dSpotTwocol.two-col-sep-line .row {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .performanceSecNew.centered-percent-count .row:after {
        display: none;
    }

    .performanceSecNew.centered-percent-count h2.lora {
        margin-left: 0px !important;
        text-align: center;
    }

    .performanceSecNew.centered-percent-count h2:before {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .performanceSecNew.centered-percent-count .counter .box {
        width: 100%;
    }

    /*.performanceSec.centered-percent-count p {
        margin-bottom: 45px;
    }*/

    .performanceSecNew.centered-percent-count {
        margin-bottom: 0px;
    }

    .performanceSecNew.centered-percent-count .container .row:last-child {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: solid 1px #979797;
    }

    .heroBanner.light-banner-blue.heroInnerTwo h1 {
        margin-bottom: 30px;
    }
    
    .remove-border-responsive {
        border: 0 !important;
    }

    .two-col-center-text h3.center {
        padding-left: 0px !important;
    }

    span.span-h2 {
        line-height: 48px;
    }

    .add-border-responsive {
        border-bottom: 1px solid #16416f !important;
    }

    .two-col-center-text h3.left {
        text-align: center;
        padding-right: 0;
    }

    .table-wrapper {
        display: flex;
        flex-direction: column;
    }

    .fill-height-col .tabl-col {
        height: 67px;
    }

    .resp-auto-hght {
        height: auto !important;
    }

    .vertmode-mob {
        writing-mode: tb-rl;
    }

    span.rotate-180 {
        transform: rotate(180deg);
    }

    .tabl-col-multifocal-in:first-child {
        flex-grow: 1;
    }

    .tabl-col-multifocal-inside:first-child {
        flex-grow: 1;
    }

    .tabl-col-multifocal-inside {
        padding: 27px 8px;
    }

    .tabl-col-multifocal-in {
        padding: 17px 8px;
    }

    .cs-border-title {
        margin: 0 0 19px 0;
        font-size: 24px;
        padding-bottom: 10px;
    }

    .cs-temp-feature-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .template-para {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        margin: 0 0 22px 0;
    }

    .cs-mid-title {
        font-size: 20px;
    }

    .sp-alignment-1 {
        top: 0px;
    }

    .cs-img-fluid {
        height: auto;
        width: auto;
    }

    .heroBanner .breadcrumb {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .heroBanner h1 {
        margin-top: 38px;
    }

    .heroBanner.homeHero h1 {
        margin-top: 0;
    }

    .heroBanner.homeHero .container {
        padding-bottom: 0;
    }

    .heroBanner.product-banner.productMainHero .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;
    }

    .heroBanner.product-banner.productMainHero h1 {
        margin-top: 38px;
    }

    .heroBanner.product-banner.productMainHero .banner-text {
        padding-bottom: 0;
    }

    .heroBanner.heroInner.parameter .breadcrumb {
        margin-top: 0;
        margin-bottom: 0;
    }

    .heroBanner.heroInner.parameter h1 {
        margin-top: 48px;
    }

    .heroBanner.heroInner.parameter .container {
        margin-bottom: 0;
    }

    .heroBanner.ftGuid .breadcrumb {
        margin-bottom: 0;
        margin-top: 0;
    }

    .heroBanner.ftGuid h1 {
        margin-top: 38px;
    }

    .heroBanner.heroInner.product-inner-banner .breadcrumb {
        margin-bottom: 0;
        margin-top: 0;
    }

    .heroBanner.heroInner.product-inner-banner h1 {
        margin-top: 38px;
    }

    .heroBanner.heroInner.product-inner-banner .containerNew {
        margin-bottom: 0;
    }

    .heroBanner.heroInnerTwo.bannerInnerTwo .breadcrumb {
        margin-bottom: 0;
        margin-top: 0;
    }

    .heroBanner.heroInnerTwo.bannerInnerTwo h1 {
        margin-top: 38px;
    }

    .heroBanner.heroInnerTwo.bannerInnerThree .breadcrumb {
        margin-bottom: 0;
        margin-top: 0;
    }

    .heroBanner.heroInnerTwo.bannerInnerThree h1 {
        margin-top: 38px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFour .breadcrumb {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFour h1 {
        margin-top: 38px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFive .breadcrumb {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .heroBanner.heroInnerTwo.bannerInnerFive h1 {
        margin-top: 38px;
    }

    .heroBanner.heroOnedayMulti .breadcrumb {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .heroBanner.heroOnedayMulti h1 {
        margin-top: 38px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix .breadcrumb {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .heroBanner.heroInnerTwo.bannerInnerSix h1 {
        margin-top: 38px;
    }

    .heroBanner.light-banner-blue.heroInnerTwo .base-content p {
        line-height: 22px;
        font-size: 16px;
    }
    .heroBanner .fix-line-height h2 {
        line-height: 48px;
    }

    .heroBanner .fix-line-height h2 .span-h2 {
        line-height: 48px;
    }
    .avial-section {
        padding: 70px 0 70px;
    }
    .comparison-slider-wrapper .comparison-slider .divider:before {
        width: 30px;
        height: 30px;
        left: -14px;
        margin-top: -15px;
    }
    .comparison-slider-wrapper .comparison-slider .divider {
        width: 4px;
    }
    .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
        width: 30px;
        height: 30px;
        left: -14px;
        margin-top: -15px;
    }
    .footnote-wrap p:not(:last-child) {
        margin-bottom: 10px;
    }
    .footnote-wrap {
        margin-top: 10px;
        padding-left: 0;
    }

    .footnote-wrap p {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .counter.two-col-counter .box {
        width: 70%;
    }
    .table-wrapper .material-tab .tabl-row .tabl-col {
        height: 90px;
    }

    .tabl-col-multifocal-inside {
        padding: 27px 6px;
    }

    .tabl-col-multifocal-in {
        padding: 17px 6px;
    }

    .full-col-in {
        padding: 10px 6px 40px 6px;
    }
}

@media only screen and (max-width: 576px) {
    .tabl-col-multifocal-inside {
        padding: 27px 3px;
    }

    .tabl-col-multifocal-in {
        padding: 17px 3px;
    }

    .full-col-in {
        padding: 10px 3px 40px 3px;
    }

    span.bold-tab-text {
        font-size: 14px;
    }

    span.bold-tab-text-head {
        font-size: 15px;
    }
}


@media screen and (min-width: 991px) {
    .LenseInnertwo .imgwrap .primaryBtn {
        right: 240px !important;
    }

    .LenseInnertwo .imgwrap.imgwrap2 .primaryBtn {
        right: 240px;
    }
    .LenseInnertwo .imgwrap .primaryBtn.mrg-adjust {
        bottom: 27%;
    }
    .LenseInnertwo .imgwrap.imgwrap2 .primaryBtn.fix-align-btm {
        bottom: 20%;
    }
}


@media screen and (min-width: 1200px) {
    .LenseInnertwo .imgwrap .primaryBtn {
        right: 288px !important;
    }

    .LenseInnertwo .imgwrap.imgwrap2 .primaryBtn {
        right: 288px;
    }
}

@media screen and (min-width: 1400px) {
    .LenseInnertwo .imgwrap .primaryBtn {
        right: 380px !important;
    }

    .LenseInnertwo .imgwrap.imgwrap2 .primaryBtn {
        right: 380px;
    }
}

@media only screen and (max-width: 450px) {
    .arcArt.avial-section::before {
        width: 33vh;
    }
}

@media screen and (min-width: 991px) {
    .LenseInnertwo.astigmatism-eye-info .imgwrap .primaryBtn {
        right: 172px !important;
    }
}


@media screen and (min-width: 1200px) {
    .LenseInnertwo.astigmatism-eye-info .imgwrap .primaryBtn {
        right: 194px !important;
    }
}

@media screen and (min-width: 1400px) {
    .LenseInnertwo.astigmatism-eye-info .imgwrap .primaryBtn {
        right: 285px !important;
    }
}