* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.eot');
    src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.eot');
    src: url('../fonts/DMSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff'),
        url('../fonts/DMSans-SemiBold.ttf') format('truetype'),
        url('../fonts/DMSans-SemiBold.svg#DMSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('  fonts/DMSans-Medium.eot');
    src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff'),
        url('../fonts/DMSans-Medium.ttf') format('truetype'),
        url('../fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.eot');
    src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-dm-sans: 'DM Sans';
    --black-color: #000000;
    --white-color: #ffffff;
    --gray-color: #656E71;
    --skyblue-color: #0A94CC;
    --logo-color: #1EC0DB;
    --font-bold-700: 700;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
ul li,
p,
.btn,
span,
.accordion .accordion-item .accordion-body {
    font-family: var(--font-dm-sans);
    margin: 0;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: var(--black-color);
}

ul li,
p {
    color: var(--gray-color);
    font-size: 18px;
    line-height: 28px;
}

ul {
    margin: 0;
}

h1 {
    font-size: 65px;
    line-height: 75px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

.highlighted_text {
    color: var(--skyblue-color);
}

.btn {
    padding: 10px 45px 10px 15px;
    background: var(--black-color);
    color: var(--white-color);
    font-size: 16px;
    line-height: 21px;
    border-radius: 50px;
    border: 0;
}

.btn-primary {
    background: var(--black-color);
    color: var(--white-color);
    transition: ease .6s;
    border: 1px solid transparent;
}

.btn-primary:hover {
    background: var(--white-color);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.1);
    color: var(--black-color);
    border: 1px solid var(--black-color);
}

.btn-primary::before {
    content: '';
    position: absolute;
    left: unset;
    right: 15px;
    top: 0;
    bottom: 0;
    background: url(../icons/arrow-icon.svg) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 13px;
    margin: auto;
    transform: rotate(-45deg);
    border-radius: 100%;
    z-index: 1;
    margin: auto;
}

.btn-primary:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    background: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: auto;
}
.btn-primary:hover:before {
    transform: rotate(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(170deg) brightness(105%) contrast(108%);
}
.btn-primary:hover:after {
    background: var(--black-color);
}
.btn-secondary {
    padding: 10px 20px;
    background: var(--white-color);
    color: var(--gray-color);
    box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.1);
    border: 1px solid transparent;
}
.btn-secondary:hover {
    background: var(--skyblue-color);
    color: var(--white-color);
    border: 1px solid var(--skyblue-color);
}
.two_btns {
    display: flex;
    gap: 10px;
}

.gens_for .testimonial_box p,
.our_plans .plan ul li {
    font-size: 16px;
    line-height: 26px;
}

.made_for .col-xl-5 p,
.care_empowers .col-xl-5 p {
    font-size: 20px;
    line-height: 30px;
}


.btn-primary, .btn-primary:before, .btn-primary:after,
.btn-secondary  {
    transition: ease .6s;
}

.btn-primary,
.yellow_circle,
.skyblue_circle,
.main_header,
.gens_for .row,
.genS_exists,
.our_plans .plan,
.our_plans .plan ul li,
.genS_exists .container,
.gens_for .testimonial_one .col-xl-6:last-child img,
.gens_for .testimonial_two .col-xl-5 img,
.gens_for .testimonial_box {
    position: relative;
}

.yellow_circle:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 207, 6, 0.10);
    filter: blur(150px);
}
.skyblue_circle:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(10, 148, 204, 0.10);
    filter: blur(250px);
    border-radius: 100%;
}
.purple_circle:after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(193, 139, 225, 0.3);
    filter: blur(250px);
    border-radius: 100%;
}
.gens_for .row,
.genS_exists .container {
    box-shadow: -15px 15px 30px 0 rgba(0,0,0,0.07);
}






