@charset "UTF-8";

*,
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 {
    margin-bottom: 0px;
    border-bottom: 2px solid rgba(0, 171, 189, 0.15);
    padding-bottom: 17px;
    height: 126px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
}

    header .navbar-brand {
        display: inline-block;
    }

        header .navbar-brand img {
            max-width: 100%;
        }

    header .topLinks {
        padding: 8px 0;
        background: #03838C;
        margin-bottom: 19px;
        height: 36px;
        align-items: center;
        display: flex;
    }

        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: flex-end;
        }

            header .topLinks ul li {
                margin: 0 0 0 30px;
                display: flex;
            }

                header .topLinks ul li a {
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: 12px;
                    position: relative;
                    text-decoration: underline;
                }

                    header .topLinks ul li a.searcIcn img {
                        margin: -1px 4px 0;
                        max-width: 14px;
                    }

                    header .topLinks ul li a.outlinkIcn img {
                        margin: -3px 0 0 7px;
                        max-width: 14px;
                    }

    header .navbar {
        padding: 0;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        display: block;
    }

    header nav ul {
        padding-top: 4px;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header nav ul li.nav-item {
            margin-right: 46px;
        }

            header nav ul li.nav-item:last-child {
                padding: 0;
                margin: 0;
            }

                header nav ul li.nav-item:last-child a.free-trial-btn {
                    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 22px/24px "Barlow Condensed", sans-serif;
                    text-decoration: none;
                    color: #fff;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    padding: 8px 18px;
                    border-radius: 20px;
                    border: none;
                }

                    header nav ul li.nav-item:last-child a.free-trial-btn:hover {
                        background: #16416f;
                        color: #ffffff;
                    }

            header nav ul li.nav-item a {
                color: #16416f;
                font: 500 16px "Barlow", sans-serif;
                text-decoration: none;
            }

                header nav ul li.nav-item a:hover {
                    font-weight: 900;
                    color: #16416f;
                }

            header nav ul li.nav-item.active a {
                font-weight: 900;
            }

                header nav ul li.nav-item.active a.free-trial-btn {
                    background: #16416f;
                }

            header nav ul li.nav-item.active li a {
                font-weight: normal;
                background: none;
            }

    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: 55px;
        border-radius: 0;
        padding: 20px 30px 34px;
        width: 650px;
        left: -30px;
    }

        header .dropdown-menu ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            header .dropdown-menu ul li a {
                padding: 0;
            }

            header .dropdown-menu ul li span {
                text-transform: uppercase;
                font-weight: 400;
                color: #1275bc;
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 12px;
                display: block;
                font-family: "Barlow", sans-serif;
            }

            header .dropdown-menu ul li:first-child ul.submenu li:last-child {
                border-top: 1px solid #979797;
                padding: 19px 0 5px;
                text-transform: uppercase;
                margin-top: 22px;
            }

                header .dropdown-menu ul li:first-child ul.submenu li:last-child a {
                    position: relative;
                    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;
                    width: 200px;
                }

                    header .dropdown-menu ul li:first-child ul.submenu li:last-child a span {
                        position: absolute;
                        display: block;
                        left: 0;
                        width: 30px;
                        height: 30px;
                        background: url("/siteassets/img/icon-30x30-help-faq.svg");
                        top: -5px;
                    }

                    header .dropdown-menu ul li:first-child ul.submenu li:last-child a:before {
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-top: 8px solid transparent;
                        border-bottom: 8px solid transparent;
                        border-left: 11px solid #16416f;
                        content: "";
                        right: 18px;
                        top: 3px;
                    }

            header .dropdown-menu ul li ul.submenu {
                display: block;
            }

                header .dropdown-menu ul li ul.submenu li {
                    font-weight: 600;
                    padding: 0;
                    margin: 0 0 14px;
                }

                    header .dropdown-menu ul li ul.submenu li a {
                        text-decoration: underline;
                        color: #005e68;
                        font: 600 16px/20px "Barlow", sans-serif;
                    }

                        header .dropdown-menu ul li ul.submenu li a:hover {
                            color: #1275bc;
                            text-decoration: underline;
                            font-weight: 600;
                        }

                    header .dropdown-menu ul li ul.submenu li.active a {
                        font-weight: 900;
                        color: #16416f;
                        text-decoration: none;
                    }

.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;
}

.doubledragger {
    font-size: 12px !important;
}

.bl-logo {
    align-content: center;
    align-items: center;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .bl-logo img {
        width: 209px;
    }

header .navbar-brand {
    max-width: 228px;
}

@media screen and (max-width: 1400px) {
    header nav ul li.nav-item {
        margin-right: 25px;
    }

        header nav ul li.nav-item:first-child {
            margin-right: 25px;
        }

        header nav ul li.nav-item:last-child a.free-trial-btn {
            font-size: 18px;
            line-height: 24px;
        }
}

@media screen and (max-width: 1200px) {
    header .topLinks {
        margin-bottom: 20px;
    }

    header nav ul li a {
        font-size: 14px;
    }

        header nav ul li a:after {
            right: 0;
        }

    header nav ul li.nav-item {
        margin-right: 20px;
    }

        header nav ul li.nav-item:first-child {
            margin-right: 20px;
        }

        header nav ul li.nav-item:last-child a.free-trial-btn {
            font-size: 16px;
            line-height: 22px;
        }
}

@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: 104px;
        background: #fff;
        height: 424px;
        height: 380px;
        overflow-y: scroll;
        z-index: 1;
    }
    .navbar-collapse .px-0.row {
        display: none;
    }

    .navbar-height {
        height: calc(100% - 70px);
    }

    .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;
        width: 14px;
    }

    .searcIcn img {
        margin: -2px 4px 0 0;
        width: 14px;
    }

    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;
        height: 82px;
    }

        header .topLinks {
            margin-bottom: 12px;
            padding: 0px;
            height: 19px;
        }

        header .text-end {
            line-height: 0;
        }

        header nav ul {
            padding: 0;
        }

            header nav ul li.nav-item {
                margin-right: 0px;
            }

                header nav ul li.nav-item:first-child {
                    margin-right: 0px;
                }

            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 0;
                }

                header nav ul li:first-child .dropdown-menu > ul {
                    width: 100%;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    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: 0px;
                        }

                        header nav ul li:first-child .dropdown-menu > ul > li a {
                            padding: 8px 0;
                        }

                        header nav ul li:first-child .dropdown-menu > ul > li:last-child {
                            position: static;
                            margin: 0;
                            padding: 0;
                            border-bottom: unset;
                        }

                            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 0 14px;
                                }

                                header nav ul li:first-child .dropdown-menu > ul > li:last-child li:nth-child(2) {
                                    margin: 0 0 14px;
                                }

                        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 ul li:last-child a.free-trial-btn {
                    width: 100%;
                    border-radius: 0px;
                    text-align: left;
                    font-size: 16px;
                    padding: 14px 35px;
                }

        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;
                    text-transform: uppercase;
                }

                    header nav .topLinksMobile li a:hover {
                        color: #fff;
                    }

        header .dropdown {
            width: 100%;
        }

        header .dropdown-menu {
            width: auto;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 14px 35px;
        }

            header .dropdown-menu ul li {
                border: 0;
            }

                header .dropdown-menu ul li:first-child ul.submenu li:last-child {
                    border-top: 1px solid rgba(0, 171, 189, 0.15);
                }

                header .dropdown-menu ul li li {
                    margin: 0;
                }

                header .dropdown-menu ul li:first-child ul.submenu li:last-child a {
                    width: 212px;
                }

                    header .dropdown-menu ul li:first-child ul.submenu li:last-child a span {
                        top: 4px;
                    }

                    header .dropdown-menu ul li:first-child ul.submenu li:last-child a:before {
                        top: 12px;
                    }

    .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;
        margin-bottom: -1px;
    }

    header nav ul li.nav-item:last-child a.free-trial-btn {
        width: 100%;
        border-radius: 0px;
        text-align: left;
        font-size: 16px;
        padding: 14px 35px;
    }

    .bl-logo {
        justify-content: center;
    }

    .topLinksMobile .bl-logo {
        display: none;
    }

    .topLinksMobile .top-right-link-mob {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    header nav ul li a {
        padding: 17px 21px;
    }

    header nav ul li:last-child a.free-trial-btn {
        padding: 17px 21px 17px;
    }

    header nav ul li.nav-item:last-child a.free-trial-btn {
        width: 100%;
        border-radius: 0px;
        text-align: left;
        font-size: 16px;
        padding: 17px 25px 17px;
    }

    header .dropdown-menu {
        padding: 15px 10px 30px 25px;
    }

    .logo img {
        max-width: 100%;
    }

    .navbar-collapse {
        height: 426px;
        overflow-y: scroll;
        top: 82px;
        overflow-x: hidden;
        height:auto;
    }

    .navbar-height {
        height: calc(100% - 85px);
    }

    .dropdown-toggle a {
        padding: 17px 21px 17px;
    }

    .dropdown-toggle .arrowSpan {
        right: 15px;
    }

    header .navbar-brand img {
        max-width: 100%;
    }

    #interstitial-modal-ecp .modal-header [type=button] {
        -webkit-appearance: none !important;
    }
}

@media screen and (min-width: 992px) {
    header nav ul li:first-child {
        margin-right: 45px;
    }

    header nav .dropdown-menu ul li:first-child ul.submenu li:last-child {
        width: 250px;
    }
}

footer {
    padding: 46px 0 57px;
    background: #03838C;
    /* 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; */
    }

    footer .socialLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 15px !important;
    }

        footer .socialLink li {
            color: #fff;
            margin-right: 15px;
            font-family: "Barlow", sans-serif;
        }

            footer .socialLink li img:hover {
                opacity: 0.8;
            }

    footer .copyright {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        margin: 1px 0 0;
        /* border-top: 1px solid #fff; */
        padding-top: 0px;
    }

        footer .copyright > div {
            padding: 0;
        }

        footer .copyright p {
            color: #fff;
            font-size: 10px;
            line-height: 12px;
            font-weight: 600;
        }

        footer .copyright .globalfooter {
            display: block;
            list-style: none;
            margin: 10px 0;
            padding-left: 0px;
        }

            footer .copyright .globalfooter li {
                margin-right: 15px;
                display: inline-block;
            }

                footer .copyright .globalfooter li a {
                    text-decoration: none;
                    font-size: 14px;
                    line-height: 20px;
                    color: #fff;
                    text-decoration: underline;
                }

    footer .footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

.footer-bl-logo {
    margin-bottom: 22px;
}


.col-12.social-link-top {
    border-bottom: 1px solid #35A781;
    padding-bottom: 24px;
    margin-bottom: 16px;
}

.social-link-top p {
    color: #fff;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
}

/*footer .footer-links ul {
    margin-right: 22px;
    width: 54%;
}*/

  /*  footer .footer-links ul:last-child {
        margin: 0;
        width: auto;
    }
*/
    footer .footer-links ul li {
        margin-bottom: 12px;
    }

        footer .footer-links ul li a {
            color: #fff;
            background: url("/siteassets/img/icon-14x16-link-out.svg") no-repeat right bottom;
            font-size: 12px;
            padding-right: 18px;
            text-decoration: underline;
            background-size: 10px;
            font-weight: 700;
        }

        footer .footer-links ul li .remove-icon {
            background: inherit;
        }

   

@media screen and (max-width: 1118px) {
    footer .socialLink li {
        margin-right: 15px;
    }

        footer .socialLink li:last-child {
            margin: 0;
        }

    footer .footer-links {
        padding-left: 0px;
    }

    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 .mbFooterLogo {
            margin-bottom: 25px;
        }

        footer .socialLink {
            margin-bottom: 10px;
            display: block;
            overflow: hidden;
            border-right: 0;
            border-bottom: 1px solid #35A781;
            padding-bottom: 40px;
            padding-top: 0;
            margin-top: 0px;
            margin-left: 0px !important;
        }

            footer .socialLink li {
                margin-right: 25px;
                float: left;
            }



        footer .footerLogo {
            margin-bottom: 25px;
        }

        footer .footer-links {
            padding-right: calc(var(--bs-gutter-x) * 0.5);
            padding-left: 0px;
            border: 0;
            display: block;
        }

            footer .footer-links ul {
                margin: 0;
                width: auto;
            }

        footer .copyright {
            padding-top: 0px;
            margin: 20px 0 0;
        }

            footer .copyright p {
                margin-bottom: 0px;
            }

        footer .text-end {
            text-align: left !important;
        }

    .col-12.social-link-top {
        padding-bottom: 24px;
        margin-bottom: 0px;
        border: 0px;
        margin-top: 30px;
    }

    footer .footer-links ul li {
        margin-bottom: 15px;
    }

        footer .footer-links ul li:last-child a {
            background: none;
        }
    .bl-logo img {
        width:auto!important;
    }
}

main {
    padding-top: 126px;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #16416f;
    }

h3 {
    font: 900 48px/52px "Barlow", sans-serif;
    margin-bottom: 39px;
}

h4 {
    font: 800 36px/38px "Barlow Condensed", sans-serif;
}

span.nowrap {
    white-space: nowrap;
    color: inherit;
}

span.nowrapmob {
    color: inherit;
}

.heroBanner {
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1275bc",endColorstr="#16416f",GradientType=1);
    padding: 10px 0 64px;
    position: relative;
    padding-top: 15px;
}

    .heroBanner.heroInnerBanner {
        background: -webkit-gradient(linear, left top, right top, color-stop(24%, rgb(255, 255, 255)), color-stop(82%, rgba(18, 117, 188, 0.4459033613)), to(rgba(18, 117, 188, 0.4459033613)));
        background: linear-gradient(90deg, rgb(255, 255, 255) 24%, rgba(18, 117, 188, 0.4459033613) 82%, rgba(18, 117, 188, 0.4459033613) 100%);
    }

    .heroBanner .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .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%;
        top: 0;
    }

    .heroBanner .bannerCap {
        margin-top: 50px;
        text-align: center;
    }

    .heroBanner h1 {
        color: #1275bc;
        font: 900 12px/18px "Barlow", sans-serif;
        margin-bottom: 8px;
        letter-spacing: 1.88px;
        text-transform: uppercase;
    }

    .heroBanner h3 {
        font: normal 28px/38px "Lora", serif;
        color: #fff;
    }

    .heroBanner h2 {
        font: 900 60px/60px "Barlow", sans-serif;
        color: #16416f;
        letter-spacing: 1px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

        .heroBanner h2 span.light-text {
            font-weight: 300;
            display: block;
            font: 300 36px/38px "Barlow", sans-serif;
            margin-top: 5px;
        }

        .heroBanner h2 sup {
            font-weight: 300;
        }

    .heroBanner h4 {
        font: 400 36px/42px "Barlow", sans-serif;
        color: #16416f;
        margin-bottom: 0px;
    }

        .heroBanner h4 span.trialBanerText {
            font-weight: 300;
        }

    .heroBanner p.bnr-paratext {
        font-size: 22px;
        line-height: 30px;
        color: #16416f;
    }

.heroInner {
    background-image: none;
    background-color: #16416f;
    padding: 0;
    position: relative;
}

    .heroInner .bannerImageDesktop {
        text-align: right;
    }

        .heroInner .bannerImageDesktop img {
            max-width: 53%;
            height: auto;
        }

    .heroInner p {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 55px;
    }

    .heroInner .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto 0;
    }

    .heroInner .staticLink {
        color: #a5e3f5;
        position: relative;
        padding-left: 25px;
    }

        .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;
        }

.heroInnerTwo p {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 55px;
}

.heroInnerTwo h2 {
    margin-bottom: 15px;
}

.heroInnerTwo .staticLink {
    color: #a5e3f5;
    position: relative;
    padding-left: 25px;
}

    .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: 300 36px/38px "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.breadcrumb {
    margin-bottom: 55px;
    font-size: 12px;
}

    .breadcrumb a {
        color: #005e68;
        text-decoration: underline;
    }

    .breadcrumb .breadcrumb-item {
        padding-left: 2px;
    }

        .breadcrumb .breadcrumb-item.active,
        .breadcrumb .breadcrumb-item:before {
            color: #16416f;
            padding-right: 2px;
        }

.nowrap {
    white-space: nowrap;
    color: inherit;
}

p {
    line-height: 22px;
}

sup {
    color: inherit;
    top: -0.4em;
}

.textLink {
    color: #005e68;
    white-space: nowrap;
}

    .textLink:hover {
        color: #005e68;
    }

.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 30px;
    border-radius: 40px;
    border: none;
}

    .primaryBtn:hover {
        background: #16416f;
        color: #ffffff;
    }

    .primaryBtn img {
        position: relative;
        top: -2px;
    }

.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(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);
    }

.arcArtGreen {
    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;
}

    .arcArtGreen .container {
        position: relative;
    }

    .arcArtGreen: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(87%, rgb(255, 255, 255)), to(rgb(226, 244, 238)));
        background: linear-gradient(0deg, rgb(255, 255, 255) 87%, rgb(226, 244, 238) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
    }

.innerProductArcArt.arcArt:before {
    left: 65%;
    height: 65vh;
}

.contentInnerProduct.arcArtGreen:before {
    left: 65%;
    height: 65vh;
}

.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(231, 248, 253)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 85%, rgb(231, 248, 253) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7f8fd",GradientType=1);
    top: inherit;
}

