*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 16px;
	scroll-behavior: smooth !important;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ExtraBold.woff2') format('woff2'),
        url('../fonts/ProximaNova-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Light.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Semibold.woff2') format('woff2'),
        url('../fonts/SourceSerifPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.source-font{
    font-family: "Source Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body{
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 100%;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mini-container{
    max-width: 990px;
    margin: 0 auto;
    padding: 0 20px;
}

section{
    padding: 100px 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Source Serif Pro";
}

h2.headline{
    color: #213761;
    font-family: "Source Serif Pro";
    font-size: 3.5em;
    font-weight: 600;
    padding-bottom: 10px;
}

p{
    color: #58595B;
    padding-top: 10px;
}

p:first-of-type{
    padding-top: 0;
}

/** HEADER STARTS FROM HERE **/
.logo img{}
header.main{
    width: 100%;
    background: #fff;
}

.nav-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

header.main .container,
nav.main,
.header-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
}

.nav-list > li {
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
}

ul.nav-list li a {
    text-decoration: none;
    color: #a7a7a7;
}

.nav-list > li.active a,
.nav-list > li a:hover{
    color: #1B3764;
}


.header-buttons a{
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #cecece;
    color: #1B3764;
    padding: 12px 22px;
    border-radius: 10px;
    display: block;
    font-size: 14px;
}

.header-buttons > * {
    margin-left: 10px;
}

.header-buttons > div:first-child {
    margin-left: 0;
}

.enroll-button a{
    background: #2981BA;
    border-color: #2981BA;
    color: #fff;
}

.enroll-button a {
    padding-left: 25px;
    padding-right: 25px;
}
/** HEADER FINISHES HERE **/

/** BEGIN :: CONVERT FLOW CSS **/
.cf-col.shs-bg-white {
	background-color: #FFFFFF !important;
}
/** END :: CONVERT FLOW CSS **/

.text_center{text-align:center;}

/** AFFORDABLE CARE SECTION STARTS FROM HERE **/
.affordable-care{
    background: #ecf3f8;
    position: relative;
    overflow: hidden;
}

.affordable-care::before{
    content: url('../img/logo-bg.svg');
    position: absolute;
    bottom: -5px;
}

.affordable-care .container{
    position: relative;
    z-index: 1;
}

.affordable-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.read-btn {
    background-color: #4380B6;
    text-decoration: none;
    color: #fff;
    font-size: 0.85em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px 40px;
}

.affordable-care p {
    color: #58595B;
    line-height: 1.4em;
}

.affortable-content {
    padding: 0 0 20px;
}