/* Main Header */
.main_header {
    overflow: hidden;
    margin: 0 20px;
    border-radius: 0 0 10px 10px;
}
.main_header h1 {
    width: 74%;
    margin: 80px auto 0 auto;
}
.main_header .mobile_icon {
    width: 55px;
}
.main_header .couple_icon {
    width: 88px;
    margin: -10px 0 10px 0;
}
.main_header p {
    width: 50%;
    margin: 20px auto 30px auto;
}
.main_header:before {
    right: -250px;
    bottom: -200px;
}
.main_header:after {
    left: -250px;
    bottom: -300px;
    background: rgba(52, 182, 214, 0.20);
}
.main_header:before,
.main_header:after {
    z-index: -1;
    width: 1100px;
    height: 1100px;
    opacity: 0.8;
}
.main_header .two_btns {
    margin: 0 0 40px 0;
}





@media(max-width:1400px) {
    .main_header h1 {
        width: 70%;
    }
}




@media(max-width:1200px) {
    .main_header p {
        width: 65%;
    }
}






@media(max-width:992px) {
    .main_header {
        margin: 0 12px;
    }
    .main_header h1,
    .main_header p {
        width: 100%;
    }
    .main_header .mobile_icon {
        width: 45px;
    }
    .main_header .couple_icon {
        width: 55px;
        margin: -8px 0 8px 0;
    }
}




@media(max-width:768px) {
    .main_header .mobile_icon {
        width: 35px;
    }
    .main_header .couple_icon {
        width: 45px;
        margin: -6px 0 6px 0;
    }
}

@media(max-width:576px) {   
    .main_header h1 {
        margin: 60px auto 0 auto;
    }
}




/* As Featured In */
.featured_logos {
    padding: 60px 0 0 0;
}
.featured_logos p {
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.featured_logos ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    gap: 0 70px;
}
.featured_logos ul li:nth-child(1) img {
    width: 60px;
}
.featured_logos ul li:nth-child(2) img {
    width: 90px;
}
.featured_logos ul li:nth-child(3) img {
    width: 150px;
}
.featured_logos ul li:nth-child(4) img {
    width: 95px;
    filter: grayscale(1);
}
.featured_logos ul li:nth-child(5) img {
    width: 115px;
}
.featured_logos ul li:nth-child(6) img {
    width: 215px;
}





@media(max-width:992px) {
    .featured_logos ul {
        gap: 0 50px;
    }
    .featured_logos ul li:nth-child(1) img {
        width: 45px;
    }
    .featured_logos ul li:nth-child(2) img {
        width: 80px;
    }
    .featured_logos ul li:nth-child(3) img {
        width: 100px;
    }
    .featured_logos ul li:nth-child(4) img {
        width: 70px;
        filter: grayscale(1);
    }
    .featured_logos ul li:nth-child(5) img {
        width: 80px;
    }
    .featured_logos ul li:nth-child(6) img {
        width: 150px;
    }
}





@media(max-width:768px) {
    .featured_logos ul {
        gap: 0 40px;
    }
}





@media(max-width:576px) {
    .featured_logos ul {
        gap: 30px 10px;
        flex-wrap: wrap;
    }
    .featured_logos ul li {
        width: 30%;
    }
    .featured_logos ul li:nth-child(1) img {
        width: 40px;
    }
    .featured_logos ul li:nth-child(2) img {
        width: 70px;
    }
    .featured_logos ul li:nth-child(3) img {
        width: 80px;
    }
    .featured_logos ul li:nth-child(4) img {
        width: 60px;
        filter: grayscale(1);
    }
    .featured_logos ul li:nth-child(5) img {
        width: 70px;
    }
    .featured_logos ul li:nth-child(6) img {
        width: 100px;
    }
}











/* Made for the 60+ By the 60+ */
.made_for {
    padding: 150px 0 0 0;
}
.made_for .highlighted_text {
    font-style: italic;
}
.made_for .col-xl-5 p {
    width: 80%;
    margin: 20px 0 0 0;
}
.made_for .col-xl-7 h3,
.made_for .col-xl-7 p,
.made_for .col-xl-7 div h4 {
    font-size: 22px;
    line-height: 32px;
}
.made_for .col-xl-7 div h3:not(:first-child) {
    margin: 20px 0 0 0;
}
.made_for .col-xl-7 div h4 {
    margin: 10px 0 0 0;
}
.made_for .col-xl-7 div h4 img {
    width: 90px;
}






@media(max-width:1400px) {
    .made_for {
        padding: 120px 0 0 0;
    }
}