.formSection {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, rgb(219, 244, 251)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(90deg, rgb(219, 244, 251) 32%, rgb(255, 255, 255) 100%);
    margin-bottom: 66px;
    padding: 80px 0 83px;
}

    .formSection .row {
        padding: 5px 0;
        position: relative;
    }

        .formSection .row .Fname {
            padding-right: 40px;
        }

        .formSection .row .Lname {
            padding-right: 40px;
        }

        .formSection .row .Eml {
            padding-right: 40px;
        }

        .formSection .row .DoB {
            padding-right: 32px;
        }

        .formSection .row .ZcodE {
            padding-right: 40px;
        }

        .formSection .row .ChosE {
            padding-right: 94px;
        }

    .formSection h4 {
        margin-bottom: 16px;
        font: 800 36px/38px "Barlow Condensed", sans-serif;
        text-transform: uppercase;
    }

    .formSection p {
        margin-bottom: 20px;
        font-weight: 400;
    }

        .formSection p.indication-txt {
            margin-bottom: 0px;
            margin-left: -9px;
        }

            .formSection p.indication-txt span {
                color: #ff0000;
            }

            .formSection p.indication-txt em {
                font-weight: 400;
            }

        .formSection p a {
            color: #16416f;
            font-weight: 400;
            white-space: nowrap;
        }

    .formSection .EPiServerForms .Form__Status .Form__Status__Message {
        padding: 0rem;
        margin: 0rem 0;
    }

    .formSection .EPiServerForms .Form__Status .Form__Success__Message {
        background-color: unset;
    }

    .formSection .EPiServerForms .FormDateTime .FormDateTime__Input {
        max-width: 15rem;
        width: 100%;
    }

    .formSection .EPiServerForms .Privcy-Link {
        color: #005e68;
    }

        .formSection .EPiServerForms .Privcy-Link u {
            color: #005e68;
        }

            .formSection .EPiServerForms .Privcy-Link u:hover {
                color: #1275bc;
                text-decoration-color: #1275bc;
            }

    .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: 8px 5px;
        border: 1px solid #16416f;
        width: 100%;
        outline: 0;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .formSection input[type="checkbox"] {
        width: 28px;
        height: 28px;
        vertical-align: middle;
        border: 1px solid #16416f;
        line-height: 1;
        background-color: #ffffff;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        margin: 0 7px 0 0;
        display: inline-block;
        border-radius: 0px !important;
        outline: 0 !important;
    }

    .formSection select {
        padding: 8px 5px;
        border: 1px solid #16416f;
        width: 100%;
        outline: 0;
        border-radius: 0;
        margin-bottom: 45px;
    }

        .formSection select option:first-child {
            display: none;
        }

    .formSection fieldset {
        margin-bottom: 15px;
    }

    .formSection .EPiServerForms .Form__Element {
        margin: 0;
    }

        .formSection .EPiServerForms .Form__Element .Form__Element__Caption {
            min-width: 0%;
        }

        .formSection .EPiServerForms .Form__Element .labelText {
            display: block;
            margin-bottom: 10px;
            margin-top: 20px;
            text-indent: -9px;
        }

            .formSection .EPiServerForms .Form__Element .labelText:before {
                content: "*";
                color: #ff0000;
                margin-right: 2px;
            }

        .formSection .EPiServerForms .Form__Element .labelSelect {
            display: block;
            margin-bottom: 10px;
            margin-top: 20px;
        }

        .formSection .EPiServerForms .Form__Element .Form__Element__ValidationError {
            font-weight: 600;
        }

    .formSection .EPiServerForms .FormParagraphText {
        width: 100%;
    }

        .formSection .EPiServerForms .FormParagraphText:last-child {
            width: 40%;
            margin-top: 48px;
        }

    .formSection .EPiServerForms .mrgTop {
        margin-top: 22px;
        width: 100%;
    }

.globalTwoColm {
    margin-bottom: 26px;
}

    .globalTwoColm.column-three P {
        min-height: 88px;
    }

    .globalTwoColm.column-three.more-height p {
        min-height: 110px;
    }

    .globalTwoColm.column-three .colOne {
        background: #e2f4ee;
    }

    .globalTwoColm.column-three .colTwo {
        background: #dbf4fb;
    }

    .globalTwoColm .primaryBtn {
        padding: 11px 24px;
    }

    .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: 95px;
    }

    .globalTwoColm p {
        padding-right: 100px;
        margin-bottom: 35px;
        min-height: 66px;
    }

    .globalTwoColm img {
        margin-right: 15px;
    }

    .globalTwoColm h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .globalTwoColm .colOne {
        background: #dbf4fb;
        height: 100%;
        padding: 27px 27px 33px 27px;
    }

    .globalTwoColm .colTwo {
        height: 100%;
        background: #e2f4ee;
        padding: 27px 27px 33px 27px;
    }

        .globalTwoColm .colTwo.colThree {
            background: #e2f4ee;
        }

    .globalTwoColm ul li {
        padding-left: 18px;
        margin-bottom: 8px;
    }

        .globalTwoColm ul li a {
            color: #005e68;
            font-weight: 600;
            line-height: 24px;
            text-decoration: underline;
        }

    .globalTwoColm .contTwo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .globalTwoColm .contTwo p {
            padding: 0;
        }

        .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: 70px 0 82px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #fff), color-stop(146%, #dbf4fb), color-stop(173%, #dbf4fb));
    background-image: linear-gradient(to top, #fff 13%, #dbf4fb 146%, #dbf4fb 173%);
}

    .contactUs .twoCol h4 {
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 26px;
        position: relative;
        padding-bottom: 48px;
        margin-top: 30px;
    }

        .contactUs .twoCol h4:before {
            position: absolute;
            bottom: 2px;
            content: "";
            width: 128px;
            height: 8px;
            background: #6ec6ab;
        }

    .contactUs .twoCol .customer-support {
        padding-bottom: 12px;
    }

    .contactUs .twoCol p {
        padding-bottom: 2px;
        font: 400 22px/30px "Barlow", sans-serif;
    }

        .contactUs .twoCol p.cstm-text {
            margin-bottom: 10px;
        }

            .contactUs .twoCol p.cstm-text img {
                margin-right: 5px;
            }

    .contactUs .twoCol .cstm-support {
        color: #005e68;
        font: 700 22px/30px "Barlow", sans-serif;
    }

.conBottom {
    margin-bottom: 48px;
}

.findDoctorBanner {
    padding: 10px 0 0px;
}

    .findDoctorBanner p {
        margin-top: 11px;
        font-size: 22px;
        line-height: 30px;
    }

.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 {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 60%;
    padding: 160px 0;
}

    .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;
    }

.breadcrumb {
    margin-bottom: 30px;
}

.sidebar {
    z-index: 9;
    margin-top: 30px;
}

    .sidebar .sidebar-contact {
        background-color: #fff;
        width: 100%;
        max-width: 257px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

        .sidebar .sidebar-contact a.ripple {
            width: 100%;
            margin: 0 auto 15px;
            -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            padding: 7px 21px;
        }

            .sidebar .sidebar-contact a.ripple span {
                font: 900 18px/24px "Barlow", sans-serif;
                color: #16416f;
                text-transform: uppercase;
            }

        .sidebar .sidebar-contact ul.list-group-flush {
            padding: 0;
        }

            .sidebar .sidebar-contact ul.list-group-flush .by-contactlense {
                margin: 0 22px;
            }

                .sidebar .sidebar-contact ul.list-group-flush .by-contactlense ul {
                    padding-bottom: 19px;
                }

                    .sidebar .sidebar-contact ul.list-group-flush .by-contactlense ul .brand-list {
                        color: #005e68;
                        margin-bottom: 5px;
                        font: 600 16px/24px "Barlow", sans-serif;
                    }

                        .sidebar .sidebar-contact ul.list-group-flush .by-contactlense ul .brand-list a {
                            color: #005e68;
                        }

            .sidebar .sidebar-contact ul.list-group-flush > .list-group-item-action a {
                border-width: 0;
                text-decoration: none;
                padding: 0;
            }

            .sidebar .sidebar-contact ul.list-group-flush > .list-group-item {
                border-width: 0;
                border: none;
                text-decoration: none;
                padding: 0;
            }

                .sidebar .sidebar-contact ul.list-group-flush > .list-group-item p.small-text-reset {
                    color: #1275bc;
                    font: 600 12px/24px "Barlow", sans-serif;
                    margin-bottom: 2px;
                }

                .sidebar .sidebar-contact ul.list-group-flush > .list-group-item a {
                    color: #005e68;
                    font: 600 16px/24px "Barlow", sans-serif;
                }

        .sidebar .sidebar-contact ul .help-choose {
            padding: 12px 0 18px;
            border: none;
            border-top: 1px solid #16416f;
        }

            .sidebar .sidebar-contact ul .help-choose a {
                font: 600 16px/24px "Barlow", sans-serif;
                padding: 5px 22px 22px;
                color: #005e68;
            }

                .sidebar .sidebar-contact ul .help-choose a img {
                    margin-right: 5px;
                }

.productSocial {
    margin-bottom: 35px;
}

    .productSocial h2 {
        margin-right: 17px;
        font: 900 18px/24px "Barlow", sans-serif;
    }

    .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;
    }

.footnoteSection {
    padding-bottom: 45px;
}

    .footnoteSection.twocallfoot {
        padding: 0;
        text-align: left;
        padding-top: 30px;
    }

    .footnoteSection p {
        font-size: 14px;
        line-height: 20px;
        text-indent: -4px;
        margin-bottom: 12px;
    }

        .footnoteSection p.upd-foot {
            padding-right: 10px;
        }

            .footnoteSection p.upd-foot span {
                white-space: nowrap;
            }

    .footnoteSection a.green-text {
        color: #005e68;
        font-weight: 700;
        text-decoration: underline;
    }

        .footnoteSection a.green-text:hover {
            color: #1275bc;
            text-decoration: underline;
        }

.free-trial-thankyou-block {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(-38%, #dbf4fb), color-stop(-17%, #dbf4fb), color-stop(87%, #ffffff));
    background-image: linear-gradient(to right, #dbf4fb -38%, #dbf4fb -17%, #ffffff 87%);
    background-size: 100%;
    margin-bottom: 66px;
}

    .free-trial-thankyou-block .Thank-you {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 235px 0px 205px;
        width: 100%;
    }

        .free-trial-thankyou-block .Thank-you img.blue-tick-icon {
            width: 102px;
            height: 102px;
            margin: 0 0px 11px;
        }

        .free-trial-thankyou-block .Thank-you h1 {
            font-family: "Barlow", sans-serif;
            font-size: 70px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: 1px;
            text-align: center;
            color: #16416f;
            word-wrap: break-word;
        }

        .free-trial-thankyou-block .Thank-you p {
            max-width: 437px;
            width: 100%;
            font-family: "Barlow", sans-serif;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
            text-align: center;
            color: #16416f;
            word-wrap: break-word;
        }

section.Question-Content .QuestionOne ul.questionOption li input[type="radio"] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #16416f;
    line-height: 1;
    background-color: #fff;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin: 0 7px 0 0;
    display: inline-block;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    content: none;
    outline: none;
}

    section.Question-Content .QuestionOne ul.questionOption li input[type="radio"]:checked {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        content: none;
        border: none;
    }

        section.Question-Content .QuestionOne ul.questionOption li input[type="radio"]:checked:before {
            position: absolute;
            color: #16416f !important;
            content: " ✓ " !important;
            border: 1px solid #16416f;
            font-weight: bolder;
            font-size: 18px;
            padding-bottom: 3px;
        }

section.Question-Content .QuestionOne ul.questionOption li input[type="checkbox"] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #16416f;
    line-height: 1;
    background-color: #ffffff;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin: 0 7px 0 0;
    display: inline-block;
    border-radius: 0px;
    outline: 0;
}

    section.Question-Content .QuestionOne ul.questionOption li input[type="checkbox"]:checked {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        content: none;
        border: none;
    }

        section.Question-Content .QuestionOne ul.questionOption li input[type="checkbox"]:checked:before {
            color: #16416f;
            content: " ✓ ";
            border: 1px solid #16416f;
            font-weight: bolder;
            font-size: 17px;
            padding: 0 3px 2px 4px;
            width: 22px;
            vertical-align: initial;
            height: 22px;
        }

.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;
    }

.word-break {
    display: inline-block;
}

.sitemapContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 60px 0 38px;
}

    .sitemapContent h1 {
        margin-bottom: 18px;
        color: #1275bc;
        font: 900 16px/24px "Barlow", sans-serif;
        letter-spacing: 1.88px;
        text-align: left;
    }

    .sitemapContent h2 {
        font: 900 60px/60px "Lora", serif;
        letter-spacing: 1px;
        margin-bottom: 30px;
        text-transform: uppercase;
        text-align: left;
    }

    .sitemapContent ul li.sitemap-submenu {
        margin-bottom: 18px;
    }

        .sitemapContent ul li.sitemap-submenu.sitemaplink {
            position: relative;
            margin-bottom: 18px;
            margin-top: 72px;
        }

            .sitemapContent ul li.sitemap-submenu.sitemaplink a:before {
                position: absolute;
                top: -28px;
                content: "";
                width: 91px;
                height: 8px;
                background: #6ec6ab;
            }

            .sitemapContent ul li.sitemap-submenu.sitemaplink a:hover {
                text-decoration: underline;
                color: #0089c4;
            }

        .sitemapContent ul li.sitemap-submenu span {
            color: #1275bc;
            font: 900 18px/24px "Barlow", sans-serif;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: 1px;
            margin-bottom: 28px;
            margin-top: 18px;
        }

        .sitemapContent ul li.sitemap-submenu a {
            font: 900 18px/24px "Barlow", sans-serif;
            color: #16416f;
            text-decoration: none;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: 1px;
        }

            .sitemapContent ul li.sitemap-submenu a:hover {
                text-decoration: underline;
                color: #0089c4;
            }

        .sitemapContent ul li.sitemap-submenu ul.sitemap-main {
            padding-left: 21px;
            padding-bottom: 30px;
            margin-top: 18px;
        }

            .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;
                }

                    .sitemapContent ul li.sitemap-submenu ul.sitemap-main li ul.submenu-second li a {
                        font: 700 16px/11px "Barlow", sans-serif;
                    }

                        .sitemapContent ul li.sitemap-submenu ul.sitemap-main li ul.submenu-second li a:hover {
                            text-decoration: underline;
                        }

        .sitemapContent ul li.sitemap-submenu ul.submenu-second {
            margin-bottom: 30px;
            margin-top: 28px;
        }

            .sitemapContent ul li.sitemap-submenu ul.submenu-second li {
                margin-bottom: 8px;
                padding-left: 12px;
            }

#pseudo-search:hover {
    background: #16416f;
}

.navy-line {
    display: none;
}

.footnoteSection a.grn-text {
    font-weight: 500;
}

.homeHero {
    background-image: none;
    background-color: #fff;
    padding: 0;
    position: relative;
}

    .homeHero .bannerImageDesktop {
        text-align: right;
    }

        .homeHero .bannerImageDesktop img {
            max-width: 56%;
            height: auto;
        }

    .homeHero .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0px auto 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

        .homeHero .container.otherpage {
            -webkit-transform: unset;
            transform: unset;
            top: 15px;
        }