.right-affordable{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.right-affordable h3{
    font-weight: 600;
    color: #213761;
}

.right-affordable > div{
    width: 50%;
    padding: 30px 25px;
}

.rooms-point{
    background: #ffffff;
}

.competitive-point{
    background: #d7e6f1;
}

.left-affordable {
    width: 45%;
    padding-right: 5%;
}

.right-affordable h3 {
    font-weight: 600;
    color: #213761;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

/** AFFORDABLE CARE SECTION FINISHES HERE **/

/** TRULY COMPREHENSIVE SECTION STARTS FROM HERE **/
.tc-head-wrapper{
    margin-bottom: 60px;
}

.tc-head-wrapper p{
    font-size: 1.1em;
    color: #58595B;
}

.tc-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tc-list > li {
    width: calc(33.33% - 68px);
    padding: 35px 25px;
    background: #fff;
    border: 2px solid #EDEDED;
    border-radius: 30px;
    list-style: none;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tc-list > li:nth-child(3n+1){
    margin-left: 0;
}

.tc-list-name{
    font-weight: 500;
    font-size: 1.2em;
    color: #213761;
}

.tc-list-ico {
    margin-bottom: 20px;
}

.tc-list-content {
    color: #58595B;
    margin-top: 10px;
    line-height: 1.4;
}

.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}

.truly-comprehensive .read-btn {
    padding: 17px 40px;
}
/** TRULY COMPREHENSIVE SECTION FINISHES HERE **/

/** ETHICAL APPROACH SECTION STARTS FROM HERE **/
.ethical-approach{
    background: -webkit-gradient(linear, right top, left top, color-stop(9.42%, #63D0E5), color-stop(89.78%, #26476E));
    background: -o-linear-gradient(right, #63D0E5 9.42%, #26476E 89.78%);
    background: linear-gradient(270deg, #63D0E5 9.42%, #26476E 89.78%);
}

.ec-left-wrapper{
    /* border: 3px solid #fff; */
    width: 40%;
    padding: 100px 40px;
    position: relative;
}

.ec-left-wrapper:before {
    content: '';
    border: 3px solid #fff;
    position: absolute;
    width: calc(100% - 150px);
    height: 100%;
    left: 0;
    top: 0;
}

.ec-left-wrapper:after {
    content: '';
    width: 5px;
    height: 70%;
    position: absolute;
    top: 0;
    right: 143px;
    background: #3d7899;
    bottom: 0;
    margin: auto;
}

.ec-left-wrapper * {
    position: relative;
    z-index: 2;
}

.ec-left-wrapper h2.headline, .ec-left-wrapper p {
    color: #fff;
}

.linear-btn{
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.linear-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 14px 32px;
    display: block;
}

.ec-list-head{
    font-size: 1.15em;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.ec-list-head:before {
    content: url(../img/checkmark.svg);
    position: absolute;
    right: calc(100% + 20px);
    z-index: 2;
}

.ec-list-content p{
    color: #fff;
    font-weight: 300;
    line-height: 1.4;
}

ul.ec-list > li {
    padding-bottom: 50px;
    position: relative;
}

ul.ec-list > li:last-child {
    padding-bottom: 0;
}

.ethical-approach > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.ec-list > li:after {
    content: '';
    border-right: 2px dashed #66D7EC;
    height: 100%;
    width: 2px;
    position: absolute;
    right: calc(100% + 30px);
    top: 0;
    z-index: 1;
}

.ec-left-wrapper p {
    line-height: 1.4;
}

/** ETHICAL APPROACH SECTION FINISHES HERE **/

/** COUNTER STATS STARTS FROM HERE **/
.counter-stats{
    background: -webkit-gradient(linear, right top, left top, color-stop(9.42%, #63D0E5), color-stop(89.78%, #26476E));
    background: -o-linear-gradient(right, #63D0E5 9.42%, #26476E 89.78%);
    background: linear-gradient(270deg, #63D0E5 9.42%, #26476E 89.78%);
    position: relative;
    padding: 75px 0;
}

.counter-stats:before{
    content: '';
    background: url('../img/counter-bg.jpg') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
}

.counters-list{
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
}

.counters-list > li{
    text-align: center;    
}

.counter-numeric{
    font-family: "Source Serif Pro";
    font-size: 2.8em;
    font-weight: 600;
}

.counter-content{
    max-width: 230px;
    font-weight: 300;
    line-height: 1.2;
}

.ec-list {
    list-style: none;
}

.ec-left-wrapper{
    width: 40%;
}

.ec-right-wrapper {
    width: 50%;
    padding-left: 50px;
}

.ethical-approach > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/** COUNTER STATS FINISHES HERE **/

/** OUR IMPACT SECTION STARTS FROM HERE **/
.impact-thumb{
    width: 250px;
    height: 290px;
    background: #f9f9f9;
}

.our-impact-list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.our-impact-list .impact-thumb{
    width: 500px;
/*     height: 400px; */
    min-width: 500px;
/*     min-height: 400px; */
    background: #f9f9f9;
    position: relative;
}

.our-impact-list .impact-thumb:before {
    content: '';
    height: 6px;
    width: 40px;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    background: #66D7EC;
}

.our-impact-list .impact-thumb:after {
    content: '';
    height: 40px;
    width: 6px;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
    background: #66D7EC;
}

.our-impact h2.headline {
    text-align: center;
    margin-bottom: 60px;
}

.impact-content {
    margin-left: 50px;
}

.our-impact-list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.our-impact-list li:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.our-impact li:nth-child(even) .impact-content{
    margin-left: 0;
    margin-right: 50px;
}

.impact-internal-content p {
    font-size: 1.1em;
    line-height: 1.5;
}



.impact-internal-content span{
    font-family: "Source Serif Pro";
    color: #1e1e1e;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
/** OUR IMPACT SECTION FINISHES HERE **/

/** REVIEW SECTION STARTS FROM HERE **/
.review-section{
    background: url('../img/review-bg.jpg') no-repeat;
    background-position: center !important;
    background-size: cover !important;
}

.review-wrapper {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    width: 280px;
    max-width: 40%;
}

.review-content {
    line-height: 1.5em;
}

.review-wrapper p {
    font-size: 1.07em;
}

section.have_questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}

.have_questions_content_wrapper:before{
    content: '';
    background: url('../img/mark_bg.png') repeat-x;
}

.have_questions_content_wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.have_questions_content_wrapper h2.headline{
    font-size: 2.8em;
}

.hq_content .read-btn{
    margin-top: 30px;
    text-transform: uppercase;
}

.review-by{
    margin-top: 25px;
}

.review-by > span {
    display: block;
}

.review-by .review-name{
    font-family: 'Source Serif Pro';
    font-weight: 600;
    color: #1E1E1E;
    font-size: 1.2em;
}

.review-designation,
.review-company{
    font-size: 14px;
    color: #1e1e1e;
}
/** REVIEW SECTION FINISHES HERE **/

/** GET MEMBERSHIP SECTION STARTS FROM HERE **/
.counter-stats .container {
    position: relative;
    text-align: center;
    color: #fff;
}

ul.social-media-list svg {
    width: 10px;
}

.mi-head-wrapper {
    text-align: center;
    max-width: 768px;
    margin: 0 auto 70px;
}

.mi-head-wrapper h2.headline{
    font-size: 2.8em;
}

.mi-head-wrapper p{
    font-size: 1.1em;
    color: #58595B;
}

.get_membership h2.headline {
    font-size: 2.2em;
    color: #fff;
}

.get_membership .read-btn {
    border: 2px solid #fff;
    background: none;
    padding: 13px 65px;
    text-transform: uppercase;
}
.get_membership .read-btn a{color:#fff;text-decoration:none;}
.get_membership .read-btn {
    border: 2px solid #fff;
    background: none;
    padding: 13px 65px;
    margin-top: 30px;
}

section.counter-stats.get_membership p {
    color: #fff;
}

.mi-list {
    list-style-type: none;
    font-family: 'Source Serif Pro';
    font-size: 1.25em;
    max-width: 230px;
    color: #213761;
}

.mi-list > li {
    margin-bottom: 70px;
    position: relative;
}

.mi-list > li:last-child {
    margin-bottom: 0;
}

.mi-left-points{
    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;
}

.mi-list-left{
    text-align: right;
    padding-right: 80px;
}

.mi-list-right{
    padding-left: 80px;
}


.vertical-logo{
    background: #ECF3F8;
    padding: 100px;
}

.mi-list-left > li:before {
    content: '';
    border-top: 2px dotted #66D7EC;
    height: 4px;
    width: 50px;
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
    bottom: 0;
    margin: auto;
}

.mi-list-right > li:before {
    content: '';
    border-top: 2px dotted #66D7EC;
    height: 4px;
    width: 50px;
    position: absolute;
    right: calc(100% + 15px);
    top: 0;
    bottom: 0;
    margin: auto;
}
/** GET MEMBERSHIP SECTION FINISHES HERE **/

/** FOOTER STARTS FROM HERE **/
footer.main .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 20px;
}

.brand-name h2 {
    font-size: 2em;
    font-weight: 600;
    color: #213761;
    display: inline-block;
    position: relative;
}

.brand-name h2:after {
    content: '';
    background: #66D7EC;
    height: 5px;
    width: 40px;
    border-radius: 5px;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    bottom: -5px;
    margin: auto;
}

.brand-name{
    margin-bottom: 15px;
}

footer.main .footer-one{
    width: 30%;
}

footer.main h3{
    font-weight: 600;
    color: #213761;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-family: 'Proxima Nova';
}

.footer-navs{
    list-style-type: none;
    font-size: 0.95em;
}

.footer-navs > li{
    margin-bottom: 15px;
}

.footer-navs a{
    text-decoration: none;
    color: #58595B;

}

ul.social-media-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.social-media-list svg {
    height: 18px;
    width: 17px;
    opacity: 0.5;
}

ul.social-media-list > li {
    margin-right: 15px;
}

.footer-sub-section {
    margin-top: 40px;
}

.footer-sub-section:first-child {
    margin-top: 0;
}

.subfooter {
    background: -webkit-gradient(linear, right top, left top, color-stop(9.42%, #63D0E5), color-stop(89.78%, #26476E));
    background: -o-linear-gradient(right, #63D0E5 9.42%, #26476E 89.78%);
    background: linear-gradient(270deg, #63D0E5 9.42%, #26476E 89.78%);
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 15px 0;
    font-weight: 300;
}

footer.main p {
    color: #58595B;
    line-height: 1.5;
}
/** FOOTER FINISHES HERE **/

.mobile-navs .header-buttons,
.hamburger-ico,
.mobile-navs{
    display: none !important;
}

.have_questions_image img{
	margin-bottom: -5px;
	max-width: 700px;
}

.review-content{
	position: relative;
}

.review-content:before {
    content: url(https://demos.novelucent.com/solidarity/wp-content/uploads/2024/08/ic.svg);
    position: absolute;
    left: -25px;
    top: -15px;
}

.impact-thumb iframe{
	width: 100%;
	height: 100%;
}

ul.our-impact-list > li {
    margin-bottom: 100px;
}

ul.our-impact-list > li:last-child {
    margin-bottom: 0;
}

.logo img{
	max-width: 180px;
}

.vertical-logo img {
    max-width: 170px;
}

@media (max-width: 1200px){
    .brand-name h2:after{
        display:  none;
    }
}

@media (max-width: 1024px){
    body{
        font-size: 90%;
    }

    .nav-list > li {
        margin-right: 20px;
    }
}

@media (max-width: 992px){
    section{
        padding: 60px 0;
    }

    h2.headline{
        font-size: 2.5em;
    }

    .mi-head-wrapper h2.headline,
    .counter-numeric,
    .have_questions_content_wrapper h2.headline,
    .get_membership h2.headline{
        font-size: 2em;
    }

    .mi-list{
        font-size: 1.1em;
    }

    .mi-list-left > li:before{
        top: 4px;
    }

    .nav-list{
        display: none;
    }

    .hamburger-ico a {
        width: 43px;
        height: 41px;
        text-align: center;
        padding: 0;
        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;
    }

    .hamburger-ico svg{
        width: 20px;
    }

    .mobile-block{
        display: block;
        padding: 10px 0;
    }
    
    .nav-list.mobile-block > li a{
        padding: 10px 20px;
        display: block;
    }

    .hamburger-ico,
    .mobile-navs{
        display: block !important;
    }
    
    .mobile-navs{
        border-bottom: 2px solid #dfdfdf;
        border-top: 2px solid #dfdfdf;
    }

    .affordable-wrapper{
        display: block;
    }

    .left-affordable {
        padding: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .right-affordable {
        width: 100%;
    }

    .tc-head-wrapper{
        margin-bottom: 30px ;
    }

    .tc-list > li {
        width: calc(50% - 64px);
    }

    .tc-list > li:nth-child(3n+1){
        margin-left: 20px;
    }

    .tc-list > li:nth-child(2n+1){
        margin-left: 0;
    }

    .ethical-approach > .container{
        display: block;
    }

    .ec-left-wrapper:before{
        width: 100%;
        display: none;
    }

    .ec-left-wrapper{
        border: 3px solid #fff;
    }

    .ec-left-wrapper:after{
        display: none;
    }

    .ec-left-wrapper {
        width: auto;
        padding: 40px;
    }
    
    .ec-right-wrapper {
        width: auto;
        padding-left: 50px;
        margin-top: 50px;
    }

    .vertical-logo {
        background: #ECF3F8;
        padding: 80px 40px;
    }

    .our-impact-list li:nth-child(even){
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .our-impact-list li{
        margin-bottom: 30px;
    }

    .our-impact li:nth-child(even) .impact-content{
        margin-left: 50px ;
    }

    .our-impact-list li{
        display: block;
    }

    .our-impact-list .impact-thumb{
        width: 500px;
/*         height: 300px; */
        min-width: 300px;
/*         min-height: 300px; */
        margin: 0 auto 20px;
    }

    .impact-internal-content {
        text-align: center;
    }

    .impact-content{
        margin-left: 0;
    }

    .impact-internal-content span{
        margin-top: 10px
    }
    
   

    

    .have_questions_image{
        text-align: center;
        margin-bottom: 20px ;
    }

    .have_questions_content_wrapper {
        padding-left: 20px;
        width: calc(100% - 40px);
        padding-right: 20px;
    }

    .have_questions_image img{
        max-width: 100%;
		margin-bottom: -5px;
    }

    .our-impact-list li {
        margin-bottom: 70px !important;
    }

    .our-impact-list li:last-child {
        margin-bottom: 0;
    }
	
}

@media (max-width: 767px){
    body{
        font-size: 80%;
    }

    section{
        padding: 40px 0;
    }

    h2.headline {
        font-size: 2em;
    }

    .right-affordable h3{
        font-size: 1.25em;
    }

    .header-buttons .member-button,
    .header-buttons .enroll-button{
        display: none;
    }

    .tc-list > li{
        border-radius: 10px;
        margin-bottom: 0;
    }

    .ec-left-wrapper{
        padding: 30px;
    }
    

    .mobile-navs .header-buttons {
        display: block !important;
        height: inherit;
        padding: 0 20px 20px;
    }

    .mobile-navs .header-buttons .member-button,
    .mobile-navs .header-buttons .enroll-button{
        display: block;
    }

    .mobile-navs .header-buttons > *{
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .right-affordable {
        display: block;
    }

    .right-affordable > div{
        width: auto;
    }
    
    .tc-list > li {
        width: 100%;
        margin-left: 0 !important; 
    }

    .button-wrapper{
        margin-top: 20px;
    }

    .vertical-logo{
        display: none;
    }
    
    .mi-left-points{
        display: block;
    }

    .mi-list-left{
        padding-left: 80px;
        padding-right: 0;
    }

    .mi-list-left > li:before{
        left: inherit;
        right: calc(100% + 15px);
    }

    .mi-list > li{
        text-align: left;
        margin-bottom: 20px;
    }

    .mi-list{
        max-width: inherit;
        margin-bottom: 20px;
    }

    .mi-head-wrapper{
        margin-bottom: 40px;
    }

    .counters-list{
        display: block;
        text-align: center;
    }

    .counters-list > li{
        margin-bottom: 50px;
    }

    .counters-list > li:last-child{
        margin-bottom: 0;
    }

    .counter-content{
        width: 100%;
        text-align: center;
        max-width: inherit;
    }

    footer.main .container {
        display: block;
    }

    footer.main .footer-one{
        width: auto;
    }

    footer.main .container > div {
        margin-bottom: 30px;
    }

    footer.main h3{
        margin-bottom: 10px;
    }

    footer.main .container{
        padding: 20px;
    }

    .review-wrapper{
        max-width: inherit;
        width: inherit;
    }

    section.have_questions{
        display: block;
        padding: 40px 20px;
    }
	
	.our-impact-list .impact-thumb{
		width: inherit;
		min-width: inherit;
	}
}
@media (max-width: 500px){
	.read-btn,
	.linear-btn,
	.truly-comprehensive .button-wrapper,
	.membership-include .button-wrapper {
		display: block !important;
		text-align: center !important;
	}
}
.home #cta_171272 .cf-form-2.cf-form-theme-default .cf-error{background-color:#ffe8e1!important;}

.home #cta_171272 .cf-form-2.cf-form-theme-default .cf-error::-webkit-input-placeholder{
  color:#000 !important;
}
.mobile-block{display:none;}
#cta_171272 .fr-view #customfield486407 a{text-decoration-color: #fff !important}
#cta_171272 .fr-view #customfield486413 a{text-decoration-color: #fff !important}

#cta_171272 .fr-view #customfield486407 a p {
    font-size: 12px !important;
    margin: 10px 0 15px !important;
    display: block !important;
}
.customfield486407 div a:hover{}
#cta_171272 .cf-form-2.cf-form-theme-default .cf-consent-label .cf-privacy-message,.page-template #cta_171272 .cf-form-2.cf-form-theme-default .cf-consent-label{font-size:14px!important;}

/* Make the header sticky */
.sticky-header {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0; /* Sticky header on top */
  z-index: 1000; /* Keep it above other content */
  background-color: #fff; /* Optional background */
 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
  width: 100%;
}

.side_img_none.affordable-care:before{content:"";}

footer.main .subfooter .container{padding:0;text-align:left;}
.subfooterOne{width:70%; font-size: 13px;
    line-height: 20px;}
.subfootertwo ul{list-style: none;
    display: flex;
    list-style-type: none;}
.subfootertwo ul li{    margin-right: 20px;
}
.subfootertwo ul li a{color: #fff;
    font-size: 13px;
    text-decoration: none;}
.page-template-home .read-btn.not_show{display:none;}
.hide_content{display:none;}