@charset "UTF-8";
/**
* Hide Text
*/
/**
 * Media Query Mixin
 *
 * Usage:
 * .selector {
 *     property: value;
 *
 *     @include mq($bp768) {
 *         property: value;
 *     }
 * }
 */
/* */
/*************Home page*****************/
/********************video section****************/
body {
    font-family: 'Nunito Sans';
}

button {
    font-size: 18px;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 36px;
}

h1.main_Heading {
    font-size: 60px;
    font-family: 'Nunito Sans';
    font-weight: bold;
}

h2.main_Heading {
    font-size: 60px;
    font-family: 'Nunito Sans';
    font-weight: bold;
}

h3.heading {
    font-size: 48px;
    font-family: 'Nunito Sans';
    font-weight: bold;
}

h4.heading {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: bold;
}

.subpage-hero-text h3.sub_heading {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: normal;
}
h4.sub_heading {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: normal;
}

li.product .text h4.heading > a {
    color: #000000 !important;
    width: 100%;
}

p {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Nunito Sans';
    font-weight: normal;
}

.callout-container.quote p {
    font-size: 36px;
    font-weight: bold;
}

.share-container .text {
    text-transform: none;
}

.callout.callout_text .heading {
    font-size: 36px;
    font-style: normal;
    color: #00ade6;
}

.callout-container.quote .callout.callout_text .text {
    width: 70%;
}

.callout .caption {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding-top: 15px;
}

.callout h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding-top: 15px;
}

.replenish_section {
    position: relative;
}

section.replenish_wrp {
    background: #ffffff;
    display: flex;
    z-index: 1;
    margin: 2px auto 30%;
    width: 700px;
}

.replenish_container {
    background-color: #ffffff;
    text-align: center;
    width: 750px;
    padding: 10px 20px;
    z-index: 1;
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, -2%);
}

    .replenish_container h2 {
        font-weight: bold;
        padding: 20px 50px;
    }

.caursel_container {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-gap: 0px;
    /* height: 75vh;*/
}

.caursel_txtcontainer {
    background: #00ade7;
}

.carousel.slide {
}

.caursel_imgcontainer img {
    /*height: 100vh;*/
    height: 75vh;
    object-fit: fill;
    object-position: center;
}

.crsl_img img {
    position: absolute;
    z-index: 1;
    left: 12px;
    bottom: 80px;
    width: 10% !important;
    padding: 10px;
    height: auto;
}

.callout-container.quote .text {
    width: 86.5%;
    padding: 0;
    margin: 0 auto
}

.crusl_txt h1 {
    color: #fff;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
}

.crusl_txt h2 {
    color: #fff;
    text-align: left;
    padding: 0 25px;
    margin-bottom: 0;
    line-height: 1;
}

.crusl_txt .text p {
    color: #ffffff;
}

.crusl_txt .text a {
    color: #ffffff;
    background: #43c07a;
}

.crusl_txt {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 72vh;
    padding: 10px 65px;
}

.callout-container.quote.essential_bbottom {
    border-bottom: 1px solid #B4B4B4;
    padding: 10px 0px;
}


#subpage_hero_4 .subpage-hero-text.text_spacing {
    margin-bottom: 3rem;
}

.interview-container h2.main_Heading {
    margin-left: 2rem;
    margin-top: 10%;
}
/*******************************Eye-Health-101 *****************************/
.new-interview h2.main_Heading {
    text-transform: capitalize;
}

.eye_health_section {
    position: relative;
}

section.eye_health_wrp {
    margin: 0px 0 14rem;
}

.eye_health_container {
    background-color: #fff;
    padding: 3rem 2.5rem 2rem;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    width: 450px;
    position: absolute;
    z-index: 1;
    right: 50px;
    bottom: -40%;
}

    .eye_health_container h1 {
        font-weight: 700;
        padding-bottom: 15px;
        margin: 0;
    }

    .eye_health_container h2 {
        font-weight: 700;
        padding-bottom: 15px;
    }

    .eye_health_container .text p {
        font-weight: 600;
        margin-bottom: 1.8rem;
    }

.button.eye_hlth_btn {
    height: auto;
    padding: 10px 42px;
    width: 100%;
    line-height: 18px;
}

section.vital_parts {
    margin: 35px 0;
    padding: 20px 0;
}

.vital_parts_wrp {
    background-color: #f5f5f5;
    height: auto;
    display: flex;
    align-items: center;
    height: 450px;
    min-height: 450px;
}

section.vital_parts_section {
    position: relative;
    margin-bottom: 200px;
}

.vital_parts h2 {
    margin: 15px 0;
    width: 46%;
    font-weight: 700;
    padding: 10px 15px;
}

.vital_full_container {
    width: 42%;
}

.vital_hover_container1 {
    color: #fff;
    display: block;
}

.vital_hover_container2 {
    color: #fff;
    display: block;
}

.vital_hover_container3 {
    color: #fff;
    display: block;
}

.vital_hover_container4 {
    color: #fff;
    display: block;
}

.vital_hover_active {
    display: block
}

section.vital_parts_wrp .text {
    padding: 10px;
}

.vital_img_container {
}