.prodSectionHome {
    padding: 82px 0 101px;
}

    .prodSectionHome h2 {
        font: 600 36px/48px "Lora", serif;
        color: #16416f;
        margin: 20px 0 37px;
    }

    .prodSectionHome p {
        padding-top: 40px;
        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 h2 {
        text-align: center;
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 55px;
    }

    .secThreeHome p {
        margin: 22px 50px 32px;
        line-height: 22px;
    }

.bannerImage {
    display: none;
}

.contentBannerProduct {
    position: relative;
}

.needHelpDeciding {
    margin: 73px auto 103px;
    position: relative;
}

    .needHelpDeciding .img-wrap {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

        .needHelpDeciding .img-wrap img {
            width: 100%;
            height: 200px;
        }

.receive .rewards-receive {
    text-align: center;
}

.receive h3 {
    margin-top: 34px;
    margin-bottom: 30px;
}

    .receive h3 sup {
        font-weight: 500;
    }

.receive p {
    margin: 30px 0px 41px 0px;
}

.receive .foot-para {
    font-size: 14px;
    line-height: 20px;
    margin-top: 47px;
    margin-bottom: 60px;
}

.sustainabilityBannerProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 0px;
}

    .sustainabilityBannerProduct .right-dot-img {
        position: absolute;
        right: 0;
        top: 40%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

        .sustainabilityBannerProduct .right-dot-img img {
            width: 100%;
            height: 276px;
        }

    .sustainabilityBannerProduct .sustainabilityDsk {
        display: block;
        width: 100%;
    }

    .sustainabilityBannerProduct .sustainRow {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .sustainabilityBannerProduct .banner-text {
        width: 100%;
        display: block;
        padding: 2rem 0;
    }

        .sustainabilityBannerProduct .banner-text h3 {
            margin-bottom: 30px;
        }

        .sustainabilityBannerProduct .banner-text p {
            font: 400 16px/22px "Barlow", sans-serif;
            margin-bottom: 39px;
        }

section.exploreLenses {
    margin: 45px auto 45px;
    position: relative;
}

    section.exploreLenses h3 {
        font-weight: 900;
        margin-bottom: 10px;
    }

        section.exploreLenses h3 span {
            font: 300 36px/52px "Barlow", sans-serif;
            display: block;
        }

    section.exploreLenses .right-dot-img {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }

        section.exploreLenses .right-dot-img img {
            width: 100%;
            height: 118px;
        }

.contactproduct {
    padding: 122px 0 71px;
}

    .contactproduct .product-content {
        text-align: center;
    }

        .contactproduct .product-content:first-child {
            border-right: 1px solid #16416f;
        }

        .contactproduct .product-content .imgWrap {
            height: 207px;
            width: 100%;
        }

            .contactproduct .product-content .imgWrap img {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 46px auto 19px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

        .contactproduct .product-content .text-contact {
            font: 600 20px/24px "Barlow", sans-serif;
            color: #005e68;
            text-transform: uppercase;
            text-decoration: underline;
        }

            .contactproduct .product-content .text-contact.text-contact-fw {
                font-size: 16px;
            }

            .contactproduct .product-content .text-contact:hover {
                color: #1275bc;
            }

.homeTryBefore {
    padding: 113px 0 56px;
    position: relative;
}

    .homeTryBefore .row {
        border-bottom: 1px solid #16416f;
    }

    .homeTryBefore .paddiingImg {
        position: absolute;
        top: -130px;
        right: 0;
    }

    .homeTryBefore h3 {
        margin-bottom: 35px;
    }

        .homeTryBefore h3 sup.fn-w {
            font-weight: 100;
        }

    .homeTryBefore P {
        margin-bottom: 36px;
    }

    .homeTryBefore a {
        margin-bottom: 27px;
    }

section.needForContacts .needContactsBlock {
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    padding: 42px 44px 49px 48px;
    position: relative;
}

    section.needForContacts .needContactsBlock p {
        font-size: 16px;
        line-height: 22px;
    }

        section.needForContacts .needContactsBlock p.fingertext {
            font-size: 36px;
            line-height: 38px;
            letter-spacing: 1.5px;
            padding-right: 95px;
            padding-left: 0px;
            font-weight: 800;
            font-family: "Barlow Condensed", sans-serif;
        }

    section.needForContacts .needContactsBlock img.fingerfeye {
        position: absolute;
        top: 14%;
        left: 9%;
    }

    section.needForContacts .needContactsBlock h3 {
        font: 900 48px/52px "Barlow", sans-serif;
        margin-bottom: 0px;
    }

    section.needForContacts .needContactsBlock .contacttext {
        font: 600 16px/24px "Barlow", sans-serif;
        color: #1275bc;
        margin-bottom: 16px;
    }

    section.needForContacts .needContactsBlock ul li {
        margin-bottom: 8px;
    }

        section.needForContacts .needContactsBlock ul li .text-contact {
            font: 600 16px/24px "Barlow", sans-serif;
            color: #005e68;
            text-decoration: underline;
        }

            section.needForContacts .needContactsBlock ul li .text-contact:hover {
                color: #1275bc;
            }

.archArtImage {
    position: relative;
}

    .archArtImage .paddiingImg {
        position: absolute;
        top: -68px;
        right: 0;
        z-index: 3;
    }

.contentExploreProduct ul.contact-threecolm li a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .homeHero .bannerImageDesktop img {
        max-width: 56%;
    }

    .secThreeHome p {
        margin: 22px 38px 32px;
    }
}

@media screen and (max-width: 991px) {
    .homeHero {
        padding: 65px 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;
        }

    section.exploreLenses {
        margin: 38px auto 38px;
    }

        section.exploreLenses h2 {
            margin-bottom: 0;
        }

    .contactproduct {
        padding: 72px 0 71px;
    }

        .contactproduct .product-content {
            margin-bottom: 38px;
        }

            .contactproduct .product-content.ultra-pro {
                margin-top: 20px;
            }

                .contactproduct .product-content.ultra-pro .imgWrap {
                    margin-bottom: 15px;
                    margin-top: 25px;
                }

            .contactproduct .product-content .imgWrap {
                height: auto;
            }

                .contactproduct .product-content .imgWrap img.infuse-sec {
                    margin: 12px auto 15px;
                }

            .contactproduct .product-content .biotrueProductImg {
                margin-bottom: 48px;
            }

            .contactproduct .product-content h4 {
                font-weight: 700;
            }

    .homeTryBefore .paddiingImg img {
        width: auto;
    }

    .receive .foot-para {
        margin: 58px 0px;
    }

    .sustainabilityBannerProduct {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1360px) and (max-width: 1440px) {
    .secThreeHome p {
        margin: 22px 30px 32px;
    }
}

.productMain {
    padding: 95px 0 120px;
    text-align: center;
    margin-bottom: 99px;
}

    .productMain .row:first-child {
        border-bottom: 1px solid #16416f;
    }

    .productMain [class*="col-"] {
        padding-top: 64px;
        padding-bottom: 77px;
    }

        .productMain [class*="col-"]:first-child {
            border-right: 1px solid #16416f;
        }

    .productMain.ultramonthly p {
        min-height: 88px;
        padding: 0 50px;
    }

    .productMain p {
        padding: 0 100px;
        margin-bottom: 40px;
        min-height: 110px;
    }

    .productMain h2 {
        font: 600 36px/48px "Lora", serif;
        margin-bottom: 20px;
    }

    .productMain .imgWrap {
        width: 100%;
        margin: 0 auto;
        height: 165px;
    }

        .productMain .imgWrap.imgWrap2 {
            width: 73%;
        }

    .productMain li {
        margin-bottom: 8px;
    }

    .productMain a {
        display: inline-block;
        color: #005e68;
        font-weight: 600;
    }

.productBottom {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 43%;
    margin-bottom: 27px;
    padding: 110px 0;
}

    .productBottom h2 {
        font: 600 36px "Lora", serif;
        margin-bottom: 20px;
    }

    .productBottom p {
        position: relative;
        padding-top: 40px;
        margin-bottom: 35px;
    }

        .productBottom p:before {
            position: absolute;
            background: #6ec6ab;
            height: 8px;
            width: 110px;
            content: "";
            top: 0;
        }

.footnote p {
    font-size: 10px;
    padding: 0;
    margin: 0 0 30px;
}

    .footnote p:before {
        display: none;
    }

@media screen and (max-width: 991px) {
    .productMain {
        padding: 0 0 75px;
        margin-bottom: 50px;
    }

        .productMain .row:first-child {
            border: 0;
        }

        .productMain [class*="col-"] {
            padding-top: 50px;
            padding-bottom: 30px;
        }

            .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: 30px;
            }

    .productBottom {
        background: none;
        padding-bottom: 80px;
    }

        .productBottom .banner-text {
            margin-bottom: 50px;
        }
}

@media screen and (max-width: 767px) {
    .productMain .imgWrap {
        width: 100%;
    }
}

p.pnk-text {
    margin-bottom: 16px;
    color: #ff0080;
    display: none;
    font: 700 16px/24px "Barlow", sans-serif;
    visibility: hidden;
}

a.grn-text.link {
    font-weight: 500;
}

.bannerContact.dailyBannerBottom {
    margin-bottom: 2%;
}

    .bannerContact.dailyBannerBottom .content {
        padding: 38px 0 0;
    }

    .bannerContact.dailyBannerBottom .bannerImageDesktop {
        width: 40%;
    }

        .bannerContact.dailyBannerBottom .bannerImageDesktop img {
            max-height: 455px;
        }

.bannerContact .bio-banner img {
    margin-left: 30px;
}

.contactInnerBanner {
    position: relative;
}

    .contactInnerBanner .banner-text {
        margin-bottom: 282px;
        padding-top: 92px;
    }

    .contactInnerBanner .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto 0;
    }

    .contactInnerBanner .bannerImageDesktop {
        text-align: right;
        position: relative;
        right: 0px;
        z-index: -1;
    }

        .contactInnerBanner .bannerImageDesktop img {
            max-width: 60%;
        }

    .contactInnerBanner h1 {
        color: #1275bc;
        font: 900 12px/18px "Barlow", sans-serif;
        margin-bottom: 2px;
        letter-spacing: 1.88px;
        text-transform: uppercase;
    }

    .contactInnerBanner h2 {
        margin-bottom: 28px;
        font: 900 60px/60px "Barlow", sans-serif;
    }

    .contactInnerBanner h4 {
        font: 800 36px/38px "Barlow Condensed", sans-serif;
        margin-bottom: 28px;
    }

        .contactInnerBanner h4 span.nowrap {
            font-family: "Barlow Condensed", sans-serif;
        }

    .contactInnerBanner p {
        margin-bottom: 22px;
    }

        .contactInnerBanner p.bnr-paratext {
            margin-bottom: 33px;
        }

.about-us-section .content a:hover {
    color: #1275bc;
    text-decoration: underline;
}

.about-us-section .content a span:hover {
    color: #1275bc;
    font-weight: 500;
    text-decoration: underline;
}

.helpMeChoose {
    position: relative;
}

    .helpMeChoose .helpMeChse-leftNAv {
        position: relative;
        z-index: 2;
    }

    .helpMeChoose .img-wrap {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .helpMeChoose .breadcrumb {
        margin-bottom: 22px;
    }

.firstResultContent {
    padding: 55px 0 39px;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 33px;
}

    .firstResultContent h2 {
        font: 900 60px/60px "Barlow", sans-serif;
        padding-bottom: 20px;
    }

    .firstResultContent p {
        font: 400 22px/30px "Barlow", sans-serif;
    }

.ResultBlock {
    margin-bottom: 36px;
    padding: 0 15px;
}

    .ResultBlock .border-down {
        border-bottom: 1px solid #b1b1b1;
    }

    .ResultBlock .resultContentArea {
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(219, 244, 251)), to(rgb(255, 255, 255)));
        background: linear-gradient(90deg, rgb(219, 244, 251) 40%, rgb(255, 255, 255) 100%);
        padding: 31px 0 26px;
        margin-bottom: 36px;
    }

        .ResultBlock .resultContentArea .result-row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .ResultBlock .resultContentArea h4 {
            padding-bottom: 5px;
            text-transform: uppercase;
        }

            .ResultBlock .resultContentArea h4 span {
                font-family: "Barlow Condensed", sans-serif;
            }

                .ResultBlock .resultContentArea h4 span sup.symbol {
                    font-weight: 100;
                }

        .ResultBlock .resultContentArea p {
            font: 400 16px/22px "Barlow", sans-serif;
            padding-bottom: 19px;
        }

        .ResultBlock .resultContentArea .result-pdf-block {
            padding-top: 24px;
        }

            .ResultBlock .resultContentArea .result-pdf-block a {
                display: block;
                font: 600 16px/24px "Barlow", sans-serif;
                color: #005e68;
                position: relative;
                padding-left: 30px;
                padding-bottom: 2px;
                text-decoration: underline;
            }

                .ResultBlock .resultContentArea .result-pdf-block a:hover {
                    color: #1275bc;
                }

                .ResultBlock .resultContentArea .result-pdf-block a:before {
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-top: 8px solid transparent;
                    border-bottom: 8px solid transparent;
                    border-left: 11px solid #005e68;
                    content: "";
                    left: 10px;
                    top: 5px;
                }

.contentInnerPrd {
    background: -webkit-gradient(linear, left top, right top, color-stop(-18%, rgb(219, 244, 251)), color-stop(12%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(219, 244, 251) -18%, rgb(255, 255, 255) 12%);
    padding: 36px 0;
}

    .contentInnerPrd.aboutKeratoconus .rwFndDctr ul.stage-krt li img {
        margin-right: 29px;
    }

.contentInnerProduct {
}

    .contentInnerProduct h1 {
        color: #1275bc;
        font: 900 12px/18px "Barlow", sans-serif;
        margin-bottom: 2px;
        letter-spacing: 1.88px;
        text-transform: uppercase;
    }

    .contentInnerProduct h2 {
        margin-bottom: 28px;
        font: 900 60px/60px "Barlow", sans-serif;
    }

    .contentInnerProduct h4 {
        font-weight: 800;
        font-family: "Barlow Condensed", sans-serif;
        margin-bottom: 28px;
    }

    .contentInnerProduct .globalTwoColm .colOne {
        padding: 25px 45px 33px 45px;
    }

    .contentInnerProduct .globalTwoColm .colTwo {
        padding: 25px 35px 33px 35px;
    }

    .contentInnerProduct .globalTwoColm .colThree {
        padding: 25px 52px 33px 52px;
    }

    .contentInnerProduct .globalTwoColm p {
        padding-right: 0px;
        min-height: 65px;
    }

    .contentInnerProduct .globalTwoColm .primaryBtn {
        font: 900 10px/18px "Barlow", sans-serif;
        padding: 11px 25px;
    }

    .contentInnerProduct .inner-paratext {
        margin-bottom: 29px;
    }

        .contentInnerProduct .inner-paratext p.para-text {
            margin-bottom: 10px;
        }

    .contentInnerProduct p.sympton-krt {
        margin-bottom: 19px;
    }

    .contentInnerProduct .rwFndDctr {
        margin-bottom: 36px;
    }

        .contentInnerProduct .rwFndDctr ul.stage-krt.stage-krt-pad li {
            margin-bottom: 20px;
            margin-top: 25px;
        }

            .contentInnerProduct .rwFndDctr ul.stage-krt.stage-krt-pad li img {
                margin-right: 29px;
                margin-bottom: 15px;
                margin-top: 10px;
            }

        .contentInnerProduct .rwFndDctr ul.stage-krt li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 22px;
        }

            .contentInnerProduct .rwFndDctr ul.stage-krt li img {
                height: 64px;
                width: 64px;
            }

    .contentInnerProduct .cstmContact {
        text-align: center;
    }

        .contentInnerProduct .cstmContact.desc-text ul li p {
            padding: 0 5px;
        }

    .contentInnerProduct.wearOption .cstmContact ul.customKrtLine li {
        border-left: 1px solid #16416f;
    }

    .contentInnerProduct .contentInnerProduct.specialVision h4 {
        text-align: center;
        margin: 0 auto;
    }

    .contentInnerProduct.productCstmItem ul .custom-krt h5 {
        min-height: 72px;
    }

    .contentInnerProduct.productCstmItem ul .custom-krt P {
        min-height: 69px;
    }

    .contentInnerProduct ul.custom-krt li {
        padding: 0 15px;
        margin-top: 25px;
    }

        .contentInnerProduct ul.custom-krt li img {
            margin-bottom: 30px;
        }

            .contentInnerProduct ul.custom-krt li img.bio-img {
                margin-left: -20px;
            }

            .contentInnerProduct ul.custom-krt li img.utlra-box {
                margin-top: 37px;
            }

        .contentInnerProduct ul.custom-krt li h5 {
            font: 900 18px/24px "Barlow", sans-serif;
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .contentInnerProduct ul.custom-krt li h6 {
            font: 600 16px/24px "Barlow", sans-serif;
            color: #1275bc;
            margin-bottom: 12px;
        }

        .contentInnerProduct ul.custom-krt li p {
            padding: 0 20px;
            margin-bottom: 20px;
        }

    .contentInnerProduct ul.custom-krt.customSpecialVisionImage li {
        padding: 0 15px;
        margin-top: 25px;
    }

        .contentInnerProduct ul.custom-krt.customSpecialVisionImage li img {
            margin-bottom: 30px;
            max-height: 47px;
            width: auto;
        }

    .contentInnerProduct .bio-oneday ul.custom-krt li h5 {
        min-height: 76px;
    }

    .contentInnerProduct .bio-oneday ul.custom-krt li p {
        min-height: 66px;
    }

    .contentInnerProduct ul.custom-krtright li img {
        margin-bottom: 0px;
    }

    .contentInnerProduct ul.custom-krtright li p {
        padding: 0 50px;
    }

    .contentInnerProduct .descr-text-nopad ul li p {
        padding: 0px;
    }

    .contentInnerProduct h3 {
        text-align: center;
        font: 900 48px/52px "Barlow", sans-serif;
        margin-bottom: 65px;
    }

        .contentInnerProduct h3.fst-wear {
            margin-bottom: 13px;
        }

    .contentInnerProduct.arcArt {
        padding-top: 81px;
        padding-bottom: 70px;
    }

        .contentInnerProduct.arcArt.nex-gen {
            padding-bottom: 0px;
        }

            .contentInnerProduct.arcArt.nex-gen .rwFndDctr h4.text-start sup {
                top: -0.8em;
                font-size: 0.5em;
            }

        .contentInnerProduct.arcArt h4 {
            text-align: center;
        }

    .contentInnerProduct.aboutNearsightedness h4 {
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

        .contentInnerProduct.aboutNearsightedness h4 span {
            font-weight: normal;
        }

    .contentInnerProduct.aboutNearsightedness .rwFndDctr ul.stage-krt li img {
        margin-right: 29px;
    }

    .contentInnerProduct.aboutFarsightedness h4 {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border-top: 1px solid #16416f;
        margin-top: 6px;
        padding-top: 52px;
    }

        .contentInnerProduct.aboutFarsightedness h4 span {
            font-weight: normal;
        }

    .contentInnerProduct.aboutFarsightedness .rwFndDctr ul.stage-krt li img {
        margin-right: 29px;
    }

    .contentInnerProduct.nex-gen .rwFndDctr ul.stage-krt li img {
        margin-right: 29px;
    }

    .contentInnerProduct.needHelpDeciding .lensDry P {
        margin-bottom: 20px;
    }

    .contentInnerProduct .threecolproduct ul li p {
        min-height: 88px;
    }

    .contentInnerProduct.daily-dispose ul.custom-krt li img {
        margin-right: 40px;
        margin-bottom: 0px;
    }

    .contentInnerProduct.customKeratoconus .keratoconusCustomImg p {
        min-height: 66px;
    }

    .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li img {
        margin-bottom: 22px;
    }

    .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li h5 {
        min-height: 121px;
    }

    .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li p {
        min-height: 88px;
    }

#Quize-two,
#startQuize {
    min-height: 70vh;
}

.Question-Content {
    padding: 59px 0 101px;
}

    .Question-Content a.quize-prev-btn {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #005e68;
    }

        .Question-Content a.quize-prev-btn span {
            color: #005e68;
            text-decoration: underline;
        }

            .Question-Content a.quize-prev-btn span:hover {
                text-decoration: underline;
                color: #1275bc;
            }

    .Question-Content .QuestionOne {
        position: relative;
    }

        .Question-Content .QuestionOne .row {
            padding-bottom: 32px;
            border-bottom: 1px solid #979797;
            margin-bottom: 21px;
        }

        .Question-Content .QuestionOne a.quize-nxt-btn {
            float: right;
        }

        .Question-Content .QuestionOne a.right-arrow {
            position: relative;
        }

            .Question-Content .QuestionOne a.right-arrow:before {
                position: absolute;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 8px solid white;
                content: "";
                right: 12px;
                top: 14px;
            }

        .Question-Content .QuestionOne .question-img-wrap {
            margin-bottom: 62px;
        }

        .Question-Content .QuestionOne h4 {
            font: 800 36px/38px "Barlow Condensed", sans-serif;
            margin-bottom: 14px;
        }

            .Question-Content .QuestionOne h4 span.question-h4-text {
                font: 300 36px/38px "Barlow Condensed", sans-serif;
            }

            .Question-Content .QuestionOne h4 span.nowrap {
                font-family: "Barlow Condensed", sans-serif;
            }

        .Question-Content .QuestionOne p.quest-sml-txt {
            font: 400 16px/22px "Barlow", sans-serif;
            font-style: italic;
            color: #16416f;
            margin-bottom: 32px;
        }

        .Question-Content .QuestionOne ul.questionOption li {
            font: 400 16px/22px "Barlow", sans-serif;
            color: #16416f;
            margin-bottom: 7px;
        }

            .Question-Content .QuestionOne ul.questionOption li img {
                margin-right: 7px;
            }

        .Question-Content .QuestionOne .slist {
            position: relative;
            height: 148px;
        }

            .Question-Content .QuestionOne .slist .list-item {
                position: absolute;
                list-style-type: none;
                height: 38px;
                padding-bottom: 9px;
                padding-top: 7px;
                margin-bottom: 11px;
                cursor: pointer;
                background: #dbf4fb;
                width: 75%;
            }

            .Question-Content .QuestionOne .slist .item-content label {
                cursor: pointer;
            }

            .Question-Content .QuestionOne .slist .item-content img {
                margin-left: 10px;
                margin-right: 7px;
            }

            .Question-Content .QuestionOne .slist ul li label {
                cursor: pointer;
            }

            .Question-Content .QuestionOne .slist ul li img {
                margin-left: 10px;
            }

        .Question-Content .QuestionOne .questionImage {
            position: absolute;
            top: 7rem;
            right: 0;
        }

.grn-text {
    color: #005e68;
    text-decoration: underline;
}

    .grn-text strong {
        color: #005e68;
        text-decoration: underline;
    }

        .grn-text strong:hover {
            color: #1275bc;
            text-decoration: underline;
        }

        .grn-text strong.active {
            font-weight: 700;
            color: #16416f;
            text-decoration: none;
        }

    .grn-text:hover {
        color: #1275bc;
        text-decoration: underline !important;
    }

    .grn-text.active {
        font-weight: 700;
        color: #16416f;
        text-decoration: none;
    }

.aboutKeratoconus p.pnk-text {
    margin-bottom: 7px;
}

a.inrparatext {
    position: relative;
    padding-left: 30px;
    text-decoration: underline;
    margin-bottom: 18px;
    color: #005e68;
    font: 600 16px/24px "Barlow", sans-serif;
}

    a.inrparatext:hover {
        text-decoration: underline;
        color: #1275bc;
        font-weight: 600;
    }

        a.inrparatext:hover:before {
            color: #1275bc;
            border-left: 11px solid #1275bc;
        }

    a.inrparatext strong {
        font-weight: 800;
    }

    a.inrparatext:before {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 11px solid #005e68;
        content: "";
        left: 10px;
        top: 2px;
    }

.countNumber span sup {
    top: -0.25em;
}

a.inrparatext.find-arrow {
    padding-left: 18px;
}

    a.inrparatext.find-arrow:before {
        left: 2px;
        top: 3px;
    }

a.inrparatext.center-align {
    margin-left: -26px;
}

.customKeratoconus {
    padding: 81px 0 90px;
}

    .customKeratoconus.wearOption ul.custom-krt li {
        padding: 0 15px;
    }

        .customKeratoconus.wearOption ul.custom-krt li h4 {
            font-family: Barlow;
            font-size: 18px;
            font-weight: 900;
            line-height: 24px;
            letter-spacing: 2px;
            text-align: center;
        }

    .customKeratoconus.wearOption .inrparatext:before {
        left: -19px;
        top: 3px;
    }

    .customKeratoconus .borderline {
        border-right: 1px solid #16416f;
    }

    .customKeratoconus ul.custom-krt {
        padding-bottom: 18px;
    }

    .customKeratoconus .customKrtLine {
        padding-bottom: 5px;
    }

        .customKeratoconus .customKrtLine li {
            margin-left: -5px;
        }

    .customKeratoconus ul.custom-krt li {
        padding: 0 15px;
    }

        .customKeratoconus ul.custom-krt li img {
            margin-bottom: 30px;
        }

    .customKeratoconus p {
        margin-bottom: 7px;
    }

        .customKeratoconus p span {
            margin-top: 10px;
        }

    .customKeratoconus .inrparatext {
        font-weight: 600;
    }

    .customKeratoconus .keratoconusCustomImg ul.custom-krt li img {
        max-height: 53px;
    }

        .customKeratoconus .keratoconusCustomImg ul.custom-krt li img.berry-img {
            margin-top: 11px;
        }

.specialVisionBanner p.pnk-text {
    text-align: center;
}

.specialVision {
    padding: 36px 0 0;
}

    .specialVision .watch-vdo-newtext {
        margin: 30px 25px 0;
    }

    .specialVision .rwFndDctr {
        margin-bottom: 40px;
    }

    .specialVision p {
        margin-bottom: 22px;
    }

    .specialVision a.inner-paratext {
        margin-bottom: 71px;
    }

    .specialVision .inrparatext {
        font-weight: 600;
        width: 192px;
        margin: 10px auto 0;
        position: relative;
    }

        .specialVision .inrparatext:before {
            left: 15px;
        }

    .specialVision .specialVision ul.custom-krt li img {
        max-height: 72px;
    }

.first-time-wear {
    padding: 0;
}

    .first-time-wear .rw-frstWear .col-lg-12 {
        padding: 20px 15px 45px 15px;
        border-top: 1px solid #b1b1b1;
        border-bottom: 1px solid #b1b1b1;
    }

    .first-time-wear p {
        margin-bottom: 10px;
    }

    .first-time-wear a.inrparatext:hover {
        text-decoration: underline;
        text-decoration-color: #1275bc;
    }

.wearOption {
    padding: 51px 0 0;
}

    .wearOption a:hover {
        text-decoration: underline;
        text-decoration-color: #1275bc;
    }

    .wearOption a.grn-text strong {
        color: #005e68;
    }

    .wearOption .cstmContact {
        padding: 43px 0 74px;
    }

    .wearOption h3 {
        padding: 10px 0 18px;
        text-align: center;
    }

.first-time-contact a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.problem-h a strong span.grn-text {
    font-weight: 700;
}

.problem-h a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.lesnseMythsUsMain {
    padding: 100px 0 13px;
}

    .lesnseMythsUsMain p.pnk-text {
        padding-top: 48px;
    }

    .lesnseMythsUsMain .contactLenseMyths {
        padding-bottom: 28px;
    }

.aboutWearers {
    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%);
    padding: 65px 0 53px;
}

.minimizeWearers h3 {
    padding: 49px 0 0;
    border-top: 1px solid #b1b1b1;
    margin-top: 16px;
}

.minimizeWearers .lensDry {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 71px;
}

    .minimizeWearers .lensDry p {
        padding-bottom: 18px;
    }

.contactLenseMain {
    padding: 71px 0 0px;
}

    .contactLenseMain .productMain {
        padding: 28px 0 0px;
        margin-bottom: 71px;
    }

        .contactLenseMain .productMain.ultramonthly .callout-top-pad {
            padding-top: 42px;
        }

        .contactLenseMain .productMain ul li a.inrparatext {
            margin-bottom: 8px;
        }

.arcArtGreen.contentInnerProduct.lesnseBiotrueMain .biotruecurvepad {
    padding-top: 65px;
}

.lesnseBiotrueMain {
    position: relative;
}

    .lesnseBiotrueMain .biotrueLenses {
        padding: 70px 0 34px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #979797;
    }

        .lesnseBiotrueMain .biotrueLenses h4 {
            margin-bottom: 22px;
        }

        .lesnseBiotrueMain .biotrueLenses.ultramonthlyhydra {
            border-bottom: none;
        }

            .lesnseBiotrueMain .biotrueLenses.ultramonthlyhydra h4 span {
                font-family: "Barlow Condensed", sans-serif;
            }

    .lesnseBiotrueMain .biotrurHydration {
        padding: 49px 0 71px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #979797;
    }

        .lesnseBiotrueMain .biotrurHydration h4 {
            margin-bottom: 22px;
        }

    .lesnseBiotrueMain .biotrurHydrationContent {
        padding: 30px 0 35px;
    }

    .lesnseBiotrueMain p {
        padding-bottom: 15px;
    }

        .lesnseBiotrueMain p.descr-text {
            margin-bottom: 20px;
        }

        .lesnseBiotrueMain p.smallhead {
            font-size: 22px;
            line-height: 30px;
        }

    .lesnseBiotrueMain .dot-img {
        position: absolute;
        bottom: 88px;
        left: -65px;
    }

    .lesnseBiotrueMain .img-wrap-right {
        right: -10px;
        position: absolute;
    }

.comfortAllDay {
    padding: 65px 0 0;
}

    .comfortAllDay h4 {
        text-align: center;
        text-transform: uppercase;
    }

    .comfortAllDay h5 {
        font: 900 18px/24px "Barlow", sans-serif;
        margin-bottom: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.NearsightednessContent {
    position: relative;
    margin: 45px auto 59px;
}

    .NearsightednessContent .img-wrap {
        position: absolute;
    }

    .NearsightednessContent .rw-frstWear {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 305px;
    }

        .NearsightednessContent .rw-frstWear a {
            z-index: 1;
            position: relative;
        }

        .NearsightednessContent .rw-frstWear p {
            margin-bottom: 35px;
            position: relative;
        }

            .NearsightednessContent .rw-frstWear p:before {
                position: absolute;
                top: -36px;
                content: "";
                width: 91px;
                height: 8px;
                background: #6ec6ab;
            }

    .NearsightednessContent .FindDoctorBanner {
        position: absolute;
        right: 0;
        top: 0;
    }

.infuse-avail a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.avail-biotrue a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.ultra-availl a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.wear-fresh p.daily-con {
    padding: 0 28px;
}

    .wear-fresh p.daily-con a {
        font-weight: 600;
        text-decoration: underline;
    }

        .wear-fresh p.daily-con a.grn-text:hover {
            text-decoration: underline !important;
            text-decoration-color: #1275bc;
        }

.daily-dispose a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.fairandnear a:hover {
    text-decoration: underline;
    text-decoration-color: #1275bc;
}

.monthlyReusedLenses {
    padding: 38px 0 38px;
}

    .monthlyReusedLenses p a {
        text-decoration: underline;
    }

        .monthlyReusedLenses p a:hover {
            text-decoration: underline !important;
            text-decoration-color: #1275bc;
        }

.storageContent {
    display: block;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    padding: 42px 44px 49px 48px;
    margin: 50px 15px 71px 15px;
}

    .storageContent .productLenseText p {
        margin-bottom: 23px;
    }

    .storageContent .productLenseText h4 {
        margin-bottom: 9px;
    }

    .storageContent .productLenseText ul {
        margin-left: 18px;
    }

        .storageContent .productLenseText ul li {
            margin-bottom: 7px;
            list-style: disc;
            margin-left: 18px;
        }

.howToContacts {
    padding: 65px 0 0;
}

    .howToContacts h4 {
        margin-bottom: 10px;
    }

    .howToContacts p {
        margin-bottom: 35px;
    }

        .howToContacts p span.dark-teal {
            color: #005e68;
        }

    .howToContacts .product-item {
        margin-top: 34px;
    }

        .howToContacts .product-item p {
            min-height: 42px;
        }

        .howToContacts .product-item img {
            margin-bottom: 12px;
        }

        .howToContacts .product-item a {
            font-weight: 700;
        }

    .howToContacts.ch-monthlywear h4 {
        text-align: left;
    }

    .howToContacts.ch-monthlywear p {
        text-align: left;
    }

        .howToContacts.ch-monthlywear p span.dark-teal {
            white-space: nowrap;
        }

    .howToContacts.ch-monthlywear ul img {
        margin-right: 32px;
    }

    .howToContacts.ch-monthlywear ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0px;
    }

        .howToContacts.ch-monthlywear ul li div {
            margin-top: 30px;
        }

    .howToContacts.ch-monthlywear .col-first {
        margin-right: 108px;
    }

    .howToContacts.ch-monthlywear .col-snd ul li img {
        margin-right: 19px;
    }

    .howToContacts.ch-monthlywear span {
        white-space: nowrap;
    }

.monthlyContacts {
    border-top: 1px solid #b1b1b1;
    padding-top: 51px;
}

.coloumFour {
    padding-bottom: 45px;
    text-align: center;
}

.biotrueComfort {
    padding: 38px 0 60px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
}

    .biotrueComfort.biotrueComfort {
        padding-bottom: 20px;
    }

.getFirstTimeWearers {
    padding: 42px 0 0px;
}

    .getFirstTimeWearers h4 {
        margin-bottom: 22px;
    }

    .getFirstTimeWearers p {
        margin-bottom: 13px;
    }

    .getFirstTimeWearers .inrparatext {
        font-weight: 600;
    }

.innerBiotrueVideo {
    margin: 71px 0 49px;
    padding: 35px 0 57px;
    background: #dbf4fb;
    background: #dbf4fb;
    background: -webkit-gradient(linear, left top, right top, color-stop(95%, rgb(219, 244, 251)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(219, 244, 251) 95%, rgb(255, 255, 255) 100%);
}

    .innerBiotrueVideo img {
        margin-bottom: 33px;
    }

    .innerBiotrueVideo .videoGreenText {
        font: 700 22px/30px "Barlow", sans-serif;
        color: #005e68;
    }

.infuse-details {
    position: relative;
    margin-bottom: 30px;
}

    .infuse-details p {
        font: 400 22px/30px "Barlow", sans-serif;
    }

        .infuse-details p:before {
            position: absolute;
            top: -35px;
            content: "";
            width: 128px;
            height: 8px;
            background: #6ec6ab;
        }

.aboutAstigmatism .rwFndDctr {
    margin-bottom: 0px;
}

    .aboutAstigmatism .rwFndDctr ul.stage-krt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin-bottom: 53px;
    }

        .aboutAstigmatism .rwFndDctr ul.stage-krt li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .aboutAstigmatism .rwFndDctr ul.stage-krt.secondrowagtigmCenterIcon {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .aboutAstigmatism .rwFndDctr ul.stage-krt.agtigmCenterIcon li img {
            margin-right: 0px;
        }

section.needForContacts {
    margin-top: 10px;
    position: relative;
}

    section.needForContacts .img-wrap {
        position: absolute;
        top: 0;
        left: 0px;
    }

.howToContacts .product-item p.recycle a {
    text-decoration: underline;
}

    .howToContacts .product-item p.recycle a:hover {
        text-decoration: underline !important;
        text-decoration-color: #1275bc;
    }

.monthly-biotrue h4 span {
    font-family: "Barlow Condensed", sans-serif;
}

.vision-condition p a {
    text-decoration: underline;
    font-weight: 500;
}

.specialBiotrueVision {
    margin-bottom: 78px;
}

.lesnseBiotrurHydration .biotrurHydration {
    border-bottom: none;
}

.multifocalReading {
    margin-bottom: 110px;
    padding-top: 49px;
}

    .multifocalReading h3 {
        margin-bottom: 29px;
    }

    .multifocalReading .multifocalReadingVideo {
        margin-bottom: 29px;
    }

        .multifocalReading .multifocalReadingVideo .nowrap {
            display: block;
        }

    .multifocalReading a.inrparatext:hover {
        text-decoration: underline;
        text-decoration-color: #1275bc;
    }

.productCstmItem .cstmContact div:first-child {
    border-right: solid 1px #16416f;
}

.bluefade {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #fff), color-stop(146%, #dbf4fb), color-stop(173%, #dbf4fb));
    background-image: linear-gradient(to top, #fff 13%, #dbf4fb 146%, #dbf4fb 173%);
}

.pdf-section .pdf-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 10px;
}

    .pdf-section .pdf-content .pdfWrap {
        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;
    }

        .pdf-section .pdf-content .pdfWrap img {
            margin: 15px 15px 33px;
        }

    .pdf-section .pdf-content a {
        margin: 0 auto 26px;
        position: relative;
    }

        .pdf-section .pdf-content a.primaryBtn {
            padding: 13px 40px 13px 62px;
            font-weight: 800;
            margin-bottom: 70px;
        }

            .pdf-section .pdf-content a.primaryBtn:before {
                content: "";
                position: absolute;
                top: 12px;
                left: 24px;
                width: 21px;
                height: 20px;
                background-image: url(/siteassets/img/utility-icon-download-file.svg);
                background-position: center;
                background-repeat: no-repeat;
            }

    .pdf-section .pdf-content p.inrparatext {
        font: 700 22px/24px "Barlow", sans-serif;
        font-style: normal;
        line-height: 30px;
        letter-spacing: normal;
        text-align: left;
        margin-bottom: 15px;
        padding: 2px 0;
        color: #16416f;
        padding-left: 0px;
        text-decoration: none;
        border-bottom: 1px solid #16416f;
        border-top: 1px solid #16416f;
    }

        .pdf-section .pdf-content p.inrparatext:before {
            display: none;
            content: "";
        }

        .pdf-section .pdf-content p.inrparatext .grn-text {
            text-decoration: none;
        }

.whit-space {
    white-space: nowrap;
    color: inherit;
}

.bio-banner h1 span {
    display: block;
}

.dropdown .select {
    position: relative;
    height: 85px;
}

    .dropdown .select .styledSelect {
        width: 100%;
        font-size: 16px;
        padding: 19px 15px;
        border: 1px solid #16416f;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 42px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        top: 0px;
        background: #fff;
        background-image: url(/siteassets/img/icon-13x11-arrow-down.png);
        background-repeat: no-repeat;
        background-position: 97%;
        color: #a2a2a2;
    }

        .dropdown .select .styledSelect:before {
            content: " ";
            position: absolute;
            right: 8px;
            border-top: none;
            border-top: 5px solid #16416f;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

    .dropdown .select ul.options {
        display: none;
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 1;
        margin: 0px;
        width: 100%;
        list-style: none;
        background-color: white;
    }

        .dropdown .select ul.options li {
            padding: 2px 15px;
            border: 1px solid #16416f;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            font-weight: 700;
            line-height: 36px;
            color: #16416f;
            border-bottom: none;
        }

            .dropdown .select ul.options li:first-child {
                display: none;
            }

            .dropdown .select ul.options li:last-child {
                border: 1px solid #16416f;
            }

            .dropdown .select ul.options li:nth-child(2):before {
                content: " ";
                position: absolute;
                right: 8px;
                top: 18px;
                border-top: none;
                border-radius: 1px;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                border-bottom: 5px solid #16416f;
            }

            .dropdown .select ul.options li:hover {
                color: #0089c4;
            }

.video-container {
    border: 2px solid #92a7bc;
}

.contentInnerProduct.arcArt.new-ch-multi h4 {
    letter-spacing: 1.5px;
}

.contentInnerProduct.arcArt.new-ch-multi .cstmContact h5 {
    letter-spacing: 2px;
}

.contentInnerProduct.arcArt.new-ch-multi .cstmContact div:first-child {
    border-right: none;
}

    .contentInnerProduct.arcArt.new-ch-multi .cstmContact div:first-child h5 {
        padding: 0 9px;
    }

.contentInnerProduct.arcArt.new-ch-multi span {
    white-space: nowrap;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .contentInnerProduct.arcArt.new-ch-multi .cstmContact div:first-child h5 {
        padding: 0;
    }
}

.modal-external .modal-content {
    width: 799px;
    height: 554px;
    max-width: 799px;
    max-height: 554px;
    background: #dbf4fb;
    margin: 0 0 0 -9rem;
    -webkit-box-shadow: 0 0 21px 0 rgba(109, 110, 113, 0.41);
    box-shadow: 0 0 21px 0 rgba(109, 110, 113, 0.41);
}

#interstitial-modal-ecp.modal-external .modal-content {
    max-height: 508px;
}

.modal-external .modal-content .modal-header {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.modal-external .modal-content .modal-body {
    text-align: center;
    padding: 4rem;
}

    .modal-external .modal-content .modal-body h5 {
        font-size: 60px;
        line-height: 60px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

#interstitial-modal-ecp.modal-external .modal-content .modal-body h5 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 49px;
    margin-bottom: 30px;
}

.modal-external .modal-content .modal-body h4.sub-treat {
    font-weight: 300;
    font-size: 36px;
    letter-spacing: 1.5px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

.modal-external .modal-content .modal-body p {
    font-size: 22px;
    margin: 20px 0 0 0;
    line-height: 30px;
}

.modal-external .modal-content .open {
    position: absolute;
    top: -1px;
    left: 10px;
}

.modal-external .modal-content .popUpFooter {
    top: -52px;
    position: relative;
}

    .modal-external .modal-content .popUpFooter a {
        padding: 11px 43px;
    }

    .modal-external .modal-content .popUpFooter .cancel-btn {
        margin-right: 60px;
        font-weight: 900;
    }

.modal-external .modal-content .close {
    right: 30px;
    top: 30px;
    z-index: 1;
    -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;
}

    .modal-external .modal-content .close p {
        padding: 0;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 1.56px;
    }

.sitemapContent h1 {
    font-size: 12px;
}

.contentInnerProduct.arcArt.first-time-contact ul.custom-krt.fst-wearer li img {
    margin-top: 14px;
}

.contentInnerProduct.arcArt.first-time-contact ul.custom-krt.fst-wearer li h6 {
    margin-bottom: 18px;
}

.contentInnerProduct.arcArt.first-time-contact ul.custom-krt li h6 {
    margin-bottom: 18px;
}

.productCstmItem.daily-dispose .cstmContact div:first-child {
    margin-top: 15px;
}

.infuseOneDayImg {
    margin-top: -45px;
}

@media only screen and (max-width: 991px) {
    .contentInnerProduct.arcArt.first-time-contact ul.custom-krt.fst-wearer li img {
        margin-bottom: 12px;
    }

    .productCstmItem.daily-dispose .cstmContact div:first-child {
        margin-top: 0px;
    }
}

.heroBanner.faqsBanner .banner-text .bnr-txt {
    padding: 12px 0px 7px;
}

.heroBanner.faqsBanner .banner-text a {
    font: 600 16px/24px "Barlow", sans-serif;
    color: #005e68;
    text-decoration: underline;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
}

    .heroBanner.faqsBanner .banner-text a:hover {
        color: #1275bc;
    }

.heroBanner .bannerCap.fndBnrImg img {
    max-width: 400px;
}

@media (min-width: 1366px) {
    .p-right {
        padding: 0 15px 0 0;
    }
}

.faq-col {
    padding: 59px 0 50px 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #fff), color-stop(146%, #dbf4fb), color-stop(173%, #dbf4fb));
    background-image: linear-gradient(to top, #fff 13%, #dbf4fb 146%, #dbf4fb 173%);
}

    .faq-col h4 {
        padding-bottom: 20px;
        position: relative;
        padding-top: 38px;
    }

        .faq-col h4:before {
            position: absolute;
            top: 2px;
            content: "";
            width: 128px;
            height: 8px;
            background: #6ec6ab;
        }

    .faq-col .infuse-faq {
        padding-bottom: 22px;
    }

        .faq-col .infuse-faq p sup.tm-sup {
            font-size: 0.6em;
        }

        .faq-col .infuse-faq .grn-faq {
            color: #005e68;
            text-decoration: underline;
        }

            .faq-col .infuse-faq .grn-faq:hover {
                font-weight: 400;
                color: #1275bc;
                text-decoration: underline;
            }

            .faq-col .infuse-faq .grn-faq.active {
                font-weight: 700;
                color: #16416f;
                text-decoration: none;
            }

        .faq-col .infuse-faq .blu-faq {
            color: #16416f;
            text-decoration: underline;
        }

            .faq-col .infuse-faq .blu-faq:hover {
                font-weight: 400;
                color: #1275bc;
                text-decoration: none;
            }

.faq-second-col {
    padding-bottom: 50px;
}

    .faq-second-col h4 {
        padding-bottom: 20px;
        position: relative;
        padding-top: 38px;
    }

        .faq-second-col h4:before {
            position: absolute;
            top: 2px;
            content: "";
            width: 91px;
            height: 8px;
            background: #6ec6ab;
        }

    .faq-second-col .faq-text {
        padding-bottom: 22px;
    }

        .faq-second-col .faq-text img {
            width: 14px;
        }

        .faq-second-col .faq-text .grn-faq {
            color: #005e68;
            text-decoration: underline;
            cursor: pointer;
        }

            .faq-second-col .faq-text .grn-faq:hover {
                font-weight: 400;
                color: #1275bc;
                text-decoration: underline;
            }

            .faq-second-col .faq-text .grn-faq.active {
                font-weight: 700;
                color: #16416f;
                text-decoration: none;
            }

            .faq-second-col .faq-text .grn-faq > img {
                margin-left: 5px;
            }

        .faq-second-col .faq-text .blu-faq {
            text-decoration: underline;
            color: #16416f;
        }

            .faq-second-col .faq-text .blu-faq:hover {
                font-weight: 400;
                color: #1275bc;
                text-decoration: none;
            }

section#Recycling-faqs {
    padding-bottom: 0px;
}

    section#Recycling-faqs .row {
        padding-bottom: 30px;
    }

        section#Recycling-faqs .row hr {
            border-bottom: 1px solid #b1b1b1;
            margin-top: 35px;
        }

ul li .staticLink {
    color: #005e68;
    position: relative;
    padding-left: 25px;
    font: 600 16px/24px "Barlow", sans-serif;
    text-decoration: underline;
}

    ul li .staticLink:hover {
        color: #1275bc;
    }

    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;
    }

.recycleOne {
    padding: 45px 0 45px;
}

    .recycleOne .logoContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 33px 0 0 30px;
        margin-bottom: 53px;
    }

        .recycleOne .logoContent h4 {
            margin-left: 58px;
            padding-left: 58px;
            border-left: 8px solid #6ec6ab;
            text-transform: uppercase;
        }

    .recycleOne .content {
        padding: 0 30px;
    }

        .recycleOne .content p {
            margin-bottom: 20px;
        }

        .recycleOne .content h3 {
            font: 400 22px/30px "Barlow", sans-serif;
        }

            .recycleOne .content h3 span {
                font-weight: 700;
            }

.recycleMain {
    padding: 138px 0 50px;
}

    .recycleMain h4 {
        margin-bottom: 17px;
        position: relative;
        padding-top: 49px;
        text-transform: uppercase;
    }

        .recycleMain h4: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 h6 {
        font-size: 16px;
        font-weight: 600;
        color: #1275bc;
        text-transform: uppercase;
        padding-left: 70px;
        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 li img {
            width: auto;
            max-height: 138px;
        }

    .recycleMain ul img {
        margin-right: 20px;
    }

    .recycleMain ul h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .recycleMain a {
        color: #005e68;
        font-weight: 700;
        text-decoration: underline;
        cursor: pointer;
    }

        .recycleMain a:hover {
            color: #1275bc;
        }

.rewardSection {
    margin-bottom: 78px;
    position: relative;
}

    .rewardSection h4 {
        padding-bottom: 44px;
        text-transform: uppercase;
    }

    .rewardSection ul {
        padding-left: 33px;
    }

        .rewardSection ul li {
            font-size: 22px;
            line-height: 36px;
            list-style-type: disc;
            margin-bottom: 18px;
        }

    .rewardSection .img-wrap {
        position: absolute;
        left: 0;
        top: 0;
    }

    .rewardSection .img-wrap-right {
        position: absolute;
        right: 0;
        top: 0;
    }

.recycleTwo {
    margin-bottom: 35px;
}

.recycleBot {
    padding-top: 46px;
    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);
}

    .recycleBot h2 {
        font: 800 36px/38px "Barlow Condensed", sans-serif;
        letter-spacing: 1.5px;
        margin-bottom: 46px;
    }

    .recycleBot p {
        margin-bottom: 41px;
    }

    .recycleBot .primaryBtn {
        margin-bottom: 84px;
    }