@media(max-width:1200px) {
    .made_for {
        padding: 100px 0 0 0;
    }
    .made_for .col-xl-7 h3, 
    .made_for .col-xl-7 p, 
    .made_for .col-xl-7 div h4 {
        font-size: 20px;
        line-height: 30px;
    }
}


@media(max-width:992px) {
    .made_for {
        padding: 70px 0 0 0;
    }
    .made_for h2 br {
        display: none;
    }
    .made_for .col-xl-5 p {
        width: 100%;
    }
}


@media(max-width:576px) {
    .made_for .col-xl-7 div h4 img {
        width: 60px;
    }
}













/* Who is GenS For? */
.gens_for {
    padding: 150px 0;
    overflow: hidden;
}
.gens_for .row {
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
}
.gens_for .testimonial_one {
    margin-top: 50px;
    margin-bottom: 80px;
}
.gens_for .testimonial_one:before {
    width: 500px;
    height: 500px;
    right: 250px;
    bottom: -100px;
    background: rgba(255, 207, 6, 0.12);
    /* filter: blur(500px); */
}
.gens_for .testimonial_one:after {
    width: 500px;
    height: 500px;
    right: -30px;
    top: -60px;
    background: rgba(10, 148, 204, 0.10);
    /* filter: blur(150px); */
}
.gens_for .testimonial_two:before {
    width: 300px;
    height: 300px;
    right: -50px;
    top: -20px;
    background: rgba(255, 207, 6, 0.15);
    /* filter: blur(250px); */
}
.gens_for .testimonial_two:after {
    width: 500px;
    height: 500px;
    right: 200px;
    bottom: -80px;
    background: rgba(193, 139, 225, 0.20);
    /* filter: blur(250px); */
}
.gens_for .testimonial_one .col-xl-6:last-child img,
.gens_for .testimonial_two .col-xl-5 img {
    z-index: 1;
}
.gens_for .testimonial_one .col-xl-6:last-child,
.gens_for .testimonial_two .col-xl-5 {
    padding: 0 30px 0 0;
}
.gens_for .testimonial_two .col-xl-5 div {
    margin: 0 0 0 -100px;
}
.gens_for .row .col-xl-6:first-child,
.gens_for .row .col-xl-7 {
    padding: 45px 0 45px 50px;
}
.gens_for h3 {
    font-size: 40px;
    line-height: 50px;
}
.gens_for p {
    margin: 10px 0 25px 0;
}
.gens_for .testimonial_box {
    padding: 70px 0 0 0;
}
.gens_for .testimonial_box .inverted_commas {
    position: absolute;
    width: 70px;
    top: 35px;
}
.gens_for .testimonial_box p {
    margin: 0 0 20px 0;
    color: var(--black-color);
    width: 93%;
}
.gens_for .testimonial_box .testimonial_info {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.gens_for .testimonial_box .testimonial_info h4 {
    font-size: 18px;
    line-height: 18px;
    color: var(--gray-color);
    margin: 0 0 2px 0;
}
.gens_for .testimonial_one p {
    width: 83%;
}
.gens_for .testimonial_two p {
    width: 75%;
}
.gens_for .testimonial_two .inverted_commas {
    filter: brightness(0) saturate(100%) invert(45%) sepia(46%) saturate(1059%) hue-rotate(156deg) brightness(97%) contrast(97%);
}
.gens_for .testimonial_two .testimonial_box p {
    width: 68%;
}




@media(max-width:1400px) {
    .gens_for {
        padding: 120px 0;
    }
}



@media(max-width:1200px) {
    .gens_for {
        padding: 100px 0;
    }
    .gens_for .testimonial_one .col-xl-6:last-child {
        padding: 0 30px;
    }
    .gens_for .testimonial_two .col-xl-5 {
        padding: 0 30px 30px 30px;
    }
    .gens_for .testimonial_two .col-xl-5 div {
        margin: 0;
    }
}





@media(max-width:992px) {
    .gens_for {
        padding: 70px 0;
    }
    .gens_for h3 br {
        display: none;
    }
}




@media(max-width:768px) {
    .gens_for h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .gens_for .row .col-xl-6:first-child, 
    .gens_for .row .col-xl-7 {
        padding: 50px 30px;
    }
    .gens_for .testimonial_box {
        position: relative;
        padding: 50px 0 0 0;
    }
    .gens_for .testimonial_box .inverted_commas {
        width: 50px;
        top: 25px;
    }
    .gens_for .row {
        margin: 0;
    }
    .gens_for .testimonial_one {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}










@media(max-width:576px) { 
    .gens_for .testimonial_one:after {
        width: 300px;
        height: 300px;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .gens_for .testimonial_one:before,
    .gens_for .testimonial_two:after {
        width: 300px;
        height: 300px;
        right: 0;
        bottom: 0;
    }
    .gens_for .testimonial_box {
        z-index: 1;
    }
    .gens_for .testimonial_two:before {
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: rgba(255, 207, 6, 0.20);
    }
}












/* Care That Empowers the 60+ */
.care_empowers {
    padding: 0;
}
.care_empowers h2 {
    letter-spacing: -1.5px;
}
.care_empowers .row {
    gap: 0 25px;
    flex-wrap: nowrap;
}
.care_empowers .col-xl-5 p {
    margin: 0 0 25px 0;
}

.empowers_points {
    padding: 80px 0 0 0;
}
.empowers_points .row .col-xl-4:nth-child(2) {
    width: 28%;
}
.empowers_points .row .col-xl-4:last-child {
    flex: 1;
}
.empowers_points .row .col-xl-4:nth-child(2),
.empowers_points .row .col-xl-4:last-child {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 20px 0;
}
.empowers_points .row {
    gap: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.empowers_points .wellness {
    background: linear-gradient(145deg, rgba(193, 139, 225, 0.15) 20%, rgba(255, 207, 6, 0.2));
}
.empowers_points .smarter_health {
    background: linear-gradient(145deg, rgba(255, 207, 6, 0.1) 0%, rgba(193, 139, 225, 0.3) 100%);
}
.empowers_points .emergency {
    background: linear-gradient(45deg, rgba(10, 148, 204, 0.1) 65%, rgba(255, 207, 6, 0.1));
}
.empowers_points .support {
    background: linear-gradient(90deg, rgba(255, 207, 6, 0.1) 0%, rgba(243, 139, 35, 0.20) 50%);
}
.empowers_points .secure_future {
    background: linear-gradient(45deg, rgba(255, 207, 6, 0.1), rgba(193, 139, 225, 0.2) 70%);
}
.empowers_points .beginning {
    background: linear-gradient(90deg, rgba(243, 139, 35, 0.20) 0%, rgba(255, 207, 6, 0.1) 50%);
}
.empowers_points .concierge {
    background: linear-gradient(90deg, rgba(10, 148, 204, 0.1) 5%, rgba(255, 207, 6, 0.15));
}
.empowers_points .point_box {
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}
.empowers_points .wellness div{
    padding: 35px 45px 45px 45px;
}
.empowers_points .wellness h3,
.empowers_points .smarter_health h3,
.empowers_points .support h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0;
}
.empowers_points .wellness p {
    width: 85%;
}
.empowers_points .smarter_health h3 {
    letter-spacing: -1.5px;
    margin: 0;
}
.empowers_points .smarter_health div:first-child {
    padding: 25px 35px 0 35px;
}
.empowers_points .smarter_health div:first-child img {
    width: 40px;
    margin: 0 0 15px 0;
}


.smarter_health_points {
    position: relative;
    overflow: hidden;
    width: 358px;
    height: 130px;
}



.empowers_points .emergency {
    padding: 25px 30px 30px 30px;
}
.empowers_points .emergency img {
    width: 60px;
}
.empowers_points .emergency h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 5px 0 15px 0;
    width: 90%;
}




.empowers_points .support {
    padding: 35px;
}
.empowers_points .support div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.empowers_points .support div p {
    width: 76%;
}
.empowers_points .support img {
    width: 80px;
}











.empowers_points .secure_future {
    padding: 155px 40px 40px 40px;
    position: relative;
    margin: 0 0 -45px 0;
}
.empowers_points .secure_future:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../icons/secure-future-sorted-icon.png) no-repeat;
    background-size: 100%;
    width: 160px;
    height: 164px;
}
.empowers_points .secure_future h3 {    
    font-size: 30px;
    line-height: 40px;
    width: 80%;
}





.empowers_points .beginning {
    padding: 25px 40px;
    position: relative;
    overflow: visible;
}
.empowers_points .beginning:after {
    content: '';
    position: absolute;
    right: 35px;
    bottom: -43px;
    background: url(../icons/this-just-the-beginning-icon.png) no-repeat;
    background-size: 100%;
    width: 80px;
    height: 95px;
    transform: rotate(15deg);
}
.empowers_points .beginning h3 {
    font-size: 26px;
    line-height: 36px;
}
.empowers_points .beginning p {
    margin: 12px 0 25px 0;
}


.empowers_points .container .row:last-child {
    margin-top: 20px;
    align-items: flex-end;
}
.empowers_points .concierge {
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
}
.empowers_points .concierge h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px 0;
}
.empowers_points .concierge p {
    width: 85%;
}
.empowers_points .concierge img {
    width: 460px;
}
.empowers_points .col-xl-8 {
    width: 63%;
}







@media(max-width:1400px) {
    .empowers_points .secure_future {
        margin: 0;
    }
}



@media(max-width:1200px) {
    .care_empowers h2 {
        letter-spacing: 0;
    }
    .empowers_points {
        padding: 50px 0 0 0;
    }
    .care_empowers .col-xl-5 p {
        margin: 20px 0 30px 0;
    }
    .care_empowers .row,
    .empowers_points .row {
        flex-wrap: wrap;
    }
    .empowers_points .row .col-xl-4:nth-child(2),
    .empowers_points .col-xl-8 {
        width: auto;
    }
}




@media(max-width:992px) {
    .empowers_points .concierge img {
        width: 350px;
    }
}




@media(max-width:768px) {
    .empowers_points .concierge {
        flex-flow: column;
        gap: 30px 0;
    }
    .empowers_points .concierge,
    .empowers_points .smarter_health div:first-child {
        padding: 50px 30px 0 30px;
    }
    .empowers_points .wellness div,
    .empowers_points .emergency,
    .empowers_points .support,
    .empowers_points .beginning {
        padding: 50px 30px;    
    }
    .empowers_points .support div {
        flex-flow: column-reverse;
        align-items: flex-start;
        gap: 20px 0;
    }
    .empowers_points .secure_future:after {
        top: 50px;
        width: 100px;
        height: 104px;
        left: 30px;
    }
    .empowers_points .secure_future h3,
    .empowers_points .emergency h3 {
        margin: 20px 0 10px 0;
    }
    .empowers_points .beginning:after {
        width: 60px;
        height: 75px;
    }
    .empowers_points .support img {
        width: 50px;
    }
}









 /* Wisdom is Ageless, So is Curiosity. */
.wisdom_ageless {
    padding: 150px 0 0 0;
}
.wisdom_ageless .col-xl-2 a {
    margin: 0 0 12px 0;
}




@media(max-width:1400px) {
    .wisdom_ageless {
        padding: 120px 0 0 0;
    }
}





@media(max-width:1200px) {
    .wisdom_ageless {
        padding: 100px 0 0 0;
    }
    .wisdom_ageless .col-xl-2 a {
        margin: 20px 0 0 0;
    }
}



@media(max-width:992px) {
    .wisdom_ageless {
        padding: 90px 0 0 0;
    }
    .wisdom_ageless h2 br {
        display: none;
    }
}


@media(max-width:576px) {
}



















 /* Upcoming Events */
.upcoming_events {
    padding: 150px 0 0 0;
}
.upcoming_events h2 {
    margin: 0 0 40px 0;
}




@media(max-width:1400px) {
    .upcoming_events {
        padding: 120px 0 0 0;
    }
}





@media(max-width:1200px) {
    .upcoming_events {
        padding: 100px 0 0 0;
    }
    .upcoming_events h2 {
        margin: 0 0 20px 0;
    }
}



@media(max-width:992px) {
    .upcoming_events {
        padding: 70px 0 0 0;
    }
}












@media(max-width:576px) {
    .upcoming_events h2 {
        margin: 0 0 20px 0;
    }
}

















/* Explore Our Plans */
.our_plans {
    padding: 150px 0 0 0;
}
.our_plans .col-xl-2 a {
    margin: 0 0 12px 0;
}

.our_plans .plan {
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
}
.our_plans .free_plan {
    background: linear-gradient(55deg, rgba(255, 255, 255, 1) 40%, rgba(193, 139, 225, 0.20));
}
.our_plans .silver_plan {
    background: linear-gradient(55deg, rgba(255, 255, 255, 1) 50%, rgba(10, 148, 204, 0.20));
}
.our_plans .gold_plan {
    background: linear-gradient(55deg, rgba(255, 255, 255, 1) 50%, rgba(255, 207, 6, 0.20));
}
.our_plans .plan:after {
    content: '';
    position: absolute;
    right: 50px;
    width: 50px;
}
.our_plans .free_plan:after {
    background: url(../icons/free-plan-icon.png) no-repeat;
    background-size: 100%;
    height: 71px;
    top: -35px;
}
.our_plans .silver_plan:after {
    background: url(../icons/silver-plan-icon.png) no-repeat;
    background-size: 100%;
    height: 50px;
    top: -25px;
}

.our_plans .gold_plan:after {
    background: url(../icons/gold-plan-icon.png) no-repeat;
    background-size: 100%;
    height: 68px;
    top: -20px;
}
.our_plans .plan h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.our_plans .plan p {
    margin: 10px 0 20px 0;
}
.our_plans .row:nth-child(2) {
    margin-top: 80px;
    gap: 0 30px;
    flex-wrap: nowrap;
}
.our_plans .row:nth-child(2) > * {
    padding: 0;
}
.our_plans .col-xl-4 {
    flex: 1;
}
.our_plans .plan ul {
    list-style: none;
    margin: 0 0 30px 0;
    display: flex;
    flex-flow: column;
    gap: 12px 0;
}

.our_plans .plan ul li::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 8px;
    background: url(../icons/check-icon.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 11px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(36%) saturate(464%) hue-rotate(234deg) brightness(99%) contrast(102%);
}
.our_plans .silver_plan ul li::before {
    filter: brightness(0) saturate(100%) invert(71%) sepia(78%) saturate(5881%) hue-rotate(167deg) brightness(90%) contrast(92%);
}
.our_plans .gold_plan ul li::before {
    filter: brightness(0) saturate(100%) invert(60%) sepia(66%) saturate(1636%) hue-rotate(346deg) brightness(100%) contrast(91%);
}



@media(max-width:1400px) {
    .our_plans {
        padding: 120px 0 0 0;
    }
}





@media(max-width:1200px) {
    .our_plans {
        padding: 100px 0 0 0;
    }
    .our_plans .row:nth-child(2) {
        gap: 0 20px;
    }
    .our_plans .plan {
        padding: 50px 30px;
    }
    .our_plans .plan h3 {
        font-size: 25px;
        line-height: 35px;
    }
}






@media(max-width:992px) {
    .our_plans {
        padding: 70px 0 0 0;
    }
    .our_plans h2 br {
        display: none;
    }
    .our_plans .col-xl-2 a {
        margin: 20px 0 0 0;
    }
    .our_plans .row:nth-child(2) {
        margin: 70px 0 0 0;
        flex-wrap: wrap;
        gap: 70px 0;
    }
    .our_plans .col-xl-4 {
        flex: auto;
    }
}








@media(max-width:576px) {
    .our_plans .row:nth-child(2) {
        margin: 50px 0 0 0;
    }
}



















/* No Two 60s Look Alike */
.genS_exists {
    padding: 120px 0;
}
.genS_exists:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 150px;
    background: url(../icons/beach-items.png) no-repeat;
    background-size: 100%;
    width: 85px;
    height: 100px;
    z-index: 1;
}
.genS_exists .container:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 125px;
    background: url(../icons/heart-eyes-emoji.png) no-repeat;
    background-size: 100%;
    width: 90px;
    height: 90px;
}
.genS_exists .container {
    padding: 60px;
    border-radius: 30px;
    background: linear-gradient(140deg, rgba(193, 139, 225, 0.15) 15%, rgba(255, 207, 06, 0.2));
}
.genS_exists h2 {
    font-weight: var(--font-bold-700);
    font-size: 42px;
    line-height: 52px;
    margin: 0;
    letter-spacing: -2px;
}
.genS_exists p {
    margin: 30px 0;
}
.genS_exists ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 20px 0;
    margin: 0 0 50px 0;
}
.genS_exists ul li {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.genS_exists ul li img {
    width: 25px;
}








@media(max-width:1300px) {
    .genS_exists:before {
        width: 55px;
        height: 65px;
    }
    .genS_exists .container:after {
        right: -30px;
        top: 30px;
        width: 70px;
        height: 70px;
    }
}

@media(max-width:1200px) {
    .genS_exists {
        padding: 100px 0;
    }
    .genS_exists h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0;  
    }
}




@media(max-width:992px) {
    .genS_exists {
        padding: 70px 0;
    }
    .genS_exists .row {
        gap: 50px 0;
    }
    .genS_exists .container {
        padding: 50px;
    }
}



@media(max-width:768px) {
    .genS_exists {
        padding: 100px 12px 70px 12px;
    }
    .genS_exists h2 {
        font-size: 25px;
        line-height: 35px;
    }
}




@media(max-width:576px) {
    .genS_exists .container {
        padding: 50px 30px;
        background: linear-gradient(140deg, rgba(193, 139, 225, 0.15) 35%, rgba(255, 207, 06, 0.2));
    }
    .genS_exists .container:after {
        right: 25px;
        top: -25px;
        width: 50px;
        height: 50px;
    }
    .genS_exists:before {
        bottom: 130px;
        width: 50px;
        height: 60px;
    }
    .genS_exists p {
        margin: 20px 0;
    }
    .genS_exists ul {
        margin: 0 0 40px 0;
    }
}





/* Common Resposnive CSS */

@media(min-width:576px) {
    .row>* {
        padding: 0;
    }
}

@media(max-width:1400px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }
    .empowers_points .wellness h3, 
    .empowers_points .smarter_health h3, 
    .empowers_points .support h3,
    .empowers_points .secure_future h3,
    .empowers_points .concierge h3,
    .empowers_points .beginning h3,
    .empowers_points .emergency h3 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .main_header h1,
    .main_header p,
    .gens_for .testimonial_one p,
    .gens_for .testimonial_two p,
    .gens_for .testimonial_box p,
    .gens_for .testimonial_two .testimonial_box p,
    .empowers_points .support div p,
    .empowers_points .concierge p,
    .empowers_points .emergency h3,
    .empowers_points .secure_future h3 {
        width: 100%;
    }
    .empowers_points .smarter_health h3 {
        letter-spacing: normal;
    }
    .empowers_points .secure_future {
        padding: 155px 30px 30px 30px;
    }
}

@media(max-width:576px) {
    p, 
    ul li,
    .made_for .col-xl-5 p, 
    .care_empowers .col-xl-5 p,
    .made_for .col-xl-7 p,
    .genS_exists p, 
    .genS_exists ul li {
        font-size: 16px;
        line-height: 26px;
    }
    h3,
    .empowers_points .wellness h3, 
    .empowers_points .smarter_health h3, 
    .empowers_points .support h3,
    .empowers_points .secure_future h3,
    .empowers_points .concierge h3,
    .empowers_points .beginning h3,
    .empowers_points .emergency h3,
    .our_plans .plan h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .two_btns {
        flex-flow: column;
        gap: 15px 0;
        align-items: flex-start;
    }
    .btn {
        padding: 8px 40px 8px 10px;
        font-size: 15px;
        line-height: 20px;
    }
    .btn-secondary {
        padding: 8px 10px;
    }
    .btn-primary:after {
        width: 25px;
        height: 25px;
    }
    .btn-primary::before {
        right: 14px;
        width: 12px;
        height: 10px;
    }
    .main_header .two_btns .btn,
    .genS_exists .two_btns .btn {
        width: 185px;
    }
    .care_empowers .two_btns .btn {
        width: 211px;
    }
}




