.vital_img {
    position: absolute;
    right: 0;
    top: -75px;
    height: 100%;
    width: 636px;
    bottom: 0;
    min-width: 320px;
}

    .vital_img img {
        position: relative;
    }

.circle_img1 {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: -102px;
    right: 310px;
    background: url('../img/plus-icon.png') no-repeat;
    background-size: contain;
}

.circle_img2 {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 77px;
    top: 205px;
    background: url('../img/plus-icon.png') no-repeat;
    background-size: contain;
}

.circle_img3 {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 282px;
    right: 182px;
    background: url('../img/plus-icon.png') no-repeat;
    background-size: contain;
}

.circle_img4 {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 30px;
    bottom: 38px;
    background: url('../img/plus-icon.png') no-repeat;
    background-size: contain;
}


.circle_img1:hover {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: url('../img/Circle_Green_Line.png') no-repeat;
    background-size: contain;
}

.circle_img2:hover {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: url('../img/Circle_Green_Line.png') no-repeat;
    background-size: contain;
}

.circle_img3:hover {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: url('../img/Circle_Green_Line.png') no-repeat;
    background-size: contain;
}

.circle_img4:hover {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: url('../img/Circle_Green_Line.png') no-repeat;
    background-size: contain;
}

.vital_hover_container1 {
    display: none;
}

.vital_hover_container2 {
    display: none;
}

.vital_hover_container3 {
    display: none;
}

.vital_hover_container4 {
    display: none;
}

p.vital_hovertext {
    font-weight: bold;
}

span.bullet:before {
    content: "• ";
    width: 3px;
    height: 3px;
    color: #333;
    margin-right: 5px;
}

.inverse {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.vital_hover_container {
    background: #00ADE6;
}

.card {
    width: 130px;
    height: 195px;
    display: inline-block;
}

    .card:hover {
        background: url("images/card-front.jpg") no-repeat;
    }

.callout-container.quote p.sml_txt {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.interview-container .text-wrapper ul::before {
    background: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.new-interview > .interview-container .background-container {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, transparent, #FAFAFA);
}

.new-interview li.interview-answer span {
    color: #43bf7a;
    font-weight: bold;
}

.new-interview .interview-container .text-wrapper ul {
    height: auto;
    background-color: #FAFAFA;
}


.new-interview li h4{
    font-size: 18px;
    font-weight: bold;
    color: #00ADE6;
    margin-bottom: 20px;
    line-height: 25px;
}
.new-interview li.interview-question {
    font-size: 18px;
    font-weight: bold;
    color: #00ADE6;
    margin-bottom: 20px;
    line-height: 25px;
}


.new-interview li.interview-answer {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}



div#ContentPane .callout-container.quote-new {
    margin-top: 2.75rem;
}

li.interview-answer span.new {
    color: #000;
    font-weight: 700;
}


div#ContentPane .callout-container.quote-new .text p.new-text {
    color: #00ade6;
    font-weight: bold;
}

div#ContentPane .callout-container.quote-new .text p.new-text-1,
div#ContentPane .callout-container.quote-new .text p.new-text-2 {
    margin: 0;
}

.blue {
    background: #00ade6;
}

@media (max-width: 767px) {
    div#ContentPane .callout-container.quote-new {
        margin-top: 2.75rem;
    }

    .subpage-hero-container.secondary .subpage-hero-image {
        padding-bottom: 0px;
    }

    .subpage-hero-container .subpage-hero-image {
        padding: 0;
    }
    .product_list_faq.faq .faq-wrapper .faq-left h2.faq {
        padding-left: 0;
    }
}



/****************************** Family of product*****************************/
.component-container.call_out .callout-container {
    margin-top: 6rem;
}

    .component-container.call_out .callout-container h1 {
        color: #000000;
    }
    .component-container.call_out .callout-container h2 {
        color: #000000;
    }

    .component-container.call_out .callout-container .text {
        padding: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

#fullwidthPaneone > .component-container.call_out .callout-container .text p {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-weight: normal;
}

div#fullwidthPanetwo .products-listing-container {
    max-width: 100%;
}

.products-listing-container .products-listing ul.products li.product:nth-child(n) .text h2 {
    line-height: 1;
    font-weight: bold;
}

.products-listing-container .products-listing ul.products li.product .text h2.heading-new {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: bold;
}

.products-listing-container .products-listing ul.products li.product .text ul li {
    margin-bottom: 0;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}

.products-listing-container .products-listing ul.products li.product .text ul {
    line-height: 24px;
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
}

    .products-listing-container .products-listing ul.products li.product .text ul li::before {
        color: #000000;
    }

.products-listing-container .products-listing ul.products li.product .cta .button {
    width: 200px;
    height: 60px;
    line-height: 60px;
}

.products-listing-container .products-listing ul.products li.product.new-product {
    width: 25%;
}

.product_list_faq.faq .faq-wrapper .faq-left span {
    color: #000000;
    font-weight: bold;
}

.product_list_faq.faq .faq-wrapper .faq-left h2.faq {
    color: #000000;
    font-weight: bold;
    padding-top:0;
}

.product_list_faq.faq .faq-wrapper .faq-right ul {
    height: auto;
    overflow: inherit;
}

    .product_list_faq.faq .faq-wrapper .faq-right ul::before {
        height: auto;
    }

    .product_list_faq.faq .faq-wrapper .faq-right ul li.faq-question h4 {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.7143;
    }

    .product_list_faq.faq .faq-wrapper .faq-right ul li.faq-answer {
        padding-top: 0;
        line-height: 20px;
        font-size: 18px;
        font-weight: normal;
    }

.product_list_faq.faq .faq-right ul.faq-reference {
    margin-top: 4.25rem;
}

    .product_list_faq.faq .faq-right ul.faq-reference li {
        color: #000000;
        font-weight: 600;
        font-size: 9pt;
    }

        .product_list_faq.faq .faq-right ul.faq-reference li.ref {
            margin-bottom: 10px;
        }

        .product_list_faq.faq .faq-right ul.faq-reference li.ref-1 {
            margin-bottom: 2rem;
        }

.product_list_faq.faq .faq-right {
    padding-left: 10rem;
}

.next-page-container .next-page span.subtitle {
    font-size: 18px;
    font-weight: normal;
}

img.eye_img {
    width: 100px;
    height: 51px;
}
/*Essential Eye Nutrients css starts here*/


.subpage-hero-container .subpage-hero-text .sub_banner_title {
    color: #000000;
}

.essential_bbottom {
    border-top: none !important;
}

.next-page-container {
    background-color: #43C07A !important;
}

.get-ocuvite-sub-title p {
    font-size: 18px;
}

span.eye_macula {
    width: 100%;
    max-width: 600px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
}

.macular_line {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    padding: 2px 10px;
}

span.line {
    border-right: 3px solid #00ade6;
    height: 192px;
    margin-top: -288px;
    transform: rotate( -10deg);
    margin-right: -15px;
}

span.text_macular {
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: -88px;
    margin-right: 68px;
}

.callout-container .callout h1.heading.callout {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    padding: 3rem 0 0;
}

.callout-container .callout h4.heading.callout {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    padding: 3rem 0 0;
}

.feature_logo {
    width: 100%;
    position: absolute;
    top: 520px;
    z-index: 1;
    padding: 15px 0 15px;
}

    .feature_logo img {
        padding: 15px 0 15px;
    }
/*Essential Eye Nutrients css ends here*/
/* Footer */


.footer-text p {
    font-size: 12px;
}

.footer-right p.sm_txt {
    font-size: 10px;
}

.footer-text strong {
    font-size: 12px;
}

.footer-text a {
    color: #003CFF;
}

.Form__Element .FormChoice {
    font-size: 14px;
}

.field-container.af-slide.col-sm-12.btnc-left span {
    padding: 15px 45px;
}

.field-container p.pcouponrich {
    font-size: 12px;
}

section#featured_product_4 {
    position: relative;
}

.feature_logo img {
    position: absolute;
}

.featured-product_top {
    width: 100%;
    position: relative;
    display: block;
}

.page_not h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #00ade6;
}

.page_not p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
/* CHG-136056 - 13/12/2022 - start */
.cl-cta-link-page-redirect {
    color: #020D83 !important;
    text-decoration: underline;
    font-weight: 600;
}

.component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .crusl_txt {
    height: auto;
    align-items: start;
}

.feature-content-container .feature-content .carousel.slide.crsl-main-conatiner .crsl-item-conatiner {
    height: 100%;
}

.feature-content-container .feature-content .floating-image {
    position: relative;
}

    .feature-content-container .feature-content .floating-image img {
        width: 70% !important;
        padding: 0;
        left: 0;
        padding-left: 1.9375rem;
        bottom: -36px;
        opacity: 1;
    }

.feature-content-container .feature-content .border-box {
    padding: 5px;
    border: 2px solid #fff;
    margin: 38px 0 0px;
}

    .feature-content-container .feature-content .border-box p {
        margin: 0;
        font-size: 10px;
    }

.feature-content-container .feature-content .button.banner-btn {
    max-width: inherit;
    margin-top: 10px;
    height: auto !important;
    line-height: 1.2;
    padding: 20px 10px;
}

.featured_product.new-product-conatiner .featured-product-container .gradient .feature_logo {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
    padding: 15px 0 15px;
    text-align: center;
    margin: 52px 0 24px;
    display: inline-block;
}

.featured_product.new-product-conatiner .featured-product-container .gradient {
    height: auto !important;
    padding: 0 !important;
}

#featured_product_4.new-product-conatiner .featured-product-container .gradient h2 {
    padding: 0 1.25rem !important;
}

#featured_product_4.new-product-conatiner .featured-product-container .product-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 60px;
    display: inline-block;
}

#featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img {
    position: relative;
    display: block;
    text-align: center;
}

    #featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img .other-badge-image {
        position: absolute;
        padding: 0;
        width: 15%;
        margin: 0 !important;
        left: 35%;
        top: 43%;
        transform: translate(-50%,-50%);
        z-index: 1;
        box-shadow: -5px 1px 7px 3px rgba(155, 153, 153, 0.38);
        border-radius: 100%;
    }

#featured_product_4 .featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
    position: relative;
    left: -7%;
    top: 86px;
    max-width: 100% !important;
    padding: 0 !important;
}