.recycle-video {
    margin: 0 auto 87px;
    text-align: center;
    border: 2px solid #92a7bc;
}

.recycleFootnoteSection {
    margin-bottom: 32px;
}

    .recycleFootnoteSection a.grntext {
        color: #005e68;
        text-decoration: underline;
    }

        .recycleFootnoteSection a.grntext:hover {
            color: #1275bc;
        }

    .recycleFootnoteSection p {
        font-size: 14px;
        line-height: 20px;
    }

.about-us-section {
    padding: 98px 0 0;
    margin-bottom: 60px;
}

    .about-us-section .logoContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 33px 0 0 15px;
        margin-bottom: 0;
    }

        .about-us-section .logoContent h4 {
            margin-bottom: 43px;
            padding-bottom: 28px;
            position: relative;
            text-transform: uppercase;
        }

            .about-us-section .logoContent h4:before {
                position: absolute;
                bottom: 2px;
                content: "";
                width: 98px;
                height: 8px;
                background: #6ec6ab;
                left: 1px;
            }

    .about-us-section .content p {
        font: 400 20px/28px "Barlow", sans-serif;
        color: #16416f;
        margin-bottom: 18px;
        padding-left: 15px;
    }

        .about-us-section .content p span {
            color: #005e68;
            font-weight: 600;
            text-decoration: underline;
        }

            .about-us-section .content p span:hover {
                text-decoration: none;
                color: #1275bc;
            }

.aboutUsMain {
    padding: 103px 0 73px;
    position: relative;
}

    .aboutUsMain.arcArtGreen:before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(87%, rgb(255, 255, 255)), to(rgb(226, 244, 238)));
        background: linear-gradient(0deg, rgb(255, 255, 255) 87%, rgb(226, 244, 238) 100%);
    }

    .aboutUsMain h3 {
        font: 900 48px/52px "Barlow", sans-serif;
        margin-bottom: 22px;
    }

    .aboutUsMain h4 {
        font-size: 16px;
        font-weight: 600;
        color: #1275bc;
        text-transform: uppercase;
        padding-left: 70px;
        letter-spacing: 0.33px;
        margin-bottom: 35px;
    }

    .aboutUsMain p {
        padding-bottom: 20px;
    }

    .aboutUsMain .paddiingImg {
        margin: 0 auto;
        text-align: right;
    }

        .aboutUsMain .paddiingImg img {
            position: absolute;
            top: 10%;
            left: 50%;
            -webkit-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
        }

    .aboutUsMain ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .aboutUsMain ul img {
        margin-right: 20px;
    }

    .aboutUsMain ul h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
    }

.aboutRecycleImage {
    position: relative;
}

    .aboutRecycleImage .paddiingImg {
        position: absolute;
        top: -36px;
        right: 0;
        z-index: 3;
        text-align: center;
    }

.about-contact {
    padding: 0 0 0;
    position: relative;
    margin-top: 73px;
}

    .about-contact .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .about-contact .row h2 {
            padding-bottom: 15px;
        }

        .about-contact .row h3 {
            margin-bottom: 15px;
        }

        .about-contact .row p {
            padding-bottom: 20px;
        }

    .about-contact .footnoteSection {
        padding: 73px 0 0;
    }

    .about-contact .right-dot-img {
        position: absolute;
        right: 0;
        top: 0;
    }

.interstitial h5 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    padding: 0 22px;
}

    .interstitial h5 span.sub-treat {
        font-weight: 700;
        display: block;
    }

.interstitial p {
    padding: 16px 22px;
}

.interstitial .popUpFooter {
    display: block;
    margin: 5px auto 30px;
}

    .interstitial .popUpFooter .cancel-btn {
        margin-right: 10px;
        color: #005e68;
        background: #c4dadc;
        text-decoration: none;
        font-weight: bold;
    }

        .interstitial .popUpFooter .cancel-btn:hover {
            background: #16416f;
            color: #fff;
        }

.interstitial .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: absolute;
    right: 25px;
}

    .interstitial .close .clsIcon-hvr {
        display: none;
    }

@media screen and (min-width: 576px) {
    .modal-dialog {
        margin: 3.75rem auto;
    }
}

@media screen and (max-width: 767px) {
    .interstitial h5 {
        font-size: 22px;
        line-height: 30px;
        padding: 0 12px;
    }

    .modal-dialog {
        margin: 2em auto;
    }
}

@media screen and (max-width: 576px) {
    .modal-dialog {
        margin: 2em 0.5rem;
    }
}

@media screen and (max-width: 357px) {
    .interstitial h5 {
        padding: 0 8px;
    }

    .interstitial p {
        padding: 12px 10px;
    }
}

.bannerContact {
    position: relative;
    margin-bottom: 45px;
    padding-top: 15px;
}

    .bannerContact.heroInnerBanner .img-wrap {
        top: 0%;
    }

    .bannerContact .img-wrap {
        position: absolute;
        top: 12%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 40px;
    }

    .bannerContact .positionFree .breadcrumb,
    .bannerContact .positionFree .leftNav {
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        visibility: hidden;
    }

    .bannerContact .breadcrumb {
        position: fixed;
        z-index: 2;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .bannerContact .leftNav {
        background: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        margin-top: 42px;
        position: fixed;
        max-width: 257px;
        z-index: 2;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        visibility: visible;
    }


        .bannerContact .leftNav h2 {
            font: 900 18px/24px "Barlow", sans-serif;
            letter-spacing: 2px;
            color: #16416f;
            -webkit-box-shadow: -1px 0px 9px 5px #f2f2f2;
            box-shadow: -1px 0px 9px 5px #f2f2f2;
            padding: 8px 0 8px 20px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .bannerContact .leftNav h3 {
            font: 600 12px/24px "Barlow", sans-serif;
            letter-spacing: 0.25px;
            color: #1275bc;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .bannerContact .leftNav ul li {
            padding: 0 0 10px 24px;
        }

            .bannerContact .leftNav ul li a {
                font-size: 16px;
                font-weight: 600;
                color: #005e68;
                text-decoration: underline;
            }

                .bannerContact .leftNav ul li a span {
                    color: #005e68;
                }

                    .bannerContact .leftNav ul li a span:hover {
                        color: #1275bc;
                    }

                .bannerContact .leftNav ul li a:hover {
                    font-weight: 600;
                    color: #1275bc;
                    text-decoration: underline;
                    text-decoration-color: #1275bc;
                }

            .bannerContact .leftNav ul li li {
                padding: 0 0 9px;
            }

                .bannerContact .leftNav ul li li.active a {
                    font-weight: 700;
                    color: #16416f;
                    text-decoration: none;
                }

            .bannerContact .leftNav ul li.last {
                border-top: 1px solid #16416f;
                padding: 20px 0 20px 24px;
            }

                .bannerContact .leftNav ul li.last img {
                    margin-right: 10px;
                }

                .bannerContact .leftNav ul li.last a {
                    color: #005e68;
                    text-decoration: none;
                    position: relative;
                }

                    .bannerContact .leftNav ul li.last a:before {
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-left: 9px solid #16416f;
                        content: "";
                        right: -15px;
                        top: 6px;
                    }

                .bannerContact .leftNav ul li.last:hover {
                    background: #16416f;
                    color: #a5e3f5;
                }

                    .bannerContact .leftNav ul li.last:hover a {
                        color: #a5e3f5;
                        text-decoration: none;
                        position: relative;
                    }

                        .bannerContact .leftNav ul li.last:hover a:before {
                            position: absolute;
                            width: 0;
                            height: 0;
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-left: 9px solid #a5e3f5;
                            content: "";
                            right: -15px;
                            top: 6px;
                        }

                .bannerContact .leftNav ul li.last.active {
                    background: #16416f;
                    color: #a5e3f5;
                }

                    .bannerContact .leftNav ul li.last.active a {
                        color: #a5e3f5;
                        text-decoration: none;
                        position: relative;
                    }

                        .bannerContact .leftNav ul li.last.active a:before {
                            position: absolute;
                            width: 0;
                            height: 0;
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-left: 9px solid #a5e3f5;
                            content: "";
                            right: -15px;
                            top: 6px;
                        }

                    .bannerContact .leftNav ul li.last.active a {
                        color: #a5e3f5;
                        text-decoration: none;
                        position: relative;
                    }

                        .bannerContact .leftNav ul li.last.active a:before {
                            position: absolute;
                            width: 0;
                            height: 0;
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-left: 9px solid #a5e3f5;
                            content: "";
                            right: -15px;
                            top: 6px;
                        }

    .bannerContact .bannerImageDesktop {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        width: 42%;
        z-index: -1;
    }

        .bannerContact .bannerImageDesktop img {
            max-width: 100%;
            height: auto;
        }

    .bannerContact .content {
        padding: 50px 0 0;
    }

        .bannerContact .content h1 {
            font: 900 12px/18px "Barlow", sans-serif;
            letter-spacing: 1.88px;
            color: #1275bc;
            text-transform: uppercase;
            margin-bottom: 13px;
        }

        .bannerContact .content h2 {
            font: 900 60px/60px "Barlow", sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }

.threeColm {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 90px;
}

    .threeColm:before {
        left: 60%;
    }

    .threeColm h2 {
        font: 900 48px/52px "Barlow", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .threeColm ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .threeColm ul.contact-threecolm li {
            padding: 0 10px;
        }

            .threeColm ul.contact-threecolm li .imgWrap {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .threeColm ul.contact-threecolm li .imgWrap:before {
                    display: none;
                }

        .threeColm ul li {
            width: 30%;
            padding: 0 20px;
        }

        .threeColm ul h2 {
            font: 600 16px/18px "Barlow", sans-serif;
            letter-spacing: 0.33px;
            color: #1275bc;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

            .threeColm ul h2 a:before {
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 10px solid #005e68;
            }

        .threeColm ul h3 {
            font: 900 18px/24px "Barlow", sans-serif;
            margin-bottom: 15px;
        }

        .threeColm ul .imgWrap {
            margin-bottom: 22px;
            height: 126px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .threeColm ul p {
            min-height: 68px;
            margin-bottom: 22px;
        }

        .threeColm ul a {
            font-weight: 600;
            color: #005e68;
            position: relative;
            padding-left: 15px;
            text-transform: none;
        }

            .threeColm ul a:before {
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 8px solid #005e68;
                position: absolute;
                left: 0;
                top: 2px;
                content: "";
            }

.upd-unseen p {
    font: 900 18px/24px "Barlow", sans-serif;
    margin-top: 18px;
}

.upd-unseen .counter .box.count78 {
    margin-right: 0px;
}

.upd-unseen span.bdr-lin {
    border-right: 1px solid #16416f;
}

.box-two {
    width: 130px;
    height: 195px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

    .box-two .percent {
        font: 900 18px/24px "Barlow", sans-serif;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #1268aa;
        font-size: 71.5px;
        background: url(/siteassets/img/img-393x264-drop-white.png) left top no-repeat;
        background-size: 100%;
    }

    .box-two .percent-one {
        font: 900 18px/24px "Barlow", sans-serif;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #1268aa;
        font-size: 71.5px;
        background: url(/siteassets/img/img-393x264-drop-blue.svg) left top no-repeat;
        background-size: 100%;
    }

    .box-two .water-one {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0, 22%);
        transform: translate(0, 22%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1270b6), color-stop(#154575), to(#154575));
        background-image: linear-gradient(#1270b6, #154575, #154575);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .box-two .water-two {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#1270b6), color-stop(#154575), to(#154575));
        background-image: linear-gradient(#1270b6, #154575, #154575);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .box-two .water_wave_front {
        left: 0;
        fill: #4ac7eb;
        margin-bottom: -1px;
        -webkit-animation: wave-front 0.7s infinite linear;
        animation: wave-front 0.7s infinite linear;
    }

    .box-two #count {
        color: #fff;
    }

    .box-two #count1 {
        color: #fff;
    }

    .box-two .percent-color {
        color: #fff;
    }

.percentNum {
    top: 36px;
    position: relative;
    font: 700 71px/0px "Barlow Condensed", sans-serif;
    color: #fff;
    margin-left: 5px;
    margin-top: -5px;
}

.percentB {
    font-size: 41.7px;
    position: relative;
    top: 24px;
    color: #fff;
}

@-webkit-keyframes wave-front {
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes wave-front {
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes wave-back {
    to {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

@keyframes wave-back {
    to {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}

.bauschReward .threecolproduct {
    padding-bottom: 61px;
}

    .bauschReward .threecolproduct img {
        margin-bottom: 35px;
        width: auto;
        max-height: 185px;
    }

    .bauschReward .threecolproduct h5 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 900;
        margin-bottom: 7px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .bauschReward .threecolproduct .sml-fnt {
        font-size: 10px;
        line-height: 14px;
    }

.bauschReward .product-item img {
    margin-bottom: 22px;
    max-height: 110px;
    width: auto;
}

.bauschReward .product-item h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bauschReward .product-item .sml-fnt {
    font-size: 14px;
    line-height: 20px;
}

.bauschReward .product-item p {
    margin-bottom: 5px;
}

    .bauschReward .product-item p.rewardParaText {
        min-height: 78px;
    }

        .bauschReward .product-item p.rewardParaText span.rewardText {
            white-space: nowrap;
            display: block;
        }

        .bauschReward .product-item p.rewardParaText.rewardPrText {
            display: inline-block;
        }

            .bauschReward .product-item p.rewardParaText.rewardPrText .rewardSpnTxt {
                white-space: nowrap;
            }

.bauschReward .monthlyContacts {
    border: none;
    padding-top: 72px;
}

.bauschReward .monthlyproduct {
    padding-bottom: 106px;
}

.bauschReward.contactproduct .container .row {
    border-bottom: solid 1px #16416f;
}

.bauschReward.howToContacts {
    padding: 0;
}

    .bauschReward.howToContacts .product-item {
        margin-top: 24px;
    }

.bauschReward a.grn-text {
    text-decoration: underline;
    cursor: pointer;
}

.rewardSection {
    margin: 45px 0 45px;
}

    .rewardSection img {
        margin-bottom: 33px;
    }

    .rewardSection .sml-fnt {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        text-align: left;
    }

    .rewardSection h3 {
        margin-bottom: 10px;
    }

        .rewardSection h3 sup {
            font-weight: 500;
            top: -0.6em;
        }

    .rewardSection p {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 30px;
    }

@media screen and (max-width: 1400px) {
    .bauschReward .product-item p.rewardParaText {
        min-height: 92px;
    }

        .bauschReward .product-item p.rewardParaText.rewardPrText {
            display: inline-block;
        }

            .bauschReward .product-item p.rewardParaText.rewardPrText .rewardSpnTxt {
                white-space: normal;
            }
}

@media screen and (max-width: 1200px) {
    .heroBanner.rewardBanner h1 {
        padding-top: 42px;
    }

    .bauschReward .product-item p.rewardParaText {
        min-height: 102px;
    }

        .bauschReward .product-item p.rewardParaText span.rewardText {
            white-space: normal;
            display: block;
        }
}

@media screen and (max-width: 1024px) {
    .bauschReward.contactproduct {
        padding: 72px 0 35px;
    }

    .bauschReward .threecolproduct {
        padding-bottom: 30px;
    }

        .bauschReward .threecolproduct img {
            margin-bottom: 22px;
            width: auto;
            max-height: 196px;
        }

    .bauschReward.howToContacts h3 {
        margin-bottom: 22px;
    }

    .bauschReward.howToContacts .product-item {
        padding-bottom: 30px;
        padding-top: 0px;
    }

        .bauschReward.howToContacts .product-item img {
            margin-bottom: 15px;
        }

    .bauschReward .product-item h5 {
        margin-bottom: 15px;
    }

    .bauschReward .product-item img {
        margin-bottom: 15px;
    }

    .bauschReward .product-item p {
        margin-bottom: 15px;
    }

    .bauschReward .monthlyproduct {
        padding-bottom: 48px;
    }

    .bauschReward .monthlyContacts {
        padding-top: 42px;
    }

    .rewardSection {
        margin: 56px 0 48px;
    }
}

@media screen and (max-width: 991px) {
    section.avialable-sec .inrparatext {
        width: 100%;
    }

    .heroBanner.rewardBanner.homeHero {
        padding: 5px 0 0;
    }

    .heroBanner.rewardBanner h1 {
        padding-top: 20px;
    }

    .bauschReward .product-item p.rewardParaText {
        min-height: 48px;
    }

        .bauschReward .product-item p.rewardParaText.rewardPrText .rewardSpnTxt {
            white-space: normal;
        }

            .bauschReward .product-item p.rewardParaText.rewardPrText .rewardSpnTxt .nowrap {
                white-space: nowrap;
            }

    .rewardThreeColm p .nowrap {
        white-space: nowrap;
    }
}

@media screen and (min-width: 365px) and (max-width: 403px) {
    .rewardSection p {
        padding: 0 20px;
    }
}

.about-us-section .content p a span {
    font-weight: 500;
}

@media screen and (min-width: 2300px) {
    .contentExploreProduct {
        margin-top: 10%;
    }
}

@media screen and (min-width: 1801px) {
    .contentExploreProduct {
        margin-top: 10%;
    }

    .bannerContact.daily {
        margin-bottom: 34px;
    }

    .bannerContact.astigmatism {
        margin-bottom: 30px;
    }

    .bannerContact.wearer {
        margin-bottom: 46px;
    }

    .arcArtGreen.upwardarc:before {
        left: 65%;
        height: 55vh;
    }

    .arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .dot-img {
        bottom: -40px;
    }

    .arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .biotruecurvepad {
        padding-top: 150px;
    }

    .arcArtGreen.upwardarc .img-wrap-right {
        top: 252px;
    }
}

@media screen and (min-width: 1500px) {
    .monthlyReusedLenses {
        padding: 38px 0 82px;
    }
}

@media screen and (min-width: 1440px) {
    .pdf-section.inFSe-Pge {
        margin-top: 17px;
    }

    .pdf-section.biotrue-sec {
        padding-top: 21px;
    }

    .pdf-section .pdf-content {
        margin-left: 0;
    }

    .footnoteContent p {
        margin-left: 60px;
    }
}

@media screen and (min-width: 992px) {

    .globalTwoColm p.cs-pd-adjust {
        padding-right: 95px;
    }

    .contentInnerProduct .productMain.ultramonthly .secondrow .col-lg-6 {
        padding-bottom: 25px;
    }

    .contentInnerProduct .mf-reading ul.custom-krt li h5 {
        min-height: 73px;
    }

    .contentInnerProduct .mf-reading ul.custom-krt li p {
        min-height: 44px;
    }

    .contentInnerProduct ul.custom-krt li p.bio-desc {
        min-height: 90px;
    }

    .contentInnerProduct ul.custom-krt li p.inf-desc {
        min-height: 88px;
    }

    .contentInnerProduct.multifocalReading .multifocalReadingVideo {
        position: relative;
    }

        .contentInnerProduct.multifocalReading .multifocalReadingVideo p {
            font-size: 16px;
            line-height: 22px;
            color: #16416f;
            letter-spacing: normal;
        }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.flash-light {
                position: absolute;
                top: 20px;
                left: 76px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.eye-glass {
                position: absolute;
                text-align: center;
                left: 33px;
                bottom: -13px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.mobile {
                position: absolute;
                text-align: center;
                left: 282px;
                bottom: -58px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.man {
                position: absolute;
                text-align: left;
                bottom: 9px;
                right: -28px;
            }

    .contentInnerProduct.multifocalReading .find-eye {
        margin-top: 100px;
    }

    .contentInnerProduct.wearOption ul.custom-krt li p {
        min-height: 60px;
    }

    .contentInnerProduct.wearOption.first-wear ul.custom-krt li p {
        min-height: 85px;
    }

    .contentInnerProduct.wearOption.first-wear ul.custom-krt li p {
        min-height: 131px;
    }

    .contentInnerProduct.aboutNearsightedness {
        padding-top: 67px;
    }

    .bannerContact.quiz-results {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .ResultBlock .resultContentArea img.imgleftpad {
        margin-left: -54px;
    }

    .ResultBlock .resultContentArea img.biopresimgleftpad {
        margin-left: -66px;
    }

    a.inrparatext.arw-center {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-left: 0;
        text-align: center;
    }

    .howToContacts .product-item p.recycle {
        min-height: 91px;
    }

    .howToContacts .mn-wear .product-item p {
        min-height: 148px;
    }

    .monthly-biotrue .footnoteContent {
        margin-left: 30px;
    }


    .leftSec {
        position: relative;
        align-content: flex-start;
    }

    .bannerContact .sidebar-wrapper {
        position: fixed;
        display: inline-block;
        z-index: 8;
    }

    nav {
        width: 100%;
        display: inline-block;
    }

    .bannerContact .sidebar-wrapper .breadcrumb,
    .bannerContact .sidebar-wrapper .leftNav {
        position: relative;
        margin-top: 0;
    }

    .bannerContact .sidebar-wrapper.active .breadcrumb,
    .bannerContact .sidebar-wrapper.active .leftNav {
        position: relative;
    }
}

@media screen and (max-width: 1800px) {
    .contentExploreProduct {
        margin-top: 10%;
    }
}

@media screen and (max-width: 1600px) {
    .lesnseBiotrueMain .dot-img {
        left: -84px;
    }
}

@media screen and (max-width: 1500px) {
    .heroInner p {
        margin-bottom: 30px;
    }

    .breadcrumb {
        margin-bottom: 30px;
    }

    .contentExploreProduct {
        margin-top: 80px;
    }

    .heroBanner .img-wrap {
        left: -20px;
    }

    .bannerContact .img-wrap {
        left: 18px;
    }

    section.needForContacts .img-wrap {
        left: -24px;
    }

    .lesnseBiotrueMain .dot-img {
        left: -107px;
    }

    .NearsightednessContent .img-wrap {
        position: absolute;
        left: -23px;
    }
}

@media screen and (max-width: 1440px) {
    .bannerContact .img-wrap {
        margin-left: -17px;
    }

        .bannerContact .img-wrap img {
            max-width: 100%;
        }

    .heroBanner .img-wrap {
        margin-left: -18px;
    }

        .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%;
    }

    .bannerInnerFour .container {
        margin-top: 0;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .bannerContact {
        position: relative;
    }

        .bannerContact .content {
            position: relative;
        }

            .bannerContact .content h2 {
                font-size: 48px;
                line-height: 48px;
            }

        .bannerContact .contact-lenses {
            padding: 38px 0 0;
        }

        .bannerContact .leftNav {
            max-width: 257px;
        }

            .bannerContact .leftNav ul li li {
                font-size: 14px;
                line-height: 20px;
            }

                .bannerContact .leftNav ul li li.active a {
                    font-size: 16px;
                    line-height: 20px;
                }

    .arcArtGreen.upwardarc:before {
        left: 67%;
        height: 45vh;
    }

    .arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .dot-img {
        bottom: -15px;
    }

    .arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .biotruecurvepad {
        padding-top: 100px;
    }

    .arcArtGreen.upwardarc .img-wrap-right {
        top: 193px;
    }

    .bannerContact .bannerImageDesktop {
        width: 42%;
    }

    .bannerContact.dailyBannerBottom {
        margin-bottom: 30px;
    }

        .bannerContact.dailyBannerBottom .content {
            padding: 38px 0 0;
        }

        .bannerContact.dailyBannerBottom .bannerImageDesktop {
            width: 38%;
        }

    section.needForContacts .img-wrap {
        left: -40px;
    }

    .lesnseBiotrueMain .dot-img {
        left: -124px;
    }

    .NearsightednessContent .img-wrap {
        position: absolute;
        left: -38px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .heroBanner h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .heroBanner .img-wrap {
        margin-left: 1px;
    }

    .monthly-biotrue .biotrueLenses {
        margin-bottom: 30px;
    }

    .bannerContact .img-wrap {
        margin-left: 1px;
        left: 2px;
    }

    .contentExploreProduct {
        margin-top: 78px;
    }

    .contentInnerProduct ul.custom-krt li p.inf-desc {
        min-height: 110px;
    }

    .contentInnerProduct ul.custom-krt li p.bio-desc {
        min-height: 111px;
    }

    .contentInnerProduct.multifocalReading .multifocalReadingVideo {
        position: relative;
    }

        .contentInnerProduct.multifocalReading .multifocalReadingVideo p {
            font-size: 16px;
            line-height: 22px;
            color: #16416f;
            letter-spacing: normal;
        }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.flash-light {
                position: absolute;
                top: 23px;
                left: 58px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.eye-glass {
                position: absolute;
                text-align: center;
                left: 22px;
                bottom: -13px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.mobile {
                position: absolute;
                text-align: center;
                left: 236px;
                bottom: -58px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.man {
                position: absolute;
                text-align: left;
                bottom: 8px;
                right: -38px;
            }

    .contentInnerProduct.multifocalReading .find-eye {
        margin-top: 100px;
    }

    .contentInnerProduct.wearOption ul.custom-krt li p {
        min-height: 90px;
    }

    .arcArtGreen.upwardarc:before {
        left: 70%;
        height: 45vh;
    }

    .arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .dot-img {
        bottom: 35px;
    }

    .arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .biotruecurvepad {
        padding-top: 100px;
    }

    .arcArtGreen.upwardarc .img-wrap-right {
        top: 218px;
    }

    .recycleOne .logoContent h4 {
        margin-left: 53px;
    }

    .first-time-wear .rw-frstWear .col-lg-12 {
        margin: 0 10px;
    }

    .howToContacts .product-item p.recycle {
        min-height: 110px;
    }

    .bannerContact.dailyBannerBottom {
        margin-bottom: 2%;
    }

    section.needForContacts .needContactsBlock p.fingertext {
        padding-right: 40px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 1376px) {
    .bannerContact.dailyBannerBottom {
        margin-bottom: 1%;
    }
}

@media screen and (max-width: 1300px) {
    .bannerContact.dailyBannerBottom {
        margin-bottom: 0px;
    }

        .bannerContact.dailyBannerBottom .bannerContact.dailyBannerBottom .content {
            padding: 30px 0 0;
        }
}

@media screen and (max-width: 1280px) {
    .heroBanner.heroInner .bannerImageDesktop img {
        max-width: 56%;
    }

    .heroBanner .img-wrap {
        width: 38px;
    }

    .ResultBlock .resultContentArea {
        padding: 31px 20px 26px;
    }

    .bannerContact .bannerImageDesktop {
        width: 38%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    header {
        height: 126px;
    }

        header .navbar-brand img {
            margin-top: 10px;
        }

    .wear-fresh p.daily-con {
        padding: 0;
    }

    .bannerContact {
        margin-bottom: 27px;
        padding-top: 15px;
    }

        .bannerContact .bio-banner img {
            width: 234px;
            margin-left: 72px;
        }

        .bannerContact .content {
            padding-top: 15px;
        }

            .bannerContact .content h1 {
                font-size: 11px;
                line-height: 15px;
                margin-bottom: 10px;
            }

                .bannerContact .content h1 span.nowrap {
                    white-space: nowrap;
                    color: inherit;
                }

            .bannerContact .content h2 {
                font-size: 32px;
                line-height: 35px;
            }

        .bannerContact .img-wrap {
            margin-left: -45px;
            width: 57px;
            top: -10%;
        }

    main {
        padding-top: 125px;
    }

    .primaryBtn {
        font-size: 14px;
        padding: 11px 25px;
        letter-spacing: 1px;
    }

    .bannerContact .leftNav {
        max-width: 220px;
    }

    .heroBanner .img-wrap {
        width: 32px;
        margin-left: -31px;
    }

    .heroBanner h2 {
        margin-bottom: 10px;
    }

    .howToContacts .product-item p {
        min-height: 65px;
    }

    .contactproduct .product-content .imgWrap {
        height: 170px;
    }

    .contactproduct .product-content .biotrueProductImg .imgWrap {
        height: 170px;
    }

        .contactproduct .product-content .biotrueProductImg .imgWrap img {
            width: 211px;
        }

    .contactproduct .product-content.ultra-pro .imgWrap img {
        width: 366px;
    }

    .contentInnerProduct.wearOption ul.custom-krt li img.biotrue {
        width: 140px;
        padding: 11px 0;
    }

    .contentInnerProduct.wearOption ul.custom-krt li img.infuse {
        width: 165px;
        height: 102px;
    }

    .contentInnerProduct .mf-reading ul.custom-krt li h5 {
        min-height: 100px;
    }

    .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li {
        padding: 0;
    }

        .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li h5 {
            min-height: 192px;
        }

        .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li p {
            min-height: 132px;
        }

    .contentInnerProduct.customKeratoconus .keratoconusCustomImg p {
        min-height: 88px;
    }

    .contentInnerProduct ul.custom-krt li p.inf-desc {
        min-height: 154px;
    }

    .contentInnerProduct ul.custom-krt li p.bio-desc {
        min-height: 197px;
    }

    .contentInnerProduct.arcArtGreen.upwardarc:before {
        left: 70%;
        height: 85vh;
    }

    .contentInnerProduct.arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .dot-img {
        bottom: -18px;
        left: -136px;
    }

    .contentInnerProduct.arcArtGreen.upwardarc.contentInnerProduct.lesnseBiotrueMain .biotruecurvepad {
        padding-top: 45px;
    }

    .contentInnerProduct.arcArtGreen.upwardarc .img-wrap-right {
        top: 219px;
        right: -44px;
    }

    .contentInnerProduct.productCstmItem ul .custom-krt h5 {
        min-height: 96px;
    }

    .contentInnerProduct.productCstmItem ul .custom-krt P {
        min-height: 67px;
    }

    .contentInnerProduct .cstmContact.desc-text ul li p {
        min-height: 110px;
    }

    .contentInnerProduct .cstmContact.desc-text ul li img {
        width: 154px;
    }

    .contentInnerProduct .threecolproduct ul li p {
        min-height: 129px;
    }

    .contentInnerProduct .bio-oneday ul.custom-krt li h5 {
        min-height: 97px;
    }

    .contentInnerProduct .bio-oneday ul.custom-krt li p {
        min-height: 88px;
    }

    .contentInnerProduct.multifocalReading .multifocalReadingVideo {
        position: relative;
    }

        .contentInnerProduct.multifocalReading .multifocalReadingVideo p {
            font-size: 14px;
            line-height: 16px;
        }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.flash-light {
                position: absolute;
                top: 22px;
                left: 42px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.eye-glass {
                position: absolute;
                text-align: center;
                left: 17px;
                bottom: -13px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.mobile {
                position: absolute;
                text-align: center;
                left: 192px;
                bottom: -45px;
            }

            .contentInnerProduct.multifocalReading .multifocalReadingVideo p.man {
                position: absolute;
                text-align: left;
                bottom: 8px;
                right: -41px;
            }

    .contentInnerProduct.multifocalReading .find-eye {
        margin-top: 83px;
    }

    .contentInnerProduct.wearOption ul.custom-krt li p {
        min-height: 110px;
    }

    .contentInnerProduct.wearOption ul.custom-krt li h4 {
        min-height: 48px;
    }

    .contentInnerProduct.wearOption ul.custom-krt li .text {
        min-height: 156px;
    }

    .contentInnerProduct.productBiotrue .counter .box p {
        padding: 0 10px;
    }

    .productMain.ultramonthly p {
        min-height: 110px;
    }

    .Question-Content .QuestionOne ul.slist li {
        width: 88%;
    }

    .contentExploreProduct.threeColm ul p {
        min-height: 110px;
    }

    .heroInner .bannerImageDesktop img {
        max-width: 56%;
    }

    .globalTwoColm.more p {
        min-height: 88px;
    }

    .globalTwoColm.ex-height p {
        min-height: 132px;
    }

    .globalTwoColm .colOne {
        padding: 25px 25px 33px 25px;
    }

    .globalTwoColm .colTwo {
        padding: 25px 25px 33px 25px;
    }

        .globalTwoColm .colTwo.colthree {
            padding: 25px 25px 33px 25px;
        }

    .globalTwoColm p {
        padding: 0;
        padding-right: 10px;
    }

    .globalTwoColm .primaryBtn {
        padding: 11px 25px;
    }

    .globalTwoColm .contTwo img {
        max-width: 40%;
    }

    .globalTwoColm.column-three.more-height p {
        min-height: 113px;
    }

    .globalTwoColm.column-three.ex-height p {
        min-height: 132px;
    }

    .globalTwoColm.column-three p {
        min-height: 110px;
    }

    .signUpBanner .breadcrumb {
        margin-bottom: 100px;
    }

    .cstmContact ul.custom-krt li img.monthly-cntct-width {
        width: 200px;
    }

    .LenseInnerOne h2 {
        padding: 0 40px;
    }

    .astigmatismThreeCol .col-lg-3 {
        padding: 0 0;
    }

        .astigmatismThreeCol .col-lg-3:first-child h3 {
            padding: 0 0;
        }

        .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;
        }

    .bannerInnerFour .container {
        margin-top: 0;
    }

    .recycleOne {
        padding: 20px 0 101px;
    }

    .heroLens.recycle {
        padding-bottom: 64px;
    }

    .sustainabilityBannerProduct .banner-text h3 {
        margin-bottom: 10px;
        font: 900 30px/45px "Barlow", sans-serif;
    }

    .sustainabilityBannerProduct .banner-text p {
        font: 400 16px/20px "Barlow", sans-serif;
        margin-bottom: 30px;
    }

    .sustainabilityBannerProduct .right-dot-img img {
        width: 100%;
        height: 206px;
    }

    .bannerContact .leftNav ul li li.active a {
        font-size: 16px;
    }

    .first-time-wear .rw-frstWear .col-lg-12 {
        margin: 0 10px;
    }

    .footnoteContent p {
        margin-left: -20px;
    }

    .monthly-biotrue .footnoteContent p {
        margin-left: 63px;
    }

    section.needForContacts .needContactsBlock p.fingertext {
        padding-right: 20px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 1118px) {
    .heroBanner.heroInner .bannerImageDesktop img {
        max-width: 70%;
    }

    .conBottom {
        margin-bottom: 46px;
    }

    .bannerContact.dailyBannerBottom {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .howToContacts.ch-monthlywear .col-snd ul li img {
        margin-right: 32px;
    }

    .contentInnerProduct.arcArt.new-ch-multi .mf-reading ul.custom-krt li h5 {
        min-height: 0;
    }

    .contentInnerProduct.arcArt.new-ch-multi .mf-reading ul.custom-krt li p {
        min-height: 0;
    }

    .contentInnerProduct.arcArt.new-ch-multi .cstmContact div {
        border-bottom: none;
        margin-bottom: 0;
    }

    .contentInnerProduct.arcArt.new-ch-multi div:first-child {
        border-right: none;
        border-bottom: none;
    }

    span.nowrap {
        white-space: unset;
    }

    span.nowrapmob {
        white-space: nowrap;
        color: inherit;
    }

    h3 {
        font-size: 32px;
        line-height: 36px;
    }

    h4 {
        font-size: 30px;
        line-height: 36px;
    }

    main {
        padding-top: 56px;
    }

    .heroInnerBanner {
        margin-bottom: 62px;
    }

    .monthlyReusedLenses {
        padding: 60px 0 68px;
    }

    .navy-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .navy-line hr {
            width: 95%;
            color: #16416f;
        }

    .heroBanner.heroInnerBanner {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, rgb(255, 255, 255)), color-stop(82%, rgba(18, 117, 188, 0.4459033613)), to(rgba(18, 117, 188, 0.4459033613)));
        background: linear-gradient(180deg, rgb(255, 255, 255) 24%, rgba(18, 117, 188, 0.4459033613) 82%, rgba(18, 117, 188, 0.4459033613) 100%);
    }

    .nowrap {
        display: unset;
        white-space: normal;
    }

    .bannerContact {
        padding: 25px 0 40px;
        margin-bottom: 48px;
    }

        .bannerContact .img-wrap {
            display: none;
        }

        .bannerContact .row .content {
            padding-top: 30px;
        }

            .bannerContact .row .content p.bnr-paratext {
                margin-bottom: 30px;
            }

            .bannerContact .row .content h2 {
                font-size: 44px;
                line-height: 48px;
            }

        .bannerContact .row .leftNav {
            top: 87px;
            position: fixed;
            width: 100%;
            left: 0;
            right: 0;
            max-width: 100%;
        }

        .bannerContact .row .mobileFilter h2 {
            position: fixed;
            margin-bottom: 0;
            -webkit-box-shadow: -1px 0px 10px #ccc;
            box-shadow: -1px 0px 10px #ccc;
            color: #16416f;
            text-transform: uppercase;
            font-weight: 900;
            font-size: 18px;
            padding: 2px 20px;
            background: #fff;
            margin-top: 0;
            width: 100%;
            left: 0;
            right: 0;
            box-shadow: -1px 0px 10px #ccc;
            -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            top: 78px;
            z-index: 9;
        }

        .bannerContact .row .breadcrumb {
            position: relative;
            margin-bottom: 0px;
            margin-top: 75px;
        }

        .bannerContact.mob-banner {
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

    .wearOption {
        padding-top: 15px;
    }

        .wearOption .cstmContact {
            padding-bottom: 0px;
        }

            .wearOption .cstmContact ul.custom-krt {
                padding-bottom: 55px;
            }

                .wearOption .cstmContact ul.custom-krt li a.inrparatext {
                    padding-left: 0px;
                }

                .wearOption .cstmContact ul.custom-krt li p {
                    padding: 0;
                }

                .wearOption .cstmContact ul.custom-krt li div {
                    border-bottom: none;
                }

                .wearOption .cstmContact ul.custom-krt.customKrtLine {
                    padding-bottom: 25px;
                }

                    .wearOption .cstmContact ul.custom-krt.customKrtLine li {
                        border-left: none;
                    }

            .wearOption .cstmContact div:last-child {
                margin-bottom: 0;
            }

    section.needForContacts .needContactsBlock h3 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 10px;
    }

    section.needForContacts .needContactsBlock p {
        margin-bottom: 25px;
        padding-right: 0px;
    }

        section.needForContacts .needContactsBlock p.fingertext {
            padding-left: 0;
            padding-right: 0;
        }

    section.needForContacts .needContactsBlock img.fingerfeye {
        position: unset;
        margin-bottom: 15px;
    }

    .specialBiotrueVision.avail-biotrue {
        margin-bottom: 0;
    }

    .specialVision.arcArt {
        padding-bottom: 10px;
    }

    .specialVision .rwFndDctr {
        margin-bottom: 0px;
    }

        .specialVision .rwFndDctr ul.stage-krt.stage-krt-pad li img {
            margin-top: 0px;
            margin-bottom: 25px;
        }

    .contentExploreProduct {
        margin-top: 48px;
    }

    .aboutUsMain {
        padding: 85px 0 73px;
        position: relative;
        margin-top: 101px;
    }

        .aboutUsMain.arcArtGreen:before {
            width: 100vw;
        }

    .find-txt {
        text-align: center;
    }

        .find-txt a.inrparatext {
            padding-left: 17px;
        }

            .find-txt a.inrparatext:before {
                left: 0px;
                top: 3px;
            }

    .about-us-section .logoContent {
        padding-left: 0px;
    }

        .about-us-section .logoContent h4:before {
            left: 1px;
        }

    .about-us-section .content P {
        padding-left: 0px;
    }

    .contactLenseMain .productMain {
        padding: 28px 0 0px;
        margin-bottom: 71px;
    }

        .contactLenseMain .productMain.ultramonthly {
            padding-top: 0px;
            margin-bottom: 0;
        }

            .contactLenseMain .productMain.ultramonthly [class*="col-"] {
                border-bottom: 1px solid #16416f;
            }

            .contactLenseMain .productMain.ultramonthly .callout-top-pad {
                border-bottom: 1px solid #16416f;
            }

            .contactLenseMain .productMain.ultramonthly .secondrow [class*="col-"]:last-child {
                border-bottom: none;
            }

        .contactLenseMain .productMain:first-child div {
            border-bottom: solid 1px #16416f;
            padding-bottom: 20px;
        }

    .homeTryBefore {
        padding: 82px 0 56px;
    }

        .homeTryBefore .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .homeTryBefore .paddiingImg {
            position: relative;
            top: 0;
            right: 0;
            left: 0;
        }

            .homeTryBefore .paddiingImg img {
                margin: 0 auto;
                text-align: center;
                width: 100%;
                height: auto;
                max-width: 519px;
                margin-bottom: 39px;
            }

    .contactproduct .product-content:first-child {
        border-right: none;
    }

    .productBiotrue {
        padding-top: 0px;
    }

    .astigmatismContOne,
    .astigmatismThreeCol .coloumTwo,
    .biotrue-astig .coloumTwo,
    .recycleMain.multifocalMiddle {
        padding-bottom: 40px;
    }

    .agst-perform h2 {
        padding-top: 47px !important;
    }

    .heroBanner .img-wrap {
        bottom: 3% !important;
    }

    .signUpform {
        padding-bottom: 0px;
    }

    .howToContacts .product-item {
        margin-top: 10px;
    }

        .howToContacts .product-item img {
            margin-bottom: 30px;
        }

    .productBiotrue .coloumTwo.coloumTwoNew {
        padding: 7px 0 63px;
    }

    .primaryBtn {
        border-radius: 30px;
    }

    .recycleMain.multifocalMiddle ul li:last-child {
        margin-bottom: 30px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heroBanner {
        background-image: none;
        padding-bottom: 43px;
    }

        .heroBanner .container {
            margin-top: 0;
            top: unset;
            -webkit-transform: unset;
            transform: unset;
        }

        .heroBanner .img-wrap {
            display: none;
            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;
        }

    .pt-0-m {
        padding-top: 0px !important;
    }

    .homeHero .img-wrap {
        display: none;
    }

    .formSection {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dbf4fb), color-stop(20%, #dbf4fb), to(#fff));
        background-image: linear-gradient(180deg, #dbf4fb 20%, #dbf4fb 20%, #fff);
        margin-bottom: 40px;
    }

        .formSection h4 {
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1.41px;
        }

        .formSection .row {
            padding: 0px 0 21px 0;
        }

            .formSection .row .Fname {
                margin-bottom: 16px;
                padding-right: 0px;
            }

            .formSection .row .Lname {
                margin-bottom: 16px;
                padding-right: 0px;
            }

            .formSection .row .Eml {
                margin-bottom: 16px;
                padding-right: 0px;
            }

            .formSection .row .DoB {
                padding-right: 10px;
            }

            .formSection .row .ZcodE {
                padding-left: 10px;
                padding-right: 0px;
            }

            .formSection .row .ChosE {
                margin-bottom: 16px;
                padding-right: 0px;
            }

                .formSection .row .ChosE select {
                    width: 100%;
                }

            .formSection .row .Recieve-EMail {
                margin-bottom: 16px;
                position: relative;
            }

                .formSection .row .Recieve-EMail .Form__Element label {
                    min-height: 18px;
                    padding-left: 33px;
                }

                    .formSection .row .Recieve-EMail .Form__Element label input[type="checkbox"] {
                        position: absolute;
                        margin-left: -33px;
                        margin-top: -3px;
                    }

            .formSection .row .Privcy-PlCy {
                margin-bottom: 16px;
                position: relative;
            }

                .formSection .row .Privcy-PlCy .Form__Element label {
                    min-height: 20px;
                    padding-left: 33px;
                }

                    .formSection .row .Privcy-PlCy .Form__Element label input[type="checkbox"] {
                        position: absolute;
                        margin-left: -33px;
                        margin-top: -3px;
                    }

            .formSection .row .col-6 {
                width: 50%;
            }

            .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;
    }

        .heroBanner.heroInner .bannerImage img {
            max-width: 72%;
        }

    .globalTwoColm {
        margin-bottom: 15px;
    }

        .globalTwoColm p {
            padding: 0;
            min-height: 0;
        }

        .globalTwoColm ul li {
            background-position: left 7px;
        }

        .globalTwoColm .colOne {
            padding: 25px 25px 33px 25px;
        }

        .globalTwoColm [class*="col-"] {
            margin-bottom: 30px;
        }

        .globalTwoColm .colTwo {
            padding: 25px 25px 33px 25px;
        }

        .globalTwoColm.column-three.more-height p {
            min-height: 67px;
        }

        .globalTwoColm.column-three p {
            min-height: 55px;
        }

    .signUpBanner .breadcrumb {
        margin-bottom: 38px;
    }

    .aboutMiddle [class*="col-"]:first-child {
        margin-bottom: 40px;
    }

    .fingerfeye {
        margin-bottom: 15px;
    }

    .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 .logoContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

        .recycleOne .logoContent h2 {
            margin-bottom: 30px;
            font: 600 36px/48px "Lora", serif;
            border-top: 8px solid #6ec6ab;
            padding-top: 20px;
            border-left: 0;
            margin: 20px auto 0;
            padding-left: 0;
        }

        .recycleOne .logoContent img {
            margin: 20px auto;
        }

    .img-round {
        margin-bottom: 50px;
    }

        .img-round img {
            width: 100%;
        }

    .img-section-recycle img {
        width: 100%;
        margin-bottom: 30px;
    }

    .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;
        }

    .aboutMiddle {
        margin-bottom: 0;
    }

        .aboutBottom h2,
        .aboutCont h2,
        .aboutMiddle h2 {
            padding-bottom: 27px;
            margin-bottom: 27px;
        }

    .parametersSection h2,
    .performanceSec.performanceSec 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;
    }

    .colmTwoBorder.contentFour h2,
    .recycleMain.multifocalMiddle h2 {
        font-size: 44px;
        line-height: 48px;
    }

    .recycleMain ul h5 {
        line-height: 24px;
    }

    .lensMain .singleCol h2,
    .lensMain .twoCol h2 {
        font-size: 44px;
    }

    .LenseInnerOne h3 {
        font-size: 32px;
        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;
    }

    .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;
    }

        h2.lora span {
            font-size: 24px !important;
            line-height: 30px !important;
        }

            h2.lora 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 {
        padding: 48px 0 60px;
    }

        .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;
            }

        .contactUs .twoCol h4 {
            font-weight: Bold;
        }

    .arcArt:before {
        width: 51vh;
    }

    .arcArtGreen.contentInnerProduct.lesnseBiotrueMain .biotruecurvepad {
        padding-top: 0px;
    }

    .aboutCont p {
        font-size: 16px;
        line-height: 22px;
    }

    .bannerInnerTwo {
        background-size: 68%;
        padding-bottom: 40px;
    }

        .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;
    }

    .threeColm.arcArt ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

        .threeColm.arcArt ul li {
            width: 100%;
            padding: 18px 20px;
        }

    nav.leftNav {
        display: none;
    }

    .cstmContact > div {
        margin-bottom: 37px;
    }

    .Question-Content .QuestionOne .question-img-wrap {
        margin-bottom: 20px;
        padding: 20px 0;
    }

    .Question-Content .QuestionOne .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .Question-Content .QuestionOne .row .questionImage {
            position: relative;
            top: 0;
            display: block;
            padding: 2px 0 30px;
        }

        .Question-Content .QuestionOne .row ul.questionOption li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .ResultBlock {
        padding: 0;
    }

    .aboutAstigmatism ul.stage-krt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .customKeratoconus.arcArt {
        padding-bottom: 10px;
    }

    .customKeratoconus .customKrtLine li {
        border-left: none;
    }

    .contentInnerProduct .aboutFarsightedness .rwFndDctr {
        margin-bottom: 0;
    }

    .contentInnerProduct.ultra-availl h4 {
        margin-bottom: 0;
    }

    .contentInnerProduct.aboutKeratoconus .rwFndDctr ul.stage-krt.stage-krt-pad li {
        margin-bottom: 13px;
        margin-top: 18px;
    }

    .contentInnerProduct.aboutKeratoconus .find-txt {
        margin-bottom: 45px;
    }

    .contentInnerProduct.infuseDisposalLens .imagWrap {
        text-align: center;
    }

        .contentInnerProduct.infuseDisposalLens .imagWrap img {
            max-width: 70%;
        }

    .contentInnerProduct h3 {
        margin-bottom: 22px;
        font-size: 32px;
        line-height: 36px;
    }

    .contentInnerProduct img {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .contentInnerProduct ul.stage-krt li {
        margin-bottom: 35px;
    }

        .contentInnerProduct ul.stage-krt li img {
            margin-bottom: 10px;
            margin-top: 15px;
        }

    .contentInnerProduct.lesnseBiotrurHydration .biotrurHydration {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 45px;
    }

    .aboutUsMain .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .aboutUsMain .row .paddiingImg img {
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: unset;
            transform: unset;
            margin-bottom: 18px;
        }

    .lesnseBiotrueMain .biotrueLenses h4 {
        margin-bottom: 18px;
    }

    .lesnseBiotrueMain .biotrueLenses img {
        margin: 20px auto 25px;
    }

    .lesnseBiotrueMain .biotrurHydrationContent {
        padding: 71px 0 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .lesnseBiotrueMain .biotrurHydrationContent img {
            margin: 35px auto 35px;
            display: block;
        }

    .findDoctorBanner {
        padding: 0;
    }

        .findDoctorBanner .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .findDoctorBanner .row p {
                margin-bottom: 0;
            }

    .contentInnerProduct .cstmContact div {
        border-right: none;
        border-bottom: solid 1px #16416f;
        margin-bottom: 37px;
    }

        .contentInnerProduct .cstmContact div:last-child {
            border-bottom: none;
        }

    .contentInnerProduct.nex-gen h4 {
        text-align: left;
    }

    .threeColm.arcArt:before {
        left: 48%;
    }

    .threeColm.arcArt h3 {
        margin-bottom: 12px;
    }

    .threeColm.arcArt ul li {
        border-bottom: 1px solid #16416f;
        padding: 30px 20px 0;
    }

        .threeColm.arcArt ul li h2 {
            font: 600 16px/24px "Barlow", sans-serif;
            margin-bottom: 32px;
        }

        .threeColm.arcArt ul li .imgWrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 48px;
        }

            .threeColm.arcArt ul li .imgWrap img {
                margin: 10px auto;
            }

        .threeColm.arcArt ul li p {
            margin-bottom: 22px;
        }

        .threeColm.arcArt ul li:last-child {
            border-bottom: none;
        }

    .img-wrap {
        display: none;
    }

    .img-wrap-right {
        display: none;
    }

    .dot-img {
        display: none;
    }

    .right-dot-img {
        display: none;
    }

    .productCstmItem .cstmContact div:first-child {
        border-right: none;
        border-bottom: solid 1px #16416f;
    }

    .firstResultContent {
        padding: 55px 0 18px;
    }

    .NearsightednessContent {
        margin: 0px auto 59px;
    }

    .infuseDisposalLens {
        padding-top: 38px;
    }

        .infuseDisposalLens .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

    .contactInnerBanner .container {
        position: relative;
    }

        .contactInnerBanner .container h1 {
            margin-bottom: 7px;
        }

    .contactInnerBanner .banner-text {
        margin-bottom: 22px;
        margin-top: 21px;
        padding-top: 18px;
    }

    .contactInnerBanner .bannerImageDesktop {
        position: relative;
    }

    .mobileFilter h2 {
        position: fixed;
        margin-bottom: 0;
        -webkit-box-shadow: -1px 0px 10px #ccc;
        box-shadow: -1px 0px 10px #ccc;
        color: #16416f;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 18px;
        padding: 14px 20px;
        background: #fff;
        margin-top: 0;
        width: 100%;
        left: 0;
        right: 0;
        box-shadow: -1px 0px 10px #ccc;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        top: 102px;
        z-index: 9;
        line-height: 24px;
    }

        .mobileFilter h2 img {
            height: 14px;
            margin-left: 12px;
            margin-top: -5px;
        }

    .cd-filter-block {
        -webkit-box-shadow: -1px 6px 9px #ccc;
        box-shadow: -1px 6px 9px #ccc;
        padding-top: 5px;
        margin-top: -9px;
        display: none;
    }

    .cd-gallery {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    section.exploreLenses h3 span {
        font: 900 32px/36px "Barlow", sans-serif;
    }

    .sitemapContent {
        padding: 58px 0;
    }

    .free-trial-thankyou-block .Thank-you {
        padding: 120px 0 120px;
    }

    .contentInnerProduct .arcArt {
        padding-bottom: 18px;
    }

    .contentInnerProduct.contentInnerPrd.aboutKeratoconus {
        padding-bottom: 0px;
    }

    .recycleOne .logoContent h4 {
        padding-left: 0;
        border-left: 0;
        margin: 0 auto;
    }

    .recycleMain h6 {
        margin-bottom: 18px;
        margin-top: 18px;
        padding-left: 0;
    }

    .rewardSection .awardAchieve {
        text-align: center;
    }

    .about-contact .paddiingBtmImg {
        padding-bottom: 18px;
    }

    .minimizeWearers .lensDry {
        text-align: center;
    }

        .minimizeWearers .lensDry .primaryBtn {
            margin-bottom: 45px;
        }

    .aboutUsMain h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .aboutUsMain .paddiingImg {
        text-align: center;
    }

    .about-contact .paddiingBtmImg {
        text-align: center;
    }

    .rewardSection h4 {
        text-align: center;
    }

    .innerProductArcArt.arcArt:before {
        left: 50%;
        width: 51vh;
        height: 50vh;
    }

    .contentInnerProduct.arcArtGreen:before {
        left: 50%;
        width: 51vh;
        height: 50vh;
    }

    .contentInnerProduct .threecolproduct ul.custom-krt li img {
        margin-bottom: 12px;
        margin-top: 8px;
    }

    .contentInnerProduct .threecolproduct ul.custom-krt li p {
        min-height: 22px;
        margin-bottom: 12px;
    }

    .pdf-section .pdf-content {
        margin: 0 auto;
    }

    .multifocalReading .multifocalReadingVideo-mobile .multifcal-mb-cnts img {
        margin: 20px 0;
    }

    .multifocalReading .multifocalReadingVideo-mobile .multifcal-mb-cnts p {
        font-family: "Barlow", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #16416f;
        margin: 20px 0;
        padding: 0 50px;
    }

    .multifocalReading .multifocalReadingVideo p {
        display: none;
    }

    .multifocalReading .find-eye {
        margin-top: 40px;
    }

    .avail-biotrue.contentInnerProduct ul.custom-krt li img {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .formSection {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .formSection .formfoot {
            margin-top: 35px;
            padding-bottom: 0;
        }

    .bio-banner h1 span {
        display: unset;
    }

    .footnoteSection.twocallfoot.biooneday {
        padding-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .monthly-biotrue .biotrueLenses {
        border-bottom: none;
    }

    .formSection {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dbf4fb), color-stop(20%, #dbf4fb), to(#fff));
        background-image: linear-gradient(180deg, #dbf4fb 20%, #dbf4fb 20%, #fff);
    }

        .formSection h4 {
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1.41px;
        }

        .formSection .row .Fname {
            margin-bottom: 16px;
            padding-right: 0px;
        }

        .formSection .row .Lname {
            margin-bottom: 16px;
            padding-right: 0px;
        }

        .formSection .row .Eml {
            margin-bottom: 16px;
            padding-right: 0px;
        }

        .formSection .row .DoB {
            padding-right: 10px;
        }

        .formSection .row .ZcodE {
            padding-left: 10px;
            padding-right: 0px;
        }

        .formSection .row .ChosE {
            margin-bottom: 16px;
            padding-right: 0px;
        }

        .formSection .row .Recieve-EMail {
            margin-bottom: 16px;
            position: relative;
        }

            .formSection .row .Recieve-EMail .Form__Element label {
                min-height: 20px;
                padding-left: 33px;
            }

                .formSection .row .Recieve-EMail .Form__Element label input[type="checkbox"] {
                    position: absolute;
                    margin-left: -33px;
                    margin-top: 3px;
                }

        .formSection .row .Privcy-PlCy {
            margin-bottom: 16px;
            position: relative;
        }

            .formSection .row .Privcy-PlCy .Form__Element label {
                min-height: 20px;
                padding-left: 33px;
            }

                .formSection .row .Privcy-PlCy .Form__Element label input[type="checkbox"] {
                    position: absolute;
                    margin-left: -33px;
                    margin-top: 3px;
                }

        .formSection .row .col-6 {
            width: 50%;
        }

        .formSection .row:before {
            left: 15px;
        }

        .formSection select {
            width: 100%;
        }

    .wear-fresh p.daily-con {
        padding: 0;
    }

    .heroBanner .img-wrap {
        height: 180px;
        bottom: 10%;
    }

        .heroBanner .img-wrap img {
            height: 100%;
        }

    .footnoteContent {
        margin-top: 35px;
        margin-left: -30px;
    }

    .monthly-biotrue .footnoteContent {
        margin-top: 35px;
        margin-left: 30px;
    }

    .wearOption .cstmContact {
        padding: 43px 0 0px;
    }

    p.pnk-text.pink-txt-dnone {
        display: none;
    }

    .arcArtBottom:before {
        width: 40vh;
    }

    .LenseInnerOne h2 {
        font: 700 24px/30px "Lora", serif;
    }

    .lensMain .twoCol p sup {
        font-size: 10px;
    }

    .minimizeWearers .lensDry {
        padding-bottom: 20px;
    }

    .footnoteSection p {
        padding-right: 0px;
    }

        .footnoteSection p.upd-foot {
            padding-right: 12px;
        }

            .footnoteSection p.upd-foot span {
                white-space: inherit;
            }

    .footnoteSection .reference-inner {
        text-indent: 0 !important;
    }

    .innerBiotrueVideo img {
        margin-top: 40px;
    }

    .recycleMain {
        padding: 70px 0 50px;
    }

    #exampleModal .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .globalTwoColm .caltmobmrdwn {
        margin-bottom: 0;
    }

    .globalTwoColm .primaryBtn {
        padding: 11px 20px;
    }

    .innerBiotrueVideo .videoGreenText {
        display: inline-block;
    }

    .quiz-results {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

        .quiz-results .mobileFilter h2 {
            letter-spacing: 0px;
            line-height: 24px;
        }

        .quiz-results h2 {
            font-size: 36px;
            line-height: 42px;
        }

    .mobileFilter h2 {
        font-size: 18px;
    }

    .pdf-section .pdf-content p.inrparatext {
        font: 700 18px/24px "Barlow", sans-serif;
        padding-left: 0;
    }

    .bio-banner h1 span {
        display: block;
    }

    .modal-external .modal-content {
        width: 326px;
        height: 606px;
        max-height: 800px;
        margin: auto;
    }

    #interstitial-modal-ecp.modal-external .modal-content {
        height: 568px;
        max-height: 765px;
    }

        #interstitial-modal-ecp.modal-external .modal-content .modal-body h5 {
            font-size: 25px;
            line-height: 1.25;
            padding: 0px 48px;
        }

        #interstitial-modal-ecp.modal-external .modal-content .modal-body h4.sub-treat {
            /* margin-top: 30px; */
            margin-bottom: 30px;
            line-height: 1.2;
            font-size: 18px;
        }

    .modal-external .modal-content .modal-body {
        padding: 3rem 1.8rem 0rem 1.8rem;
    }

        .modal-external .modal-content .modal-body h5 {
            font-size: 44px;
            line-height: 48px;
            margin-bottom: 0;
        }

        .modal-external .modal-content .modal-body h4.sub-treat {
            font-weight: 300;
            font-size: 22px;
            line-height: 36px;
            letter-spacing: 1.3px;
        }

        .modal-external .modal-content .modal-body p {
            font-size: 16px;
            margin: 13px 0 0 0;
            padding: 0;
            line-height: 22px;
        }

    .modal-external .modal-content .popUpFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: -12px;
    }

        .modal-external .modal-content .popUpFooter .cancel-btn {
            margin-right: 0;
            margin-bottom: 25px;
        }

    .modal-external .modal-content .close {
        right: 10px;
        top: 5px;
    }

        .modal-external .modal-content .close img {
            width: 16px;
            height: 16px;
        }

    .modal-external .modal-content .open {
        top: -31px;
        left: 17px;
    }

    .modal-external .open img.d-block.d-lg-none.clsIcon {
        position: absolute;
        top: -31px;
        left: 10px;
    }

    .percentNum {
        top: 30px;
        position: relative;
        font: 700 60px/0px "Barlow Condensed", sans-serif;
        color: #fff;
    }

    .percentB {
        font-size: 32px;
        position: relative;
        color: #fff;
    }
}

@media screen and (max-width: 500px) {
    .Question-Content .QuestionOne ul.slist li {
        width: 102%;
    }

    .bio-banner h1 span {
        display: unset;
    }

    .arcArtGreen:before {
        width: 100vw;
    }

    .innerProductArcArt.arcArt:before {
        width: 100vw;
    }

    .contentInnerProduct.arcArtGreen:before {
        width: 100vw;
    }

    .contentInnerProduct.innerProductArcArt.arcArt.productCstmItem {
        padding-bottom: 30px;
    }

    .multifocalReading {
        margin-bottom: 86px;
        padding-top: 36px;
    }

        .multifocalReading .multifocalReadingVideo img {
            margin-bottom: 0;
            margin-top: 0px;
        }

    .about-bl h2 span.light-text span.nowrap {
        white-space: nowrap;
    }

    .heroBanner .bannerCap {
        margin: 0 0 12px;
        width: 88%;
    }

        .heroBanner .bannerCap.fndBnrImg img {
            max-width: 100%;
        }
}

@media screen and (max-width: 360px) {
    .explore-contact.threeColm.arcArt ul li:last-child {
        padding: 30px 17px 0;
    }

    .primaryBtn {
        padding: 11px 20px;
    }

    .footnoteSection p {
        padding-right: 10px;
    }

        .footnoteSection p.upd-foot {
            padding-right: 4px;
        }

    .globalTwoColm .primaryBtn {
        font-size: 14px;
        padding: 11px 14px;
    }

    .contentInnerProduct.ultra-availl .productMain.ultramonthly ul li a.inrparatext {
        display: unset;
    }

    .Question-Content .QuestionOne .slist .list-item {
        width: 78%;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .bio-banner .footnoteSection .col-lg-7 {
        width: 60%;
    }

    .near-fair-dualcol .colOne p {
        padding-right: 50px;
    }

    .globalTwoColm p {
        padding-right: 50px;
    }

    .globalTwoColm .result-callout p {
        min-height: 86px;
    }

    .monthlyReusedLenses {
        padding: 23px 0 38px;
    }

    .sustainabilityBannerProduct .banner-text {
        padding: 1.3rem 0;
    }

        .sustainabilityBannerProduct .banner-text h3 {
            margin-bottom: 19px;
        }

        .sustainabilityBannerProduct .banner-text p {
            margin-bottom: 33px;
        }

    .contentExploreProduct.threeColm ul p {
        min-height: 70px;
    }

    .contentInnerProduct .mf-reading ul.custom-krt li p {
        min-height: 66px;
    }

    .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li {
        padding: 0;
    }

        .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li h5 {
            min-height: 144px;
        }

        .contentInnerProduct.new-ch-multi .mf-reading ul.custom-krt li p {
            min-height: 88px;
        }

    .contentInnerProduct .cstmContact.desc-text ul li p {
        min-height: 90px;
    }

    .footnoteContent p {
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contentInnerProduct.needHelpDeciding {
        text-align: center;
    }

    .monthly-biotrue .biotrueLenses {
        margin-bottom: 30px;
    }

    .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;
    }

    .lesnseBiotrueMain.lesnseBiotrurHydration .biotrueLenses {
        text-align: center;
    }

        .lesnseBiotrueMain.lesnseBiotrurHydration .biotrueLenses h4 br {
            display: none;
        }

        .lesnseBiotrueMain.lesnseBiotrurHydration .biotrueLenses img {
            margin: 28px auto 5px;
        }

    .lesnseBiotrueMain.lesnseBiotrurHydration .biotrurHydration {
        text-align: center;
    }

        .lesnseBiotrueMain.lesnseBiotrurHydration .biotrurHydration h4 br {
            display: none;
        }

        .lesnseBiotrueMain.lesnseBiotrurHydration .biotrurHydration img {
            margin: 25px auto 20px;
        }

    .lesnseBiotrueMain .biotrueLenses {
        text-align: center;
    }

        .lesnseBiotrueMain .biotrueLenses h4 br {
            display: none;
        }

    .lesnseBiotrueMain .biotrurHydrationContent {
        text-align: center;
    }

        .lesnseBiotrueMain .biotrurHydrationContent h4 br {
            display: none;
        }

        .lesnseBiotrueMain .biotrurHydrationContent img {
            display: unset;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

    section.needForContacts .needContactsBlock {
        padding: 40px 20px;
    }

    .about-contact.needHelpDeciding {
        text-align: center;
    }

    .footnoteContent {
        margin-top: 35px;
    }

    .monthly-biotrue .footnoteContent {
        margin-top: 35px;
    }

    .modal-external .modal-content {
        width: 728px;
        height: 495px;
        margin: 0 0 0 -7rem;
    }

        .modal-external .modal-content .modal-body h5 {
            font-size: 50px;
            margin-bottom: 12px;
            line-height: 40px;
        }

        .modal-external .modal-content .modal-body h4.sub-treat {
            font-size: 28px;
        }

        .modal-external .modal-content .modal-body p {
            font-size: 19px;
            line-height: 26px;
        }

        .modal-external .modal-content .popUpFooter {
            top: -43px;
        }

        .modal-external .modal-content .open {
            position: absolute;
            left: 18px;
        }

        .modal-external .modal-content .close {
            top: 20px;
        }
}

.footnoteSection.onecallfoot {
    padding: 0;
    text-align: left;
    padding-left: 7rem;
}

section.avialable-sec .inrparatext {
    display: inline-block;
    padding: 0;
}

    section.avialable-sec .inrparatext::before {
        display: inline-block;
        position: relative;
        top: 2px;
        left: auto;
        margin-right: 8px;
    }

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .footnoteContent p {
        margin-left: 15px;
    }

    .monthly-biotrue {
        margin-bottom: 35px;
    }

        .monthly-biotrue .footnoteContent p {
            padding-bottom: 0;
            margin-left: 75px;
        }

            .monthly-biotrue .footnoteContent p p {
                margin-left: 75px;
            }
}

@media screen and (min-width: 1400px) {
    .footnoteContent p {
        margin-left: 60px;
    }

    .monthly-biotrue {
        margin-bottom: 35px;
    }

        .monthly-biotrue .footnoteContent {
            padding-bottom: 0;
            margin-left: 35px;
        }

            .monthly-biotrue .footnoteContent p {
                margin-left: 86px;
            }
}

@media screen and (min-width: 390px) and (max-width: 412px) {
    .trail-new .colTwo {
        padding: 24px 24px 34px 20px;
    }
}

@media screen and (min-width: 385px) and (max-width: 390px) {
    .heronew .banner-text p {
        padding: 0 2px;
    }
}

@media screen and (max-width: 1200px) {
    .howToContacts.ch-monthlywear span {
        white-space: normal;
    }
}


@media screen and (max-width: 1200px) {
    header .topLinks ul li a {
        font-size: 7.5px;
    }

    header .topLinks ul li a.outlinkIcn img {
        margin: -3px 0 0 4px;
        width: 9px;
    }
}

/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    content: " " !important;
}

.EPiServerForms .ValidationFail input, .EPiServerForms .ValidationFail textarea, .EPiServerForms .ValidationFail select {
    border-color: inherit !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */
