/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .title-large {
        font-size: 52px;
    }

    .title-medium {
        font-size: 42px;
    }

    /*=== Header area start ===*/

    #headerArea .container {
        max-width: 960px;
    }

    #hamburgerBtn {
        margin-left: 24px;
    }

    #headerArea.full-height #mobileMenu ul {
        padding-bottom: 52px;
    }

    #headerArea.full-height #mobileMenu ul a:not(#headerArea #mobileMenu li:last-child a) {
        display: flex;
    }

    /*=== main content start ===*/

    /*=== science page start ===*/
    .science-item-left .title-large {
        font-size: 50px;
    }

    .science-item-right {
        width: 45%;
    }

    .science-item-second {
        grid-template-columns: repeat(3, 1fr);
    }

    .htw-hero-section .science-item-left.were-designed-title {
        width: fit-content;
    }

    /*=== sharks page start ===*/

    .sharks-left {
        width: 380px;
    }

    .sharks-right {
        width: calc(100% - 380px);
    }

    /*=== biological page start ===*/

    .biological-upper  .title-medium {
        font-size: 40px;
    }

    /*=== marquee area start ===*/
    .marquee-area .bg-conic .one,
    .marquee-area .bg-conic .four {
        display: none;
    }

    .marquee-area .bg-conic .two {
        top: -200%;
    }

    .marquee-area .bg-conic .three {
        bottom: -200%;
    }


    /*=== aging page start ===*/

    .action-area .container {
        max-width: 960px;
    }

    .action-content {
        padding: 64px;
    }

    /*=== value area start ===*/

    .value-left {
        width: 330px;
    }

    .value-left::after {
        height: calc(100% - 6px);
    }

    .value-left video {
        height: 680px;
    }

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

    /*=== collectively area start ===*/

    .collectively-left {
        width: 370px;
    }

    .collectively-right {
        width: calc(100% - 370px);
    }

    /*=== validated area start ===*/

    .validated-item-inner {
        max-width: 400px;
    }

    .validated-item ul li:nth-of-type(1) .validated-item-inner {
        margin-left: 60px;
    }

    .validated-item ul li:nth-of-type(4) .validated-item-inner {
        margin-right: 60px;
    }

    .validated-item ul li:nth-of-type(5) .validated-item-inner {
        margin-left: 40px;
    }

    /*=== waitlist page start ===*/

    .waitlist-area::after {
        height: 424px;
    }

    .waitlist-left {
        padding-right: 20px;
    }

    .waitlist-right-top {
        padding: 32px 24px;
    }

    .waitlist-right .bg {
        transform: scale(1);
    }

    .waitlist-right-bottom div {
        padding-left: 16px;
        padding-right: 16px;
    }

    /*=== market area start ===*/

    .market-item {
        padding: 24px;
    }

    /*=== partner page start ===*/

    .partner-item-inner {
        padding: 32px 24px;
    }

    .partner-item-inner .background-video {
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%;
    }



    /*============== HOME PAGE =========== */
.hero-top-sa h2 {
	font-size: 70px;
}
.hero-top-sa h2 span {
	font-size: 58px;
}

.health-plan-inner {
    width: 800px;
    height: 530px;
}
.left-bottom-frame {
    width: 445px;
}
.health-plan-main-wp {
    margin-top: 100px;
}

.health-text-content h3 {
	font-size: 55px;
}
.health-text-content {
	position: absolute;
	left: -54px;
	top: 27px;
	max-width: 330px;
}

.single-health-item .health-inner-card {
	padding: 4px;
	gap: 4px;
}
.health-inner-card span {
	font-size: 12px;
}

.health-right-frame {
	right: -80px;
	top: 110px;
}

.health-right-item {
	height: 70px;
	padding: 10px 10px;
	gap: 16px;
}
.health-right-item.health-item-one {
	width: 300px;
}
.health-right-item.health-item-two {
	height: 60px;
	padding: 14.4px 9.6px;
	gap: 10px;
}
.health-right-item.health-item-three {
	height: 55px;
	padding: 12.8px 5.2px;
	gap: 8.8px;
}
.health-plan-top {
	gap: 20px;
}
.health-plan-top h2 {
	font-size: 45px;
	line-height: 120%;
}
.biology-top-card p {
	width: 400px;
}
.biology-top-card h2 {
	font-size: 40px;
}


.health-plan-inner .health-image {
	max-width: 650px;
}



/* ============================
How it works page design ============================ */
.single-journey-conts {
    opacity: 1;
}
/* htw-faq-area */
.future-of-preventive-area {
	padding-top: 120px;
}
.future-of-prevente-top h2 {
	font-size: 41px;
    padding-bottom: 35px;
    text-align: center;
    max-width: 648px;
    margin: 0 auto;
}
.future-of-prevente-top p {
	text-align: center;
    max-width: inherit;
}
.future-of-prevent-inner {
    padding-top: 16px;
}
.were-designed-title {
    transform: translateX(0px);
}

/*=== Investor Portal - Message From Our CEO ===*/

#ceoMessage p {
    max-width: 100%;
}

#ceoMessage .base-card > div:nth-child(1) {
    width: 100%;
}

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .title-large {
        font-size: 42px;
    }

    .title-medium {
        font-size: 32px;
    }

    /*=== Header area start ===*/

    #headerArea .container {
        max-width: 720px;
    }

    #hamburgerBtn {
        margin-left: 24px;
    }

    #headerArea.full-height #mobileMenu ul {
        padding-bottom: 52px;
    }

    #headerArea.full-height #mobileMenu ul a:not(#headerArea #mobileMenu li:last-child a) {
        display: flex;
    }

    /*=== main content start ===*/

    /*=== science page start ===*/

    .science-item {
        flex-direction: column;
        align-items: center;
    }

    .science-item-left {
        width: 47%;
        text-align: center;
    }

    .science-item-left .title-large {
        font-size: 36px;
    }

    .science-item-right {
        text-align: center;
    }

    .science-middle p {
        text-align: center;
    }

    .science-item-second {
        grid-template-columns: repeat(3, 1fr);
    }

    .htw-hero-section .science-item-left.were-designed-title {
        width: fit-content;
    }

    .htw-hero-section .middle-img img {
        width: 380;
        height: 420px;
        object-fit: cover;
        object-position: center;
    }

    .htw-hero-section .middle-img img {
        height: 420px;
        object-fit: cover;
        object-position: center;
    }

    /*=== sharks page start ===*/

    .sharks-left {
        width: 280px;
    }

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

    .biological-area .background-video {
        top: -40px;
    }

    /*=== hallmarks page start ===*/

    .hallmarks-upper h2 {
        font-size: 32px;
    }

    .hallmarks-item-image {
        margin-bottom: 20px;
    }

    .hallmarks-item-content {
        width: 100%;
        padding-left: 0;
    }

    /*=== aging page start ===*/

    .action-area .container {
        max-width: 720px;
    }

    .action-content {
        flex-direction: column;
        align-items: center;
        padding: 48px;
        gap: 48px;
    }

    .action-right {
        width: 100%;
    }

    .action-content .action-left {
        text-align: center;
        width: 100%;
    }

    .action-content .action-right {
        width: 100%;
    }

    .action-area-second .action-right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .action-area-second .action-right .text-20 {
        text-align: center;
    }

    .action-right .title-extra-small {
        font-size: 18px;
        text-align: center;
    }

    /*=== marquee area start ===*/
    .marquee-area .bg-conic .one,
    .marquee-area .bg-conic .four {
        display: none;
    }

    .marquee-area .bg-conic .two {
        top: -200%;
    }

    .marquee-area .bg-conic .three {
        bottom: -200%;
    }


    /*=== footer area start ===*/

    .footer-left {
        width: calc(100% - 180px);
    }

    .footer-left h2 {
        font-size: 32px;
    }

    .footer-right {
        width: 180px;
    }

    /*=== team area start ===*/

    .team-title {
        margin-bottom: 50px;
    }

    .team-item-content {
        padding: 0 16px;
    }

    .team-item-content .text-18 {
        margin-bottom: 8px;
    }

    .team-item-inner .bg-conic {
        transform: scale(0.5);
    }

    .team-item-inner .bg-conic .hero-circle-sa {
        bottom: -50%;
    }

    /*=== value area start ===*/

    .value-left {
        width: 100%;
        margin-bottom: 48px;
    }

    .value-left::after {
        height: calc(100% - 6px);
    }

    .value-right {
        width: 100%;
        padding-left: 0px;
    }

    .value-right .title-medium {
        margin-bottom: 32px;
    }

    .value-area .hero-circle-sa {
        top: 75%;
    }

    /*=== collectively area start ===*/
    .collectively-left {
        width: 300px;
    }

    .collectively-right {
        width: calc(100% - 300px);
        padding-left: 30px;
    }

    .collectively-right ul li {
        font-size: 24px;
        margin-bottom: 32px;
    }

    /*=== validated area start ===*/

    .validated-area {
        background-position: center 40px;
        padding: 40px 0 120px;
    }

    .validated-item ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
    }

    .validated-item ul li .validated-item-inner {
        margin: 0 0 30px !important;
    }

    .validated-item-inner {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .validated-item-inner-second {
        min-height: 350px;
        display: flex;
        flex-direction: column;
        padding: 32px 24px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .validated-item-inner-second .text-18 {
        margin-top: auto;
    }

    .validated-item-inner-second .background-video {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    /*=== faq area start ===*/

    .faq-science-area {
        padding-bottom: 20px;
    }

    .faq-left {
        width: 220px;
    }

    .faq-right {
        width: calc(100% - 220px);
    }

    .faq-right-title h2 {
        font-size: 32px;
    }

    /*=== waitlist page start ===*/

    .waitlist-area::after {
        height: 314PX;
    }

    .waitlist-left {
        padding-right: 0;
    }

    .action-area.action-area-second img {
        display: none;
    }

    /*=== market area start ===*/

    .market-content {
        padding-bottom: 8px;
    }

    .market-item {
        margin-bottom: 24px;
    }

    .market-item-second {
        border-right: none;
    }

    .market-item .title-large {
        font-size: 52px;
    }

    /*=== waitlist area start ===*/

    .waitlist-area-second {
        background-position: 0 160px;
    }

    .waitlist-area-second::after {
        height: calc(100% - 160px) !important;
        top: 160px;
    }

    .waitlist-area-second .waitlist-left-title {
        margin-bottom: 70px;
    }

    .waitlist-area-third {
        background-position: 0 205px;
    }

    .waitlist-area-third::after {
        height: calc(100% - 205px) !important;
        top: 205px;
    }

/*============== HOME PAGE =========== */

.hero-top-sa h2 {
	font-size: 65px;
}
.hero-top-sa h2 span {
	font-size: 52px;
}
.hero-progressbar.loaded {
	max-width: 500px;
}

.hero-top-sa {
	gap: 20px;
}

.hero-circle-sa {
    width: 1000px;
    height: 1000px;
}

.hero-circle-sa::before {
	width: 500px;
	height: 500px;
}
.hero-area-sa {
	padding-top: 150px;
	padding-bottom: 64px;
	min-height: 1100px;
}
.health-plan-inner {
    width: 640px;
    height: 400px;
}
.left-bottom-frame {
    width: 290px;
    left: -55px;
    gap: 6px;
}
.health-plan-main-wp {
    margin-top: 70px;
}

.health-text-content h3 {
	font-size: 43px;
}
.health-text-content {
	position: absolute;
	left: -20px;
	top: 15px;
	max-width: 330px;
}

.single-health-item .health-inner-card {
	padding: 4px;
	gap: 4px;
}
.health-inner-card span {
	font-size: 9px;
}

.health-right-frame {
	right: -40px;
	top: 110px;
}

.health-right-item {
	height: 50px;
	padding: 10px 10px;
	gap: 10px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}
.health-right-item.health-item-one {
	width: 230px;
}
.health-right-item.health-item-two {
	height: 40px;
	padding: 14.4px 9.6px;
	gap: 8px;
}
.health-right-item.health-item-three {
	height: 40px;
	padding: 12.8px 5.2px;
	gap: 8.8px;
}
.health-plan-top {
	gap: 20px;
}
.health-plan-top h2 {
	font-size: 35px;
	line-height: 120%;
}
.health-plan-area {
	padding-block: 50px;
}

.health-right-item span {
	font-size: 14px;
}
.omega-biology-area {
	padding-block: 50px;
}

.biology-top-card {
	flex-direction: column;
	gap: 25px;
}
.biology-top-card h2 {
	font-size: 35px;
	text-align: center;
}

.biology-top-card p {
    width: 100%;
    text-align: center;
}

.biology-content-card {
	flex-wrap: wrap;
}
.single-biology-card {
	width: 48%;
	flex: auto;
    max-width: 48%;
}

.health-plan-inner .health-image {
	max-width: 500px;
}

/* ============================
How it works page design ============================ */
.htw-hero-bottom-text p {
	font-size: 24px;
	padding-top: 85px;
}
/* health journey area  */
.single-journey-conts {
    opacity: 1;
    max-width: 576px;
    margin: auto;
}
.journey-progress-wrapper {
	padding: 64px;
    margin-top: 40px;
}
.journey-progress-wrapper .bg-conic .hero-circle-sa.two {
    top: 25%;
}
.journey-progress-wrapper .bg-conic .hero-circle-sa.three {
    bottom: 25%;
}
.single-journey-conts {
	margin-bottom: 96px;
}
.single-journey-conts .content-columns h2 {
	font-size: 30px;
}
.single-journey-conts .content-columns p {
	padding: 24px 0 32px 0;
}
.single-journey-conts.reverse .content-columns h3, .single-journey-conts.reverse .content-columns h2, .single-journey-conts.reverse .content-columns p {
    text-align: left;
}
.journey-progress-wrapper .bg .hero-circle-sa.one {
    top: -5%;
}
.journey-progress-wrapper .bg .hero-circle-sa.two {
    top: 25%;
}
.journey-progress-wrapper .bg .hero-circle-sa.three {
    bottom: 25%;
}
.journey-progress-wrapper .bg .hero-circle-sa.four {
    bottom: -5%;
}
/* htw-faq-area */
.htw-faq-area {
	padding-top: 90px;
}
.htw-faq-area .row {
    row-gap: 45px;
}
.htw-faq-left h2 {
	font-size: 38px;
}
.future-of-preventive-area {
	padding-top: 100px;
}
.future-of-prevente-top h2 {
	font-size: 38px;
    padding-bottom: 32px;
    text-align: center;
    max-width: 628px;
    margin: 0 auto;
}
.future-of-prevente-top p {
	text-align: center;
    max-width: inherit;
}
.future-of-prevent-inner .fop-box-02 {
    right: 64px;
}
.future-of-prevent-inner .fop-box-01 {
    left: 64px;
}
.were-designed-title {
    transform: translateX(0px);
}

/*=== login page start ===*/

.login-area .hero-circle-sa {
    bottom: 12.5%;
}

/*=== Investor Portal ===*/

.base-card .line {
    width: 100%;
    height: 1px;
}

/*=== Investor Portal - Message From Our CEO ===*/
#ceoMessage h2 {
    margin-bottom: 0;
}

#ceoMessage p {
    max-width: 100%;
    margin-bottom: 112px;
}

#ceoMessage .base-card div:nth-child(1) > div {
    position: absolute;
}

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-space {
        padding: 48px 0;
    }

    .title-large {
        font-size: 36px;
    }

    .title-medium, .request .title-medium {
        font-size: 28px;
    }

    .title-small {
        font-size: 22px;
    }

    .title-extra-small {
        font-size: 20px;
    }

    .hero-circle-sa {
        bottom: 15%;
    }

    /*=== Header area start ===*/
    #headerArea {
        padding: 12px 4px;
    }

    #headerArea .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    #headerArea.full-height #mobileMenu a {
        display: flex;
    }

    .header-logo img {
        margin: 0;
    }

    .header-navigation {
        padding: 16px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    #hamburgerBtn {
        margin-right: 4px;
    }

    /*=== main content start ===*/

    /*=== science page start ===*/

    .science-area {
        padding: 130px 0 48px !important;
    }

    .science-area .title-large {
        font-size: 32px;
        max-width: 309px;
        text-align: center;
    }

    .science-area .were-designed-title .title-large {
        max-width: 158px;
        margin-left: auto;
    }

    .science-item {
        flex-direction: column;
        align-items: center;
    }

    .science-item-right {
        width: 100%;
        text-align: center;
    }

    .science-item-second-inner a {
        margin-bottom: 0;
    }

    /*=== sharks page start ===*/

    .sharks-area {
        padding: 48px 0;
        text-align: center;
    }

    .sharks-left {
        width: 100%;
        margin-bottom: 32px;
    }

    .sharks-right {
        width: 100%;
        padding-left: 0;
    }

    /*=== biological page start ===*/

    .biological-area {
        padding: 48px 0;
        text-align: center;
    }

    .biological-upper {
        padding-bottom: 32px;
        margin-bottom: 0;
    }

    .biological-upper .text-20 {
        margin-bottom: 16px;
    }

    .biological-item {
        margin-bottom: 0;
    }

    .biological-item-content {
        min-height: auto;
    }

    .biological-bottom {
        margin-top: 48px;
    }

    .biological-area .background-video {
        width: 600px;
        height: 700px;
        top: -150px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .biological-area .background-video video {
        width: 600px;
        height: 700px;
    }

    /*=== hallmarks page start ===*/

    .hallmarks-area {
        padding-bottom: 0;
    }

    .hallmarks-area {
        text-align: left;
    }

    .hallmarks-content {
        padding-top: 0px;
        margin-bottom: 48px;
    }

    .hallmarks-upper {
        margin-bottom: 48px;
    }

    .hallmarks-upper h2 {
        font-size: 24px;
    }

    .hallmarks-item {
        margin-bottom: 48px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .hallmarks-item-image {
        width: 80px;
        flex: 0 0 80px;
        border-radius: 21px;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        -ms-border-radius: 21px;
        -o-border-radius: 21px;
    }

    .hallmarks-item-image::after {
        border-radius: 21px;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        -ms-border-radius: 21px;
        -o-border-radius: 21px;
    }

    .hallmarks-item-image img {
        border-radius: 21px;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        -ms-border-radius: 21px;
        -o-border-radius: 21px;
    }

    .hallmarks-item-title {
        width: calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        padding-left: 16px;
    }

    .hallmarks-item-title .title-extra-small {
        font-weight: 24px;
        margin-bottom: 0;
    }

    .hallmarks-item-content {
        width: 100%;
        padding-top: 16px;
        padding-left: 0;
    }

    .hallmarks-content-second {
        border-bottom: none;
        margin-bottom: 0;
    }

    .hallmarks-area .background-video {
        display: none;
    }

    /*=== aging page start ===*/

    .aging-area {
        padding: 48px 0;
    }

    .aging-item {
        margin-bottom: 0px;
    }

    /*=== aging page start ===*/

    .action-area {
        padding: 48px 0 24px 0;
    }

    .action-area .container {
        padding: 0;
    }

    .action-content {
        padding: 48px 24px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .action-area.action-area-second .action-right {
        width: 100%;
        padding-left: 0;
    }

    .action-right .title-extra-small {
        text-align: center;
    }

    .action-content .action-right {
        width: 100%;
    }

    /*=== faq page start ===*/

    .faq-area {
        padding: 48px 0 84px;
    }

    .faq-item .title-medium {
        text-align: center;
        margin-bottom: 32px;
    }

    .accordion-item {
        margin-bottom: 12px;
        border-radius: 16px !important;
        -webkit-border-radius: 16px !important;
        -moz-border-radius: 16px !important;
        -ms-border-radius: 16px !important;
        -o-border-radius: 16px !important;
    }

    .accordion-title {
        padding: 16px;
        gap: 16px;
    }

    .accordion-title .title-extra-small {
        font-size: 18px;
    }

    .accordion-body {
        padding: 0 16px 16px 51px;
    }

    /*=== action area start ===*/

    .action-area-second .action-right .text-20 {
        text-align: center;
    }

    /*=== marquee area start ===*/
    .marquee {
        height: 29px;
    }

    .marquee-content li {
        font-size: 20px;
        padding: 0 12px;
    }

    .marquee-content li img {
        height: 24px;
    }

    .marquee-area .bg-conic .one,
    .marquee-area .bg-conic .three,
    .marquee-area .bg-conic .four {
        display: none;
    }

    .marquee-area .bg-conic .two {
        top: -200%;
    }

    /*=== footer area start ===*/

    .footer-content {
        padding: 48px 0;
        text-align: center;
    }

    .footer-left {
        width: 100%;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-left h2 {
        font-size: 24px;
    }

    .footer-left h2 br {
        display: none;
    }

    .footer-left-button ul li {
        margin-bottom: 16px;
        width: 100%;
        justify-content: center;
    }

    .footer-left-button ul li:nth-of-type(2) {
        margin-bottom: 32px;
    }

    .footer-left-button ul li:nth-of-type(2) a {
        margin-right: 0;
    }

    .footer-right {
        width: 100%;
        padding-top: 6px;
    }

    .footer-right-link {
        padding-top: 48px;
    }

    .footer-right-link ul li a {
        font-size: 20px;
    }

    .footer-right-icon ul {
        justify-content: center;
    }

    .copyright-item {
        justify-content: center;
    }

    .copyright-item p {
        margin-bottom: 24px;
    }

    .action-area-second {
        padding: 0;
    }

    /*=== team area start ===*/
    .team-science-area .background-video {
        width: 600px;
        height: 600px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }

    .team-title {
        text-align: center;
        margin-bottom: 48px;
    }

    .team-item {
        margin-bottom: 0;
    }

    .team-item-inner {
        padding: 24px;
        min-height: auto;
    }

    .team-item-inner .bg-conic {
        transform: scale(0.5);
    }

    .team-item-inner .bg-conic .hero-circle-sa {
        bottom: -50%;
    }

    .team-item-image {
        max-width: 120px;
        display: block;
        margin: 0 auto 24px;
    }

    .team-item-inner:hover .team-item-image {
        opacity: 1;
    }

    .team-item-content {
        position: initial;
        padding: 0;
        top: 0;
    }

    .team-item-content p {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .team-item-inner:hover .team-item-content {
        top: 0%;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
        -moz-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
        -o-transform: translateY(-0%);
    }

    /*=== value area start ===*/

    .value-left {
        display: none;
    }

    .value-right {
        width: 100%;
        padding-left: 0px;
    }

    .value-right .title-medium {
        text-align: center;
        margin-bottom: 48px;
    }

    .value-right-inner img {
        max-width: 40px;
    }

    .value-area .hero-circle-sa {
        top: 100%;
    }

    /*=== collectively area start ===*/

    .collectively-area {
        padding: 48px 0 96px;
    }

    .collectively-left {
        width: 100%;
        margin-bottom: 48px;
    }

    .collectively-right {
        width: 100%;
        padding-left: 0;
    }

    .collectively-right ul li {
        font-size: 24px;
        margin-bottom: 48px;
    }

    /*=== service area start ===*/

    .join-science-area {
        padding-bottom: 96px !important;
    }

    .service-area {
        margin-top: -48px;
        padding-bottom: 36px;
    }

    .service-item a {
        padding: 24px;
        margin-bottom: 16px;
        min-height: auto;
    }

    .service-item .science-item-second-inner {
        margin-top: 0;
        text-align: left;
    }

    /*=== validated area start ===*/

    .validated-area {
        background-position: center 20px;
        padding: 96px 0;
        background-image: none;
    }

    .validated-area::before {
        display: block;
    }

    .validated-area::after {
        display: none;
    }

    .validated-item ul li .validated-item-inner {
        margin: 0 0 30px !important;
    }

    .validated-item-inner {
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

    .validated-item-inner-second {
        padding: 32px 24px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    /*=== faq area start ===*/

    .science-item-left .title-large br {
        display: none;
    }

    .science-middle p {
        text-align: center;
    }

    .faq-science-area {
        padding-bottom: 20px;
    }

    .faq-user {
        padding: 48px 0 0;
    }

    .faq-investor,
    .faq-partner {
        padding: 84px 0 0;
    }

    .faq-partner {
        padding-bottom: 36px;
    }

    .faq-left {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 60px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .faq-left ul {
        display: flex;
        align-items: center;
        width: 520px;
    }

    .faq-left ul li {
        padding-right: 12px;
    }

    .child {
        position: initial !important;
    }

    .faq-right {
        width: 100%;
    }

    .faq-right-title {
        margin-bottom: 30px;
    }

    .faq-right-title h2 {
        font-size: 24px;
    }

    .faq-right .title-small {
        text-align: center;
        font-size: 20px;
    }

    .faq-bottom {
        padding-bottom: 48px;
    }

    /*=== question page start ===*/

    .question-area {
        padding: 48px 0;
    }

    .question-content ul {
        flex-wrap: wrap;
        max-width: 296px;
        margin: 0 auto;
    }

    .question-content ul li {
        width: 100%;
    }

    .question-content ul li a {
        width: 100%;
    }

    .question-content ul li:nth-of-type(1),
    .question-content ul li:nth-of-type(2) {
        margin: 0 0 16px;
    }

    /*=== login page start ===*/

    .login-logo {
        text-align: center;
    }

    .login-item p br {
        display: none;
    }
    .login-area .hero-circle-sa {
        bottom: 12.5%;
    }

    /*=== waitlist page start ===*/

    .waitlist-area {
        padding: 120px 0 0;
    }

    .waitlist-area::after {
        height: 332PX;
        background-size: cover;
    }

    .waitlist-area::before  {
        display: block;
    }

    .waitlist-left-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 96px;
        max-width: 400px;
    }

    .waitlist-left-title .title-large {
        margin-bottom: 32px;
    }

    .waitlist-left {
        padding-right: 0;
    }

    .waitlist-left-inner {
        display: flex;
        align-items: start;
        margin-bottom: 32px;
    }

    .waitlist-left-inner img {
        margin-right: 16px;
    }

    .waitlist-left-inner .text-20 {
        font-size: 16px;
    }

    .waitlist-right {
        padding-top: 0;
    }

    .waitlist-right-top {
        padding: 48px 24px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .waitlist-right-top .bg {
        transform: scale(1);
    }

    .waitlist-right-inner-second,
    .waitlist-right-inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .waitlist-right-inner-second p br {
        display: none;
    }

    .waitlist-right-bottom::after {
        display: none;
    }

    .waitlist-right-bottom {
        margin-top: 16px;
        padding: 0 24px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .waitlist-right-bottom .background-video {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .waitlist-right-bottom .background-video video {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .waitlist-right-bottom .info {
        width: 100%;
        padding: 24px 0;
    }

    .waitlist-right-bottom .bg-conic {
        transform: scale(0.5);
    }

    .waitlist-right-bottom::after {
        display: none;
    }

    .request .waitlist-right-top, .partner .waitlist-right-top {
        padding: 48px 24px 0 24px;
    }

    .action-area.action-area-second img {
        display: none;
    }

    /*=== invest page start ===*/

    .invest-area {
        padding: 120px 0 48px;
    }

    /*=== market area start ===*/

    .market-area {
        padding: 48px 0;
        text-align: center;
    }

    .market-upper {
        text-align: center;
        padding-bottom: 32px;
        margin-bottom: 0;
    }

    .market-content {
        padding: 0 32px;
    }

    .market-item {
        padding: 32px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        min-height: auto;
    }

    .market-item .title-large {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .market-item .text-20 {
        font-size: 18px;
        line-height: 145%;
    }

    /*=== invest area start ===*/

    .invest-area-second {
        padding-bottom: 96px;
    }

    .invest-area-second .market-upper .text-20 {
        text-align: center;
        margin-bottom: 16px;
    }

    .invest-item {
        margin-bottom: 0;
    }

    /*=== waitlist area start ===*/

    .waitlist-area-second {
        padding: 0 0 48px;
        background-image: none;
    }

    .waitlist-area-second::before,
    .waitlist-area-second::after {
       display: none;
    }

    .waitlist-area-second .waitlist-left {
        padding-right: 0;
        padding-bottom: 32px;
    }

    .waitlist-area-second .waitlist-left-title {
        margin: 0 0 32px 0;
        text-align: left;
    }

    .waitlist-area-second .waitlist-left-inner {
        margin-bottom: 32px;
    }

    .waitlist-area-second .waitlist-left-inner {
        flex-wrap: wrap;
    }

    .waitlist-area-second .waitlist-left-inner .title-small {
        width: 100%;
    }

    .waitlist-area-second .waitlist-left-inner .title-small img {
        margin-bottom: 0;
    }

    .waitlist-right::after {
        display: none;
    }

    /*=== partner page start ===*/

    .partner-area {
        padding: 48px 0;
    }

    .partner-title {
        margin-bottom: 48px;
    }

    .partner-item {
        margin-bottom: 0;
    }

    .waitlist-area-third {
        background-position: 0 120px;
    }

    /*=== privacy page start ===*/

    .privacy-area {
        padding: 48px 0 48px;
    }

    .privacy-item {
        padding-bottom: 16px;
    }

    .privacy-content h3 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .privacy-content p {
        margin-bottom: 32px;
    }

    .privacy-content ul {
        margin-bottom: 32px;
    }

    /*============== HOME PAGE =========== */

    .hero-top-sa h2 {
        font-size: 50px;
    }
    .hero-top-sa h2 span {
        font-size: 40px;
    }
    .hero-top-sa {
        gap: 32px;
    }
    .hero-circle-sa::before {
        width: 500px;
        height: 500px;
    }
    .hero-area-sa {
        padding-top: 150px;
        padding-bottom: 64px;
        min-height: 1100px;
    }
    .hero-card-top span {
        font-size: 14px;
    }
    .loaded .hero-sigle-item.cardiovascular-risk {
        top: 10%;
    }
    .loaded .hero-sigle-item.cancer-risk {
        bottom: 23%;
    }
    .loaded .hero-sigle-item.dementia-risk {
        left: 70%;
    }
    .loaded .hero-sigle-item.metabolic-risk {
        top: 78%;
    }
    .health-plan-inner {
        width: 640px;
        height: 290px;
    }
    .left-bottom-frame {
        width: 100%;
        left: 0;
        gap: 6px;
        bottom: -48px;
        justify-content: left;
        max-width: 392px;
    }
    .health-plan-main-wp {
        margin-top: 160px;
    }

    .health-text-content h3 {
        font-size: 30px;
    }
    .health-text-content {
        position: absolute;
        left: 0;
        top: -91px;
        max-width: 120px;
    }

    .single-health-item .health-inner-card {
        padding: 4px;
        gap: 4px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
    }
    .health-inner-card span {
        font-size: 9px;
    }

    .health-right-frame {
        right: 0;
        top: -92px;
    }

    .health-right-item {
        height: 42px;
        padding: 10px 10px;
        gap: 5px;
        background: rgba(255, 255, 255, 0.10) !important;
        border: 2px solid rgba(255, 255, 255, 0.15);
    }
    .health-right-item.health-item-one {
        width: 180px;
    }
    .health-right-item.health-item-two {
        height: 30px;
        padding: 12.4px 0.6px;
        gap: 5px;
    }
    .health-right-item.health-item-three {
        height: 40px;
        padding: 12.8px 5.2px;
        gap: 8.8px;
    }
    .health-plan-top {
        gap: 32px;
    }
    .health-plan-top h2 {
        font-size: 28px;
        line-height: 150%;
    }
    .health-plan-area {
        padding: 48px 0;
        padding-bottom: 100px;
    }

    .health-right-item span {
        font-size: 11px;
    }
    .single-health-item {
        padding: 2px;
        gap: 4px;
        border-radius: 9999px;
    }
    .health-plan-top p {
        font-size: 18px;
    }
    .omega-biology-area {
        padding-block: 50px;
    }

    .biology-top-card {
        flex-direction: column;
        gap: 20px;
    }
    .biology-top-card h2 {
        font-size: 30px;
        text-align: center;
    }

    .biology-top-card p {
        width: 100%;
        text-align: center;
    }

    .biology-content-card {
        flex-wrap: wrap;
    }
    .single-biology-card {
        width: 100%;
        flex: auto;
        max-width: 100%;
    }


    /* ============================
    How it works page design ============================ */


    .htw-hero-section {
        min-height: 460px;
    }

    .htw-hero-section .middle-img {
        width: 300px;
        height: 340px;
    }

    .htw-hero-section .middle-img img {
        height: 340px;
        max-width: 100%;
    }

    .htw-hero-section .title-large {
        text-align: start;
    }

    .htw-hero-bottom-text p {
        font-size: 24px;
        padding-top: 30px;
    }
    /* health journey area  */
    .single-journey-conts {
        opacity: 1;
    }
    .journey-progress-wrapper {
        padding: 48px 24px;
        margin-top: 40px;
    }
    .journey-progress-wrapper .bg-conic .hero-circle-sa.two {
        top: 25%;
    }
    .journey-progress-wrapper .bg-conic .hero-circle-sa.three {
        bottom: 25%;
    }
    .single-journey-conts {
        margin-bottom: 96px;
    }
    .single-journey-conts .content-columns h2 {
        font-size: 24px;
    }
    .single-journey-conts .content-columns p {
        padding: 24px 0 32px 0;
        font-size: 18px;
    }
    .single-journey-conts .row {
        row-gap: 48px;
        --bs-gutter-x: 48px;
    }
    .single-journey-conts .content-columns h3 {
        font-size: 28px;
    }
    .single-journey-conts .content-columns ul li {
        font-size: 18px;
    }
    .single-journey-conts.reverse .content-columns h3, .single-journey-conts.reverse .content-columns h2, .single-journey-conts.reverse .content-columns p {
        text-align: left;
        margin-left: inherit;
    }
    .journey-progress-wrapper .bg .hero-circle-sa.one {
        top: -5%;
    }
    .journey-progress-wrapper .bg .hero-circle-sa.two {
        top: 25%;
    }
    .journey-progress-wrapper .bg .hero-circle-sa.three {
        bottom: 25%;
    }
    .journey-progress-wrapper .bg .hero-circle-sa.four {
        bottom: -5%;
    }
    /* htw-faq-area */
    .htw-faq-area {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .htw-faq-area .row {
        row-gap: 34px;
    }
    .htw-faq-left h2 {
        font-size: 30px;
    }
    .future-of-preventive-area {
        padding: 48px 0;
    }
    .future-of-prevente-top h2 {
        font-size: 28px;
        padding-bottom: 32px;
        text-align: center;
        max-width: 448px;
        margin: 0 auto;
    }
    .future-of-prevente-top p {
        text-align: center;
        font-size: 18px;
        text-align: center;
        max-width: inherit;
    }
    .future-mobile-img {
        position: absolute;
        bottom: 0;
        max-height: 549px;
        left: 50%;
        transform: translateX(-50%)!important;
    }
    .future-mobile-img img {
        max-width: none;
    }
    .future-bottom-icon {
        bottom: 24px;
        left: 24px;
    }
    .health-plan-wrapper {
        min-height: fit-content;
    }
    .health-plan-area {
        background: linear-gradient(189deg, #3D5782 0%, #1271A3 100%);
    }
    .health-plan-area.active .health-plan-overlay{
        opacity: 0!important;
    }
    .were-designed-title {
        transform: translateX(0px);
    }
    .future-mobile-img img {
        width: 248px;
    }
    .future-of-prevent-inner {
        margin: 0;
        padding-top: 16px;
    }
    .future-of-prevent-inner .fop-box-03 {
        max-width: 164px !important;
        top: 0;
        right: 8px;
    }
    .future-of-prevent-inner .fop-box .top {
        text-wrap: wrap;
        text-align: left;
        gap: 8px;
        padding: 12px 8px;
    }

    .future-of-prevent-inner .fop-box-03 .top {
        gap: 12px;
        padding: 12px;
    }
    .future-of-prevent-inner .fop-box-01 {
        max-width: 188px !important;
        top: 12%;
        left: 8px;
    }
    .future-of-prevent-inner .fop-box span {
        font-size: 12px;
    }
    .future-of-prevent-inner .fop-box-02 {
        right: 16px;
        bottom: 16px;
    }
    .future-of-prevent-inner .fop-box-04 {
        left: 24px;
        bottom: 105px;
    }
    .future-of-prevent-inner .fop-box svg {
        width: 22px;
        height: 22px;
    }
    .future-of-prevent-inner .bg-container {
        width: 100vw;
        position: relative;
        left: 50%;
        border-radius: 0;
        transform: translateX(-50%);
    }
    .future-of-prevent-inner .bg-conic {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        height: 532px;
    }

    /*=== Investor Portal ===*/
    #investorPortal h1 {
        font-size: 36px;
    }

    #kpis h2 , #documents h2, #investorPortal #contact h2, #roadmap h2 {
        font-size: 28px;
    }

    #investorPortal header p {
        font-size: 20px;
    }

    .base-card .line {
        width: 100%;
        height: 1px;
    }

    /*=== Investor Portal - Message From Our CEO ===*/
    #ceoMessage h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    #ceoMessage p {
        max-width: 100%;
        margin-bottom: 96px;
    }

    #ceoMessage img {
        height: 64px;
        width: 64px;
    }

    #ceoMessage .base-card div:nth-child(1) > div {
        position: absolute;
        padding-right: 32px;
    }

    #ceoMessage .base-card > div:nth-child(1) span:nth-child(1) {
        font-size: 18px;
    }

    /*=== Investor Portal - Stats ===*/
    #stats p:nth-child(1) > span:nth-child(1) {
        font-size: 36px;
    }

    .stats-item p {
        font-size: 18px;
    }

    #stats .progress {
        margin-bottom: 24px;
    }

    /*=== Investor Portal - Stats ===*/
    #documents h3 {
        font-size: 20px;
    }

    /*=== Investor Portal - Roadmap ===*/
    #roadmap {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    #roadmap h2 {
        margin-bottom: 48px;
    }

    #roadmap .step:nth-child(even) {
        flex-direction: row;
    }

    #roadmap .step > div:nth-child(1) {
        display: none;
    }

    #roadmap .step p, #roadmap .step:nth-child(even) p {
        text-align: start;
        padding: 24px 0 32px 24px;
    }

    /*=== Investor Portal - Contact Us ===*/
    #investorPortal #contact {
        margin-bottom: 0;
    }

    #investorPortal .waitlist-right-top {
        max-width: none;
        border-top: 2px solid rgba(255, 255, 255, 0.10);
        border-bottom: none;
        border-right: none;
        border-left: none;
        border-radius: 0;
    }

    #investorPortal .login-item {
        max-width: 500px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {

    /*=== Header area start ===*/

    #headerArea .container {
        max-width: 540px;
    }

    /*=== aging page start ===*/

    .aging-content .row {
        --bs-gutter-x: 32px;
    }

    /*=== waitlist page start ===*/

    .waitlist-right-bottom::after {
        display: block;
    }

    .waitlist-right-bottom .info {
        width: 50%;
        padding: 24px;
    }

/*============== HOME PAGE =========== */

.hero-top-sa h2 {
	font-size: 45px;
}
.hero-top-sa h2 span {
	font-size: 35px;
}
.hero-progressbar.loaded {
	max-width: 390px;
}

.hero-top-sa {
	gap: 20px;
}
.hero-circle-sa::before {
	width: 500px;
	height: 500px;
}
.hero-area-sa {
	padding-top: 150px;
	padding-bottom: 80px;
	min-height: auto;
}

.hero-top-sa h2 span::before,
.hero-top-sa h2 span::after {
	width: 48px;
	height: 3px;
}
.hero-top-sa p {
	font-size: 20px;
}

.hero-circle-sa {
	width: 1000px;
	height: 1000px;
}

.health-plan-inner .health-image {
	max-width: 400px;
}

}


@media screen and (max-width: 575px) {

/*============== HOME PAGE =========== */

.hero-top-sa h2 {
	font-size: 36px;
}
.hero-top-sa h2 span {
	font-size: 36px;
}
.hero-progressbar.loaded {
	max-width: 390px;
}

.hero-top-sa {
	gap: 20px;
}
.hero-circle-sa::before {
	width: 500px;
	height: 500px;
}
.hero-area-sa {
	padding-top: 130px;
	padding-bottom: 56px;
	min-height: auto;
}

.hero-top-sa h2 span::before,
.hero-top-sa h2 span::after {
	display: none;
}
.hero-top-sa p {
	font-size: 18px;
}

.hero-progressbar {
	width: 342px;
}

.hero-circle-sa {
	width: 1000px;
	height: 1000px;
}

.health-plan-inner {
	width: 100%;
	height: 150px;
	padding: 20px;
	padding-bottom: 200px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 400px;
	margin-inline: auto;
}
.health-inner-card span {
	font-size: 12px;
}
.health-text-content h3 {
	font-size: 30px;
}
.health-plan-top h2 {
	font-size: 28px;
	line-height: 150%;
}
.health-plan-top p {
	font-size: 20px;
}
.health-plan-area {
	padding-bottom: 150px;
}
.hero-main-wp-sa {
    padding: 120px 0 80px 0;
}
.loaded .hero-sigle-item.cardiovascular-risk {
    top: -15%;
    left: -2%;
}
.loaded .hero-sigle-item.cancer-risk {
    bottom: inherit;
    top: 53%;
    left: -2%;
}
.loaded .hero-sigle-item.dementia-risk {
    top: 19%;
    left: inherit;
    right: -2%;
}
.loaded .hero-sigle-item.metabolic-risk {
    top: 87%;
    left: inherit;
    right: -2%;
}
.left-bottom-frame {
    width: 100%;
    left: 0;
    gap: 6px;
    bottom: -96px;
    justify-content: left;
    max-width: 392px;
}

.omega-biology-area {
	padding-block: 48px;
}
.omega-biology-wrapper {
	gap: 30px;
	padding: 12px;
}
.biology-top-card h2 {
	font-size: 28px;
	text-align: center;
}
.biology-card-content h4 {
	font-size: 20px;
}

.health-plan-inner .health-image {
	max-width: 270px;
	border-bottom-right-radius: 12px;
}



/* ============================
How it works page design
============================ */
 .journey-progress-wrapper {
	margin-left: -25px;
    margin-right: -25px;
    border-radius: 0;
}

.future-of-preventive-area .container {
    padding-inline: 0;
}
.future-of-prevente-top{
    padding-inline: 16px;
}

/*=== waitlist page start ===*/

.waitlist-right-bottom .info:nth-of-type(1) {
    border-bottom: 1px solid var(--Border-400, rgba(255, 255, 255, 0.30));;
}




}