.crusl_txt.carousel-text-container {
    margin: 13px 0;
}

.colored-faq .faq-question {
    color: #00ADE6;
}

.colored-faq .doctor-name {
    color: #43C07A;
}

@media screen and (min-width:320px) {
    #featured_product_4.featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
        width: 36%;
        top: 24px;
        left: 0;
        max-width: 100% !important;
        margin: 5px auto -9.1% !important;
    }

    #featured_product_4.featured_product.new-product-conatiner .featured-product-container .gradient .feature_logo img {
        width: 272px;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .featured_product.new-product-conatiner .featured-product-container .gradient .feature_logo {
        margin: 52px 0 0;
    }

    #featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img .other-badge-image {
        width: 25%;
        left: 26%;
        top: 37%;
    }
}

@media screen and (min-width:767px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .caursel_imgcontainer {
        position: relative;
        height: 100%;
    }

    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item {
        height: 100%;
    }
}

@media screen and (min-width:991px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item img {
        width: auto !important;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}


@media screen and (min-width:768px) {
    #featured_product_4.featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
        width: 29%;
        left: 0;
        top: 86px;
        max-width: 100% !important;
        padding: 0 !important;
        margin: -4.6% auto 5.9% !important;
    }

    .featured_product.new-product-conatiner .featured-product-container .gradient .feature_logo {
        margin: 52px 0 24px;
    }

    #featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img .other-badge-image {
        width: 23%;
        margin: 0 !important;
        left: 27%;
        top: 48%;
    }
}

@media screen and (min-width:992px) {
    #featured_product_4.featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
        width: 23%;
        left: 0;
        top: 86px;
        max-width: 100% !important;
        padding: 0 !important;
        margin: -1.6% auto 5.9% !important;
    }

    #featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img .other-badge-image {
        width: 19%;
        margin: 0 !important;
        left: 31%;
        top: 48%;
    }
}

@media screen and (min-width:1025px) {
    #featured_product_4.featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
        width: 19%;
        left: 0;
        top: 86px;
        max-width: 100% !important;
        padding: 0 !important;
        margin: -1.6% auto 3.9% !important;
    }

    #featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img .other-badge-image {
        width: 15%;
        margin: 0 !important;
        left: 35%;
        top: 43%;
    }
}

@media screen and (min-width:1300px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item img {
        width: 100% !important;
        height: 101%;
    }
}

@media screen and (min-width:1600px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item img {
        width: 100% !important;
        height: 100%;
    }
}

@media screen and (min-width:1900px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .crusl_txt {
        min-height: 38vh;
    }

    .feature-content-container .feature-content .floating-image img {
        width: 48% !important;
        padding: 0;
        left: 0;
        padding-left: 1.9375rem;
        bottom: -36px;
        opacity: 1;
    }

    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item img {
        width: 100% !important;
        height: auto;
    }
}


@media screen and (max-width:990px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .caursel_container {
        grid-template-columns: 1fr;
    }

    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .floating-image img {
        bottom: 0;
    }
}

@media screen and (max-width:766px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item img {
        height: 100% !important;
    }
}

@media screen and (max-width:450px) {

    #featured_product_4.new-product-conatiner .featured-product-container .new-centered-product-feature-img .other-badge-image {
        width: 29%;
        margin: 0 !important;
        left: 20%;
        top: 56%;
    }

    #featured_product_4.featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
        width: 166px;
        left: 0;
        top: 86px;
        max-width: 100% !important;
        padding: 0 !important;
        margin: -15.6% auto 19.9% !important;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .component-container.feature_content.main-crusl-wrapper.cc-banner-carousel .carousel-item img {
        width: auto !important;
        height: 101%;
    }
}
/* CHG-136056 - 13/12/2022 - end */
@media screen and (max-width:1200px) {
    .vital_img {
        width: 625px;
    }

    .crusl_txt h1 {
        font-size: 42px;
    }

    .crusl_txt h2 {
        font-size: 42px;
    }

    .vital_full_container {
        width: 30%;
    }

    .caursel_container {
        grid-template-columns: 50% 50%;
        /*height:57vh;*/
    }

    .crsl_img img {
        left: 5px;
        bottom: 42%;
        width: 11% !important;
    }

    .caursel_imgcontainer img {
        height: 57vh;
    }

    .crusl_txt {
        height: 55vh;
        padding: 10px 12px;
    }
    /* CHG-136056 - 13/12/2022 - start */
    .main-crusl-wrapper .caursel_container .crusl_txt.carousel-text-container {
        height: auto !important;
    }

    .carousel.slide.crsl-main-conatiner .crsl-item-conatiner {
        height: 100%;
    }

    .main-crusl-wrapper .carousel.slide.crsl-main-conatiner .crsl-item-conatiner .carousel-item,
    .main-crusl-wrapper .carousel.slide.crsl-main-conatiner .crsl-item-conatiner .caursel_imgcontainer,
    .main-crusl-wrapper .carousel.slide.crsl-main-conatiner .crsl-item-conatiner .caursel_imgcontainer img,
    .main-crusl-wrapper .caursel_container {
        height: 100%;
    }
    /* CHG-136056 - 13/12/2022 - end */

}

@media screen and (max-width:960px) {
    .feature_logo {
        top: 392px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 28px;
    }

    crusl_txt {
        height: 95%;
        padding: 10px 15px;
    }

    .crusl_txt h1 {
        font-size: 38px;
    }

    .crusl_txt h2 {
        font-size: 38px;
    }

    .products-listing-container .products-listing ul.products li.product.new-product {
        /*  display: block;*/
        width: 50%;
    }

    .replenish_container h2 {
        font-weight: bold;
        padding: 10px 0px;
    }


    .crusl_txt .button {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
        font-size: 10pt;
    }

    #featured_product_4 .featured-product-container img {
        margin: -320px ​auto 0;
        max-width: 245px;
    }

    section.vital_parts_section {
        position: relative;
        margin-bottom: 110px;
    }

    section.eye_health_wrp {
        width: 55%;
        margin: 0 0 0 41%;
    }

    .eye_health_section {
        position: relative;
        margin: 12rem 0 17rem;
    }

    .vital_parts_wrp {
        height: auto;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        /* min-height: 620px;*/
    }

    .vital_parts h2 {
        width: 100%;
    }

    .vital_img {
        height: 100%;
        width: 565px;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .vital_full_container {
        width: 100%;
        padding: 0px 15px 20px;
    }

    .circle_img1 {
        width: 35px;
        height: 35px;
        bottom: 35px;
        right: 270px;
    }

    .circle_img2 {
        width: 35px;
        height: 35px;
        left: 65px;
        top: 181px;
    }

    .circle_img3 {
        width: 35px;
        height: 35px;
        top: 260px;
        right: 165px;
    }

    .circle_img4 {
        width: 35px;
        height: 35px;
        right: 38px;
        bottom: 168px;
    }

    .circle_img1:hover {
        width: 35px;
        height: 35px;
    }

    .circle_img2:hover {
        width: 35px;
        height: 35px;
    }

    .circle_img3:hover {
        width: 35px;
        height: 35px;
    }

    .circle_img4:hover {
        width: 35px;
        height: 35px;
    }

    .eye_health_container {
        bottom: -48%;
    }

    .subpage-hero-container {
        margin-bottom: 30px;
    }

    span.line {
        height: 190px;
        margin-top: -215px;
        margin-right: -36px;
    }

    span.text_macular {
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        margin-top: -24px;
        margin-right: 68px;
    }

    span.eye_macula {
        width: 100%;
        max-width: 450px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .button.eye_hlth_btn {
        padding: 10px 15px;
    }

    .featured-product-container .featured-product img {
        margin: -228px auto 40px;
        max-width: 252px;
    }

    .crsl_img img {
        bottom: 35%;
    }

    caursel_container {
        grid-template-columns: 48% 52%;
        height: 55vh;
    }

    .subpage-hero-container {
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
    }

    header .wrapper .nav-main ul li:last-child span.menu-wrapper .coupon-title {
        font-size: 24px;
    }

    header .wrapper .nav-main ul li:last-child span.menu-wrapper .coupon-subtitle {
        font-size: 15px;
    }

    .button {
        height: 72px !important;
    }
}

@media screen and (max-width:769px) {
    .caursel_container {
        height: 42vh;
    }

    .crusl_txt {
        height: 42vh !important;
    }

    .caursel_imgcontainer img {
        height: 42vh;
    }

    .crsl_img img {
        bottom: 52% !important;
    }

    .crusl_txt .button {
        font-size: 15px !important;
    }

    h1.main_Heading {
        font-size: 36px !important;
        width: 100%;
    }

    h2.main_Heading {
        font-size: 36px !important;
    }
}

@media screen and (min-width: 768px) {
    .subpage-hero-container.image-right .essential_banner {
        justify-content: center;
        max-width: 37% !important;
        padding-left: 2% !important;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    div#ContentPane .callout-container.quote-new {
        margin-top: 2.75rem;
    }

    text_spacing {
        padding: 38px 10px 50px 20px !important;
    }

    .feature-content-container .feature-content .text {
        width: 86.88889%;
    }
}



@media screen and (min-width: 942px) and (max-width: 1190px) {
    .macular_line {
        padding: 2px 50px;
    }

    span.line {
        border-right: 3px solid #00ade6;
        height: 222px;
        margin-top: -288px;
        margin-right: -22px;
    }

    span.text_macular {
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        margin-top: -52px;
        margin-right: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .subpage-hero-container.image-right .essential_banner {
        padding-left: 2.125rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .featured-product-container .featured-product .text p {
        max-width: 1024px;
    }
    /* CHG-136056 - 13/12/2022 - end */
    .show-on-desktop {
        display: block !important;
    }
    /* CHG-136056 - 13/12/2022 - end */
}

@media screen and (min-width: 960px) {
    .featured-product-container .featured-product img {
        margin: -500px auto 40px !important;
        max-width: 316px !important;
    }

    span.subpage-hero-image {
        max-width: 600px;
        display: -webkit-flex;
    }

    .text_spacing {
        padding: 50px 98px !important;
    }

    .callout .container {
        padding: 5px 120px;
    }
}

@media screen and (min-width: 580px) {
    .crusl_txt .button {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
        font-size: 18px;
        max-width: 400px;
        font-weight: bold;
    }
}

@media screen and (max-width:1024px) {
    
    h1.main_Heading {
        font-size: 48px;
    }
    
    h2.main_Heading {
        font-size: 48px;
    }

    .feature-content-container .feature-content p {
        font-size: 16px;
    }

    .crsl_img img {
        position: absolute;
        z-index: 1;
        left: 12px;
        bottom: 36%;
        width: 12% !important;
    }
}


@media screen and (max-width: 767px) {
    /* CHG-136056 - 13/12/2022 - start */
    .new-product-conatiner .featured-product-container img.product-responsive-image {
        left: 0px;
        padding: 10px 20px 0 !important;
    }
    /* CHG-136056 - 13/12/2022 - end */
    h1.main_Heading {
        font-size: 48px;
    }

    h2.main_Heading {
        font-size: 48px;
    }

    .get-ocuvite-sub-title p {
        font-size: 16px;
    }

    h3.heading {
        font-size: 36px;
    }

    .products-listing-container .products-listing ul.products li.product .text h2.heading-new  {
        font-size: 28px;
    }

    h4.heading {
        font-size: 28px;
    }

    h3.sub_heading {
        font-size: 28px;
    }

    h4.sub_heading {
        font-size: 28px;
    }

    p {
        font-size: 16px;
    }

    .feature_logo {
        top: 335px;
    }

    .component-container.call_out .callout-container {
        margin-top: 2rem;
    }

    .product_list_faq.faq .faq-right {
        padding-left: 0;
    }

    .products-listing-container .products-listing ul.products li.product:nth-child(n) .text h2 {
    }

    section.eye_health_video {
        margin-bottom: 30px;
    }

    .eye_health_section {
        position: relative;
        margin: 0rem 0 2rem;
    }

    section.eye_health_wrp {
        width: 100%;
        margin: 20px auto;
    }

    .eye_health_container h2 {
    }

    .eye_health_container {
        background-color: #fff;
        padding: 3rem 2.5rem 2rem;
        /* margin-top: -58%; */
        box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        width: 90%;
        position: relative;
        z-index: 1;
        right: 0px;
        left: 0;
        bottom: 0;
        margin: 20px auto;
    }

    section.replenish_wrp {
        width: 100%;
        max-width: 600px;
    }

    span.line {
        border-right: 3px solid #00ade6;
        height: 152px;
        margin-top: -220px;
        margin-right: -15px;
    }

    span.text_macular {
        text-transform: capitalize;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        margin-top: -65px;
        margin-right: 32px;
    }

    .callout-container .callout h1.heading.callout {
        font-size: 28px;
    }

    .callout-container .callout h4.heading.callout {
        font-size: 28px;
    }

    .replenish_container h2 {
        font-weight: bold;
        font-size: 48px;
        padding: 10px 0px;
    }

    .crusl_txt {
        height: 100%;
        padding: 15px 10px;
    }

    .caursel_container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        height: auto;
    }

    .crusl_txt h1 {
        font-size: 48px;
    }
    
    .crusl_txt h2 {
        font-size: 48px;
    }

    .caursel_imgcontainer img {
        height: 75vh;
        /* height:52vh;*/
    }

    .crsl_img img {
        left: 2px;
        bottom: 275px;
        width: 18% !important;
    }

    #featured_product_4 .featured-product-container img {
        margin: -292px auto 41px;
        max-width: 175px;
    }

    .replenish_container {
        background-color: #ffffff;
        text-align: center;
        width: 92%;
        padding: 10px 20px;
        z-index: 1;
        position: relative;
        bottom: -32%;
        left: 50%;
        transform: translate(-50%, -20%);
        margin: 0px;
    }

    .callout-container.quote p {
        font-size: 24px;
        color: #43c07a;
    }


    .next-page-container .next-page span.tag {
        font-size: 16px;
    }

    .featured-product-container .featured-product .gradient {
        height: 502px;
    }

    .featured-product-container .featured-product img {
        margin: -274px auto 40px;
        max-width: 230px;
    }

    .interview-container .text-wrapper ul {
        margin-right: 1rem;
    }

    .three-featured-products-container .gradient {
        height: 135px;
    }

    .three-featured-products-container .three-featured-products h2 {
        font-size: 16px;
    }

    .three-featured-products-container .three-featured-products ul {
        margin-top: -112px;
    }

    .callout-container .graphic img {
        width: 56%;
    }

    caursel_imgcontainer img {
        height: 42vh;
    }

    .caursel_container {
        /*height: 100vh;*/
    }

    .crusl_txt h1 {
        font-size: 36px;
    }

    .crusl_txt h2 {
        font-size: 36px;
    }

    .crusl_txt {
        height: 65vh !important;
        padding: 10px 12px;
    }

    .caursel_imgcontainer img {
        height: 56vh !important;
    }

    .crsl_img img {
        bottom: 34% !important;
    }

    .subpage-hero-container {
        align-items: center;
    }

    /* CHG-136056 - 13/12/2022 - start */
    .crusl_txt.carousel-text-container h2 {
        padding: 0;
    }
    /* CHG-136056 - 13/12/2022 - end */

}


@media only screen and (max-width: 580px) {

    h1.main_Heading {
        font-size: 1.7rem;
    }

    h2.main_Heading {
        font-size: 1.7rem;
    }

    .feature_logo {
        top: 305px;
    }

    h3.heading {
        font-size: 1.5rem;
    }

    .products-listing-container .products-listing ul.products li.product .text h2.heading-new  {
        font-size: 1.2rem;
    }

    h4.heading {
        font-size: 1.2rem;
    }

    h3.sub_heading {
        font-size: 1.2rem;
    }

    h4.sub_heading {
        font-size: 1.2rem;
    }

    .callout-container h2 {
        font-size: 1.7rem;
    }

    .callout-container.quote p {
        font-size: 1.2rem;
    }

    .callout .caption {
        font-size: 16px;
    }

    .callout h4 {
        font-size: 16px;
    }


    #featured_product_4 .featured-product-container .gradient {
        height: 445px
    }

    .products-listing-container .products-listing ul.products li.product, .products-listing-container .products-listing ul.products li.product.new-product, .component-container.call_out .callout-container h2 {
        width: 100%;
    }

    #featured_product_4 .featured-product-container .gradient h2 {
        max-width: 485px;
        width: 100%;
    }

    .replenish_container {
        width: 90%;
    }

    #featured_product_4 .featured-product-container img {
        margin: -238px auto 41px !important;
        max-width: 152px;
    }

    section.eye_health_wrp {
        width: 80%;
        margin: 0 0 0 16%;
    }

    .eye_health_container h2 {
    }

    .button.eye_hlth_btn {
        font-size: 11pt;
    }

    .vital_img {
        height: 100%;
        width: 468px;
    }

    .circle_img1 {
        width: 32px;
        height: 32px;
        bottom: 28px;
        right: 222px;
    }

    .circle_img2 {
        width: 32px;
        height: 32px;
        left: 58px;
        top: 156px;
    }

    .circle_img3 {
        width: 32px;
        height: 32px;
        top: 212px;
        right: 138px;
    }

    .circle_img4 {
        width: 32px;
        height: 32px;
        right: 25px;
        bottom: 136px;
    }

    .circle_img1:hover {
        width: 32px;
        height: 32px;
    }

    .circle_img2:hover {
        width: 32px;
        height: 32px;
    }

    .circle_img3:hover {
        width: 32px;
        height: 32px;
    }

    .circle_img4:hover {
        width: 32px;
        height: 32px;
    }

    .callout-container .callout h1.heading.callout {
        font-size: 18px;
    }

    .callout-container .callout h4.heading.callout {
        font-size: 18px;
    }

    .products-listing-container .products-listing ul.products li.product .text {
        margin-top: 12px;
    }

    span.eye_macula img {
        height: 452px;
    }

    .featured-product-container .featured-product img {
        margin: -274px auto 40px;
        max-width: 200px;
    }

    span.eye_macula {
        margin: 0 auto;
    }

    .caursel_imgcontainer img {
        height: 52vh !important;
    }

    .crsl_img img {
        bottom: 40% !important;
        width: 18% !important;
    }

    .feature-content-container .feature-content p {
        font-size: 16px;
    }
    /* CHG-136056 - 13/12/2022 - start */
    .feature-content-container .feature-content .floating-image img {
        padding-left: 10px;
    }

    .featured_product.new-product-conatiner .featured-product-container .gradient .product-responsive-image {
        margin: -6.6% auto 9.9% !important;
    }
    /* CHG-136056 - 13/12/2022 - end */
}

@media only screen and (max-width: 470px) {

    section.eye_health_wrp {
        width: 92%;
        margin: 0 0 0 5%;
        margin-bottom: 20px;
    }

    .caursel_imgcontainer img {
        height: 52vh;
    }

    .crsl_img img {
        left: 5px;
        /*bottom: 395px;*/
        bottom: 40%;
        width: 20% !important;
    }

    .vital_img {
        height: 100%;
        width: 320px;
    }

    .circle_img1 {
        width: 22px;
        height: 22px;
        bottom: 20px;
        right: 150px;
    }

    .circle_img2 {
        width: 22px;
        height: 22px;
        left: 40px;
        top: 110px;
    }

    .circle_img3 {
        width: 22px;
        height: 22px;
        top: 146px;
        right: 96px;
    }

    .circle_img4 {
        width: 22px;
        height: 22px;
        right: 20px;
        bottom: 92px;
    }

    .circle_img1:hover {
        width: 22px;
        height: 22px;
    }

    .circle_img2:hover {
        width: 22px;
        height: 22px;
    }

    .circle_img3:hover {
        width: 22px;
        height: 22px;
    }

    .circle_img4:hover {
        width: 22px;
        height: 22px;
    }
}




@media only screen and (min-width:1400px) {
    .subpage-hero-container.image-right .subpage-hero-image img {
        max-width: 750px;
    }

    .subpage-hero-container.secondary .subpage-hero-image img {
        max-width: 775px;
    }
}

@media only screen and (min-width:1600px) {

    .interview-container .text-wrapper {
        padding-right: 1.875rem;
        padding-left: 5.875rem;
    }

    span.eye_macula {
        max-width: 885px !important;
    }

        span.eye_macula img {
            height: 100% !important;
        }

    .subpage-hero-container.image-right .essential_banner {
        max-width: 50% !important;
        padding-left: 14% !important;
    }

    section#subpage_hero_4 .subpage-hero-container.image-left.secondary {
        align-items: center;
    }

    .subpage-hero-container.secondary .subpage-hero-image img {
        max-width: 885px !important;
        height: 100% !important;
    }

    .replenish_container {
        bottom: -22%;
        width: 725px;
    }

        .replenish_container h2 {
            font-weight: bold;
            padding: 20px 15px;
            line-height: 1.5;
        }

    .subpage-hero-container.image-right .subpage-hero-image img {
        max-width: 100%;
    }

    .get-ocuvite-container {
        padding-right: 5.5625rem;
        padding-left: 5.1875rem;
    }

    .c-form.form-horizontal.normal.label-align-right {
        padding: 2px 3.5rem;
    }

    section.replenish_wrp {
        margin: 2px auto 17%;
    }

    .crsl_img img {
        bottom: 20%;
        width: 14%;
    }

    .crusl_txt {
        padding: 10px 18%;
    }
        /* CHG-136056 - 13/12/2022 - start */
        .crusl_txt.carousel-text-container {
            padding: 6% 12%;
        }
        /* CHG-136056 - 13/12/2022 - end */
        .crusl_txt .button.ga-home {
            margin-top: 42px;
        }

        .crusl_txt h1 {
            padding: 0 45px;
        }

        .crusl_txt h2 {
            padding: 0 45px;
        }

    .EPiServerForms .Form__Status .Form__Status__Message {
        margin: 2rem 0 !important;
        padding: 1.2rem !important;
    }

    .interview-container h2.main_Heading {
        margin-left: 6.2rem;
        margin-top: 5%;
    }

    span.subpage-hero-image {
        max-width: 885px;
    }
}

@media only screen and (min-width:1800px) {

    .eye_health_container {
        bottom: -27%;
    }
}

@media only screen and (max-width: 420px) {
    span.line {
        border-right: 3px solid #00ade6;
        height: 140px;
        margin-top: -200px;
        margin-right: -19px;
    }

    span.text_macular {
        margin-top: -50px;
    }

    span.eye_macula img {
        height: 430px;
    }
}

@media only screen and (max-width: 390px) {
    .caursel_imgcontainer img {
        height: 48vh !important;
    }

    .crsl_img img {
        bottom: 43% !important;
    }

    span .line {
        height: 135px;
        margin-top: -185px;
        margin-right: -31px;
    }

    span.text_macular {
        margin-top: -50px;
    }

    span.eye_macula img {
        height: 380px;
    }

    .crsl_img img {
        left: -5px;
        bottom: 45%;
    }
}

@media only screen and (max-width: 360px) {
    span.line {
        height: 128px;
        margin-top: -178px;
        margin-right: -35px;
    }

    span .line {
        height: 112px;
        margin-top: -160px;
        margin-right: -38px;
    }

    .crusl_txt {
        height: 68vh !important;
        padding: 10px 12px;
    }

    .caursel_imgcontainer img {
        height: 45vh !important;
    }

    .crsl_img img {
        bottom: 47% !important;
    }
}

ul.prod-feat {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-new {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.prod-feat {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-new ul.prod-feat {
    padding-left: 30px;
}

    ul.prod-feat li {
        list-style-type: disc !important;
        margin-bottom: 6px;
        font-size: 13px;
        width: 80%;
    }

/*_:-webkit-full-screen:not(:root:root), span.subpage-hero-image {
    
            display: inline;
        }

_:-webkit-full-screen:not(:root:root), span.eye_macula {
    width: 100%;
    max-width: 600px;
    display: inline;
    flex-direction: column;
    justify-content: left;
}

_:-webkit-full-screen:not(:root:root), .macular_line {
    display: flex;
    justify-content: end;
    padding: 2px 10px;
}

_:-webkit-full-screen:not(:root:root), span.line {
    border-right: 3px solid #00ade6;
    height: 192px;
    margin-top: -288px;
    transform: rotate( -10deg);
    margin-right: -15px;
}

_:-webkit-full-screen:not(:root:root), span.text_macular {
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: -88px;
    margin-right: 68px;
}
*/

/** Global optout css start **/
.footer-main-section .GlobaloptoutLinks ul li a, .footer-main-section .GlobaloptoutLinks ul li a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.footer-main-section .GlobaloptoutLinks ul li:not(:last-child)::after {
    display: inline-block;
    margin-left: 5px;
    content: '|';
}

.footer-main-section .GlobaloptoutLinks li:not(:last-child) {
    margin-right: 3px;
}

@media screen and (max-width: 769px) {
    .footer-main-section .GlobaloptoutLinks ul li {
        display: block;
        text-align: center;
    }

        .footer-main-section .GlobaloptoutLinks ul li:not(:last-child)::after {
            content: '';
        }

    .footer-main-section .GlobaloptoutLinks li:not(:last-child) {
        margin-right: 0;
    }
}

/** Global optout css end **/


/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    content: " " !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */