/*
Theme Name: Medicate Theme
Author: Your Name
Version: 1.0
*/

/***  FONTS  ***/
@font-face {
    font-family: 'Roc Grotesk';
    src: url('assets/fonts/RocGroteskRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roc Grotesk';
    src: url('assets/fonts/RocGroteskBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roc Grotesk';
    src: url('assets/fonts/RocGroteskMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: 'Roc Grotesk', sans-serif;
}

:root {
    --black:#000000;
    --white:#ffffff;
    --yellow: #FFFF5D;
    --green300: #004733;
    --green400: #00513A;
    --green500: #003521;
    --textgrey: #404943
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: var(--green500);
}
.page-content p {
    color: var(--textgrey);
}
.btn {
    padding: 12px 20px ;
    border-radius: 6px ;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    line-height: 100%;
    font-size: 15px ;
    text-transform: capitalize;
    max-height: max-content;
    max-width: max-content;
}
.btn-primary {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--green300);
    font-weight: 500;
}
.btn-primary:hover, .btn-primary:active {
    background-color: transparent !important;
    border-color: var(--yellow) !important;
    color: var(--yellow) !important;
    font-weight: 500 !important;
}
.btn-primary-dark:hover, .btn-primary-dark:active {
    background-color: var(--green300) !important;
    border-color: var(--green300) !important;
    color: var(--white) !important;
    font-weight: 500 !important;
}
.btn-outline-primary {
    border-color: var(--yellow);
    color: var(--yellow);
    font-weight: 500;
    
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
    color: var(--green300) !important;
}
.btn i {
    font-size: 22px;
    transform: rotate(314deg);
    margin-top: -3px;
}
.cstm-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;
    color: var(--green500);
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media(max-width:991px) {
    .cstm-title {
        font-size: 36px;
        line-height: 100%;
    }
}
@media(max-width:667px) {
    .btn {
        padding: 10px 14px !important;
        gap: 1px !important;
        font-size: 14px !important;
    }
    .cstm-title {
        font-size: 30px;
    }
}


/***  HEADER  ***/

.main-header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
}
header {
    padding-top: 76px;
}
header:has(.fixed-header) {
    padding: 0px;
}
nav.main-header.fixed-header.sticky-menu {
    background: var(--green400);
}
.main-header {
    padding: 15px 20px;
    background: var(--green400);
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 999;
}
.main-header .main_logo img.custom-logo {
    width: 200px;
    object-fit: contain;
    max-height: 42px;
}
ul#menu-main-menu a:hover, ul#menu-main-menu .current-menu-item a {
    text-decoration: underline;
}
ul#menu-main-menu {
    gap: 15px;
    margin-left: 10%;
}
ul#menu-main-menu a {
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
}
.main-header button.navbar-toggler span.navbar-toggler-icon {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    opacity: 1;
    font-size: 30px;
    max-height: fit-content;
}
.main-header button.navbar-toggler {
    border-color: var(--white);
    position: absolute;
    right: 20px;
    padding: 5px 0px;
    box-shadow: none;
}
@media(max-width:991px) {
    .main-header .container-fluid {
        padding: 0;
        padding-right: 80px;
    }
    div#navbarNav {
        position: absolute;
        top: 76px;
        background: rgb(255, 255, 255);
        z-index: 999;
        width: 100%;
        left: 0px;
        right: 0px;
        margin: 0px;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    }
    ul#menu-main-menu a {
        text-decoration: none;
        color: var(--green500);
        font-weight: 500;
    }
    ul#menu-main-menu {
        margin: 0px !IMPORTANT;
        padding: 20px;
    }
	ul#menu-main-menu + div {
		padding: 0px 20px 20px 20px;
	}
    div#navbarNav a.btn.btn-outline-primary {
        border-color: var(--green500);
        color: var(--green500);
    }
    div#navbarNav a.btn.btn-outline-primary:hover {
        border-color: var(--yellow);
    }
}
@media(max-width:667px) {
    .main-header .main_logo img.custom-logo {
        width: 150px;
        object-fit: contain;
        max-height: 40px;
    }
    .main-header button.navbar-toggler {
        height: 35px;
        width: 35px;
    }
    .main-header button.navbar-toggler span.navbar-toggler-icon {
        font-size: 22px;
    }
    header {
        padding-top: 64px;
    }
    header:has(.fixed-header) {
        padding: 0px;
    }
    div#navbarNav {
        top: 64px;
    }
}




/*** FOOTER ***/
.main-footer {
    background: #F4F4F1;
}
.top-footer-row {
    padding: 60px 0px;
}
.top-footer-row h5 {
    color: var(--textgrey);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0px;
}
.top-footer-row li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--textgrey);
}
.top-footer-row li a:hover {
    text-decoration: underline;
}
.top-footer-row ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.top-footer-row li {
    list-style: none;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 41px;
    width: 41px;
    background: var(--green500);
    color: var(--white);
    transition: all 0.3s;
}
.footer-social-links a:hover {
    color: var(--green500);
    background: var(--yellow);
    transition: all 0.3s;
}
.footer-social-links a i {
    font-size: 16px;
    height: 21px;
}
.footer-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom-footer-row-data p, .bottom-footer-row-data a, .bottom-footer-row-data span {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--textgrey);
    text-decoration: none;
}
.bottom-footer-row-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.bottom-footer-row {
    border-top: 1px solid #C5C5C2;
    padding: 20px 0px;
}
.footer-disclaimer {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
    margin-top: 40px;
}
@media(max-width:991px) {
    .bottom-footer-row-data > * {
        flex-basis: 48%;
    }
    .bottom-footer-row-data {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-disclaimer {
       line-height: 24px; 
        margin-top: 20px;
    }
}
@media(max-width:767px) {
    .top-footer-row {
        padding: 40px 0px;
    }
    .bottom-footer-row-data > * {
        flex-basis: 100%;
        text-align: center;
    }
    .bottom-footer-row-data {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-footer-row .row {
        gap: 25px;
    }
    .footer-col {
        gap: 10px;
    }
    .footer-disclaimer {
        line-height: 20px; 
        margin-top: 20px;
        padding: 15px;
        font-size: 14px;
    }
}



/***  BANNER  ***/
.home-banner {
    background-color: var(--green400);
}
.banner-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-image {
    flex-basis: 40%;
}
.banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 750px;
    min-height: 600px;
}
.banner-content {
    flex-basis: 60%;
    max-width: 890px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 100px 20px;
}
.banner-content h1 {
    font-weight: 500;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white);
    margin: 0px;
    max-width: 600px;
    margin-bottom: 15px;
}
.banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--white);
    margin-bottom: 0;
    max-width: 517px;
}
.banner-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.medicate-custom-checkbox label {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white);
}
.medicate-custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    height: 17px;
    width: 17px;
   cursor: pointer; 
}
.custom-checkbox span {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid var(--white);
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}
.custom-checkbox input:checked + span {
    background-repeat: no-repeat;
    background-image: url('./assets/images/check-image.png');
    background-position: center;
    border-color: var(--white);
    background-color: var(--white);
    background-size: 70%;
}
.banner-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom-checkbox {
    pointer-events: none;
}

@media(max-width:991px) {
    .banner-content h1 {
        font-size: 42px;
        max-width: 418px;
        margin-bottom: 10px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .medicate-custom-checkbox label {
        font-size: 16px;
    }
}
@media(max-width:667px) {
    .banner-row {
        flex-direction: column;
    }
    .banner-content, .banner-image {
        flex-basis: 100%;
        width: 100%;
    }
    .banner-image img {
        width: 100%;
        min-height: unset;
		object-position: top center;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-content {
        padding: 70px 20px 30px 20px;
        gap: 15px;
    }
	.banner-buttons .btn {
		padding: 10px !important;
	}
}



/***  GET STARTED  ***/
section.get-started {
    padding: 70px 0px;
}
.get-started-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.get-started-row-item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #404943;
    margin: 0px;
}
.get-started-row-item > div {
    background: #F4F4F1;
    border-radius: 8px;
    max-width: max-content;
    padding: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--green500);
}
.get-started-row-item {
    box-shadow: 0px 42.44px 61.31px 0px #00000014;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.get-started-data .btn {
    margin: auto;
}



@media(max-width:991px) {
    .get-started-row {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
    section.get-started {
        padding: 50px 0px;
    }
    .get-started-row-item > div {
        border-radius: 8px;
        padding: 15px;
        font-size: 20px;
    }
    .get-started-row-item {
        gap: 10px;
    }
    .get-started-row-item p {
        font-size: 16px;
    }

}
@media(max-width:667px) {
    .get-started-row {
        grid-template-columns: repeat(1, 1fr);
    }
    section.get-started {
        padding: 40px 0px;
    }
}




/***  PERSONALIZED CARE  ***/
section.personalized-care {
    background: #F4F4F1;
    padding: 70px 0px;
}
.personalized-care-top-row {
    margin-bottom: 40px;
}
.personalized-care-top-row p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #404943;
    margin: 0px;
}
.personalized-care-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.personalized-care-grid-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #404943;
    margin: 0px;
}
.personalized-care-grid-item h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0px;
    color: var(--green500);
}
.personalized-care-grid-item > div {
    background: #F4F4F1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 20px;
    border-radius: 8px;
}
.personalized-care-grid-item {
    background: var(--white);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 42.44px 61.31px 0px #00000014;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.personalized-care-grid-item img {
    object-fit: contain;
}




@media(max-width:991px) {
    section.personalized-care {
        padding: 50px 0px;
    }
    .personalized-care-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .personalized-care-top-row {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 15px;
    }
}
@media(max-width:667px) {
    .personalized-care-grid-item h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .personalized-care-grid-item > div {
        padding: 15px;
    }
    .personalized-care-grid-item > div img {
        max-width: 35px;
        max-height: 35px;
        object-fit: contain;
    }
    .personalized-care-grid-item {
        gap: 10px;
        flex-direction: row;
        align-items: anchor-center;
    }
    .personalized-care-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    section.personalized-care {
        padding: 40px 0px;
    }
}


/***  PS CARE TWO  ***/
section.ps-care-two {
    background: var(--green500);
    position: relative;
}
section.ps-care-two:after {
    content: "";
    position: absolute;
    background-image: url('./assets/images/background-vector.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 451px;
    width: 451px;
    top: 30px;
    right: 20px;
}
.ps-care-two-data h2 {
    color: var(--white);
    max-width: 577px;
    margin-bottom: 40px;
}
.ps-care-two-data {
    padding: 70px 0px;
}
.ps-care-two-item .btn {
    background: none;
    border: none !important;
    color: var(--green300) !important;
    transition: all 0.3s !important;
    padding-left: 0px !important;
}
.ps-care-two-item .btn:hover, .ps-care-two-item .btn:active {
    transform: scale(1.2);
    transition: all 0.3s;
    color: var(--green300) !important;
    background: none !important;
    border: none !important;
}
.ps-care-two-item label {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--green300);
}
.ps-care-two-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--green300);
    margin: 0px;
}
.ps-care-two-item h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--green300);
    margin: 0px;
}
.ps-care-two-item-bg-light {
    background: var(--white);
}
.ps-care-two-item {
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}
.ps-care-two-item-bg-light .custom-checkbox input:checked + span, .ps-care-two-item-bg-yellow .custom-checkbox input:checked + span {
    background-color: var(--green500) ;
    border-color: var(--green500);
    background-image: url('./assets/images/white-check-image.png');
}
.ps-care-two-item-bg-light .custom-checkbox span, .ps-care-two-item-bg-yellow .custom-checkbox span {
    border-color: var(--green500);
}
.ps-care-two-item-bg-yellow {
    background: var(--yellow);
}
.ps-care-two-item-bg-green {
    background: #0A4D33;
}
.ps-care-two-item-bg-green h4, .ps-care-two-item-bg-green p, .ps-care-two-item-bg-green label, .ps-care-two-item-bg-green .btn {
    color: var(--white);
}
.ps-care-two-checkboxes {
    display: flex;
    gap: 20px;
}
.ps-care-two-checkboxes > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ps-care-two-data .ps-care-two-grid:nth-child(2) > div:nth-child(1) {
    flex-basis: 45%;
}
.ps-care-two-data .ps-care-two-grid:nth-child(3) > div:nth-child(2) {
    flex-basis: 45%;
}
.ps-care-two-data .ps-care-two-grid:nth-child(2) {
    margin-bottom: 20px;
}
.ps-care-two-grid {
    display: flex;
    gap: 20px;
}




/***  SIMPLE PERSONALIZED CARE  ***/
.simple-personalized-care-data {
    padding: 70px 0px;
}
.simple-personalized-care-data .row {
    align-items: center;
}
.simple-personalized-care-image {
    padding-right: 40px;
}
.simple-personalized-care-image img {
    max-width: 100%;
    border-radius: 20px;
}
.simple-personalized-grid div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 42.44px 61.31px 0px #00000014;
    border-radius: 20px;
    justify-content: center;
}
.simple-personalized-grid h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--textgrey);
    margin: 0px;
}
.simple-personalized-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0px 40px 0px;
}


/***  MEDICATE PRICING  ***/
section.medicate-pricing {
    background: #F4F4F1;
}
.medicate-pricing-data h2 {
    text-align: center;
    max-width: 940px;
    margin: auto;
}
.medicate-pricing-data {
    padding: 70px 0px;
}
.medicate-pricing-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.medicate-pricing-card.md-pricing-card2 .btn:hover {
    color: var(--white);
    background: var(--green300);
}
.medicate-pricing-card.md-pricing-card2 .btn {
    border-color: var(--green300);
    color: var(--green300);
}
.medicate-pricing-card.md-pricing-card2 span {
    color: var(--white);
    background: var(--green300);
}
.medicate-pricing-card.md-pricing-card1 span {
    color: #001713;
    background: var(--yellow);
}
.medicate-pricing-card .btn {
    margin: auto;
    margin-top: 30px;
}
.medicate-pricing-card li i {
    color: var(--green500);
    margin-right: 10px;
}
.medicate-pricing-card li {
    list-style: none;
    color: var(--textgrey);
}
.medicate-pricing-card ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.medicate-pricing-card h3 {
    color: var(--green500);
    font-weight: 500;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px;
}
.medicate-pricing-card h4 {
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--green500);
    margin: 0px;
}
.medicate-pricing-card span {
    display: block;
    text-align: center;
    border-radius: 50px;
    padding: 3px 20px;
    max-width: max-content;
    margin: auto;
}
.medicate-pricing-card {
    background: var(--white);
    box-shadow: 0px 42.44px 61.31px 0px #00000014;
    border-radius: 20px;
    width: 430px;
    max-width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}




/***  MEDICATE ACCORDIONS  ***/
section.medicate-accordions {
    padding: 70px 0px;
}
.medicate-accordions-data > p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: var(--textgrey);
}
.medicate-accordions-data h2 {
    text-align: center;
}
.medicate-accordions-container {
    margin-top: 40px;
}
.medicate-accordions-container .accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.medicate-accordions-container .accordion-item {
    border: none;
    background: #F4F4F1;
    border-radius: 12px;
}
.medicate-accordions-container .accordion-item .accordion-header button {
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--green500);
}
.medicate-accordions-container .accordion-item .accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--textgrey);
    padding-top: 0px;
}




/***  JOURNEY TO RELIEF  ***/
section.journey-to-relief {
    padding-bottom: 70px;
}
.journey-to-relief-box .btn {
    margin: auto;
}
.journey-to-relief-box p {
    text-align: center;
    color: #ECFCCB;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0px;
    max-width: 970px;
    margin: auto;
}
.journey-to-relief-box p:nth-last-child(1) {
    color: #80BD9B;
    font-size: 16px;
}
.journey-to-relief-box h2 {
    color: var(--white);
    text-align: center;
    margin: auto;
    max-width: 650px;
    margin-bottom: 0px;
}
.journey-to-relief-box > * {
    position: relative;
    z-index: 1;
}
.journey-to-relief-box {
    background: #003521;
    border-radius: 24px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.journey-to-relief-box:after {
    content: "";
    position: absolute;
    background-image: url('./assets/images/background-vector.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 190px;
    width: 190px;
    top: 30px;
    left: 20px;
    z-index: 0;
}
.journey-to-relief-box:before {
    content: "";
    position: absolute;
    background: radial-gradient(90.3% 172.51% at 20% 20%, #FFFF5D 0%, rgba(255, 255, 93, 0) 40%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
}





@media(max-width:991px) {
    .ps-care-two-data, .simple-personalized-care-data, .medicate-pricing-data, section.medicate-accordions {
        padding: 50px 0px;
    }
    section.journey-to-relief {
        padding-bottom: 50px;
    }
    .ps-care-two-data h2 {
        margin-bottom: 20px;
    }
    .ps-care-two-checkboxes {
        flex-wrap: wrap; 
        gap: 10px;
    }
	.ps-care-two-checkboxes > div {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ps-care-two-data .ps-care-two-grid > .ps-care-two-item {
        flex-basis: 50% !important;
    }
    .simple-personalized-care-image img {
        max-height: 350px;
        width: 100%;
        object-fit: cover;
    }
    .simple-personalized-care-image {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .simple-personalized-grid {
        margin: 10px 0px 25px 0px;
    }
    .medicate-pricing-card {
        padding: 30px 20px;
        gap: 15px;
    }
    .medicate-pricing-card h4 {
        font-size: 28px;
    }
    .medicate-pricing-card h3 {
        font-size: 42px;
        line-height: 100%;
    }
    .medicate-pricing-card ul {
        padding: 0px;
    }
    .medicate-pricing-card .btn {
        margin: auto;
        margin-top: 15px;
    }
    .medicate-accordions-data > p {
        font-weight: 400;
        font-size: 16px;
        margin: 0px;
    }
    .medicate-accordions-container {
        margin-top: 20px;
    }
    .journey-to-relief-box {
        padding: 40px;
    }
    .journey-to-relief-box p {
        font-size: 18px;
    }
}
@media(max-width:767px) {
    .ps-care-two-data, .simple-personalized-care-data, .medicate-pricing-data, section.medicate-accordions {
        padding: 40px 0px;
    }
    section.journey-to-relief {
        padding-bottom: 40px;
    }
   .ps-care-two-data .ps-care-two-grid > .ps-care-two-item {
        flex-basis: 100% !important;
    } 
    .ps-care-two-item {
        gap: 5px;
    }
    .ps-care-two-grid {
        flex-wrap: wrap;
    }
    .ps-care-two-item img {
        max-width: 30px;
        max-height: 30px;
        margin-bottom: 6px;
    }
    .ps-care-two-item h4 {
        font-size: 22px;
        line-height: 100%;
    }
    .ps-care-two-item p, .ps-care-two-item label {
        font-size: 14px;
    }
    .simple-personalized-grid div {
        padding: 15px;
    }
    .simple-personalized-grid h5 {
        font-size: 16px;
    }
	.medicate-pricing-data h2, .medicate-accordions-data h2, .medicate-accordions-data > p {
		text-align: left;
	}
	.medicate-pricing-card span {
        margin: unset;
    }
	.medicate-pricing-card h4, .medicate-pricing-card h3 {
		text-align: left;
	}
    .medicate-pricing-grid {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .medicate-pricing-card h4 {
        font-size: 24px;
    }
    .medicate-pricing-card h3 {
        font-size: 32px;
        line-height: 100%;
    }
    .medicate-pricing-card ul {
        padding: 0px;
    }
	.medicate-pricing-card .btn {
        margin: unset;
        margin-top: 0px;
    }
    .medicate-pricing-card span {
        padding: 2px 15px;
        font-size: 14px;
    }
    .medicate-accordions-container .accordion-item .accordion-header button {
        font-size: 16px;
    }
}
@media(max-width:667px) {
    .simple-personalized-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .journey-to-relief-box {
        padding: 25px;
    }
}




/***  HOW IT WORKS PAGE  ***/
.page-banner-image {
    text-align: center;
}
.page-banner-image img {
    max-width: 100%;
    object-fit: contain;
    max-height: 380px;
    margin: auto;
}
.page-banner-data .row {
    align-items: center;
}
section.page-banner {
    background: #F4F4F1;
    padding: 70px 0px;
}
.page-banner-info p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--textgrey);
}
.page-banner-info h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--green500);
}
section.how-it-works-content {
    padding: 70px 0px;
}
.how-it-works-info-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.how-it-works-info-box h2 {
    margin: 0px;
}
.how-it-works-info-box p, .how-it-works-info-box label {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--textgrey);
    margin: 0px;
}
.how-it-works-info-box > span {
    display: flex;
    height: 84px;
    width: 84px;
    background: #4CAF50;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0%;
    color: var(--white);
}
.how-it-works-image-box img {
    border-radius: 20px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top center;
}
.how-it-works-image-box {
    text-align: center;
}
.how-it-works-info-time {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--textgrey);
}
.how-it-works-checkboxes .custom-checkbox input:checked + span {
    background-color: var(--green500) ;
    border-color: var(--green500);
    background-image: url('./assets/images/white-check-image.png');
}
.how-it-works-checkboxes .custom-checkbox span {
    border-color: var(--green500);
}
.how-it-works-content-row .row {
    align-items: center;
}
.how-it-works-data {
    display: grid;
    gap: 70px;
}
.how-it-works-data .how-it-works-content-row:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.how-it-works-data .how-it-works-content-row:nth-child(odd) .how-it-works-image-box{
    padding-right: 50px;
}
.how-it-works-data .how-it-works-content-row:nth-child(even) .how-it-works-image-box{
    padding-left: 50px;
}
.how-it-works-checkboxes .medicate-custom-checkbox {
    align-items: flex-start;
}
.personalized-care-top-row-full {
    max-width: 822px;
    margin: auto;
    margin-bottom: 20px;
}


@media(max-width:991px) {
    .page-banner-image img {
        max-height: 300px;
        margin: auto;
    }
    section.page-banner, section.how-it-works-content {
        padding: 50px 0px;
    }
    .how-it-works-info-box {
        margin-bottom: 30px;
        gap: 10px;
    }
    .how-it-works-info-box > span {
        height: 50px;
        width: 50px;
        font-size: 26px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .how-it-works-image-box img {
        border-radius: 20px;
        max-width: 100%;
        max-height: 300px;
        object-fit: cover;
        width: 100%;
    }
    .how-it-works-image-box {
        padding: 0px !important;
    }
    .how-it-works-data {
        gap: 50px;
    }
    .how-it-works-info-box p, .how-it-works-info-box label {
        font-size: 16px;
        line-height: 23px;
    }
    .how-it-works-checkboxes {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
}
@media(max-width:767px) {
    .page-banner-info h5 {
        font-size: 20px;
    }
    section.page-banner, section.how-it-works-content {
        padding: 40px 0px;
    }
    .how-it-works-data {
        gap: 40px;
    }
    .page-banner-info p {
        font-size: 16px;
        line-height: 22px;
    }
    .page-banner-image img, .how-it-works-image-box img {
        margin: auto;
    }
}



/***  PRICING PAGE  ***/
section.medicate-pricing-page {
    background: transparent;
}
section.medicate-pricing-page .medicate-pricing-data {
    padding-bottom: 0px;
}
section.medicate-pricing-page .medicate-pricing-data > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--textgrey);
    margin-top: 10px;
}


@media(max-width:767px) {
  section.medicate-pricing-page .medicate-pricing-data > p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }  
}




/***  ABOUT US PAGE  ***/
section.about-us-content {
    padding: 70px 0px;
}
.about-us-content .how-it-works-content-row {
    padding-bottom: 70px;
}
.about-us-content .how-it-works-image-box {
    padding-right: 50px;
}
.medicate-story-row h2 {
    text-align: center;
}
.medicate-story-content {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.medicate-story-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--green500);
    margin: 0px;
}
.medicate-story-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--textgrey);
    margin: 0px;
}
.personalized-care-top-row-about {
    margin-bottom: 30px;
}
section.about-journey-to-relief {
    padding: 70px 0px;
}
.medicate-story-row .medicate-story-content:nth-last-child(1) {
    margin: 0px;
}


@media(max-width:991px) {
    section.about-us-content, section.about-journey-to-relief {
        padding: 50px 0px;
    }
    .about-us-content .how-it-works-content-row {
        padding-bottom: 50px;
    }
    .how-it-works-image-box {
        margin-bottom: 20px;
    }
    .about-us-content .how-it-works-info-box {
        margin: 0px;
    }
    .medicate-story-content h4 {
        font-size: 22px;
    }
    .medicate-story-content p {
        font-size: 16px;
    }
    .medicate-story-content {
        margin-bottom: 20px;
        gap: 10px;
    }
}
@media(max-width:767px) {
    section.about-us-content, section.about-journey-to-relief {
        padding: 40px 0px;
    }
    .about-us-content .how-it-works-content-row {
        padding-bottom: 40px;
    }
    .medicate-story-row h2 {
        text-align: left;
    }
	section.personalized-care:has(.personalized-care-top-row-about) .personalized-care-grid-item {
		flex-direction: column;
	}

}



/***  FAQS PAGE  ***/
.faqs-content {
    padding: 70px 0px;
}
.faqs-accordions .medicate-accordions-container {
    margin-top: 15px;
}
.faqs-accordions h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--green500);
}
.faqs-content-tabs button.nav-link.active {
    background: var(--yellow);
    color: var(--green500);
}
.faqs-content-tabs button.nav-link {
    background: #F4F4F1;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--green500);
    padding: 15px 20px;
    border-radius: 12px;
}
.faqs-content-tabs .nav-pills {
    gap: 10px;
}


@media(max-width:991px) {
    .faqs-content {
        padding: 50px 0px;
    }
    .faqs-content-tabs .nav-pills {
        margin-right: 0px !important;
        margin-bottom: 30px;
    }
    .faqs-content-tabs button.nav-link {
        font-size: 16px;
        padding: 12px 15px;
    }
    .faqs-accordions h3 {
        font-size: 30px;
    }
}
@media(max-width:767px) {
    .faqs-content {
        padding: 40px 0px;
    }
    .faqs-accordions h3 {
        font-size: 24px;
        line-height: 30px;
    }

}



/***  SWITCH PAGE  ***/
.switch-form-section {
    background: #F4F4F1;
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border-radius: 20px;
}
.switch-form-section h2, .switch-form-section > h6, .switch-form-section h2, .switch-form-section > p {
    text-align: center;
    margin-bottom: 10px;
}
.switch-form-section h2 {
    margin-bottom: 5px;
}
.switch-form-section h6, .switch-form-box .eligibility-title-field > * {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--green500);
    font-family: 'Roc Grotesk', sans-serif;
}
.switch-form-box .eligibility-title-field > * {
    margin: 10px 0px 15px 0px;
}
.switch-form-box .fb-navigation, .eligibility-questionnaire-daya .fb-navigation {
    justify-content: flex-start;
    margin-top: 20px;
}
.switch-form-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--green500);
}
.switch-form-box {
    margin-top: 30px;
}
.switch-form-box label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: 'Roc Grotesk', sans-serif;
    margin: 0px;
}
.switch-form-section label.form-label {
    margin-bottom: 10px;
}
.switch-form-box .elibility-form-item .form-control {
    margin-bottom: 15px;
}
.switch-form-box .fb-state > * {
    color: var(--green500);
}
.switch-form-box .form-check-input:checked {
    background-color: var(--green500);
    border-color: var(--green500) !important;
}
.switch-form-box label.form-check-label {
    display: flex;
    align-items: center;
}
.switch-form-box button.btn.btn-success, .eligibility-questionnaire-daya button.btn.btn-success {
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    line-height: 100%;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Roc Grotesk', sans-serif;
    font-weight: 500;
}
.switch-form-box button.btn.btn-success:hover, .eligibility-questionnaire-daya button.btn.btn-success:hover {
    color: var(--white);
    background: var(--green500);
    border-color: var(--green500);
}
.switch-form-box .fb-steps-wrapper > .fb-step {
    justify-content: center;
}
.switch-journey-to-relief-box h2 {
    max-width: 1010px;
}

@media(max-width:991px) {
    .switch-form-section {
        padding: 40px;
    }
    .switch-form-section h6, .switch-form-box .eligibility-title-field > * {
        font-size: 18px !important;
        line-height: 100%;
    }
    .switch-form-section > h6 {
        margin: 5px 0px;
    }
    .switch-form-section p {
        font-size: 16px;
    }
}
@media(max-width:667px) {
    .switch-form-section {
        padding: 30px 10px;
    }
    .switch-form-box {
        margin-top: 10px;
    }
	.switch-form-section h2, .switch-form-section > h6, .switch-form-section p {
        text-align: left;
        margin-right: 10px;
        margin-left: 10px;
    }
}



/***  CONTACT US PAGE  ***/
.contact-page-top-section > h2, .contact-page-top-section > p {
    text-align: center;
}
.contact-page-top-section > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1%;
    color: var(--green500);
    margin-bottom: 25px;
}
.contact-page-top-section {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 20px;
}
.contact-grid-item a, .contact-grid-item span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1%;
    color: var(--green500);
    text-decoration: none;
}
.contact-grid-item h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -1%;
    color: var(--green500);
    margin-bottom: 15px;
}
.contact-grid-item {
    background: #DAF8DB;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-page-grid .contact-grid-item:nth-child(2) {
    background: #FEFEC6;
}
.contact-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.contact-form-section textarea.form-control {
    height: 150px;
}
.contact-form-section:has(.fb-state) .cstm-title {
    display: none;
}
.contact-form-section .fb-state.fb-success h3 {
    font-weight: 700;
    font-size: 34px;
}

@media(max-width:991px) {
    .contact-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }  
}
@media(max-width:767px) {
    .contact-page-grid {
        grid-template-columns: repeat(1, 1fr);
    }  
	.contact-page-top-section > h2, .contact-page-top-section > p {
		text-align: left;
	}
}



/***  ELIGIBILITY QUESTIONARE     ***/
.page-template-eligibility-questionnaire:has(.fb-state) section.page-banner {
    display: none;
}
.eligibility-questionnaire-daya {
    padding: 70px 0px;
}
.eligibility-questionnaire-daya .fb-step-content .fb-step-group.row:nth-child(1) {
    box-shadow: none;
    padding: 0px;
}
.eligibility-questionnaire-daya .fb-step-group.row {
    box-shadow: 0px 31.44px 30.31px -10px #00000014;
    border-radius: 16px;
    padding: 30px;
    background: var(--white);
}
.eligibility-questionnaire-daya .fb-step-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.eligibility-questionnaire-daya h3 {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--green500);
    margin-bottom: 20px !important;
}
.eligibility-questionnaire-daya label {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0px;
}
.eligibility-questionnaire-daya .form-check {
    align-items: center;
}
.fb-state.fb-error p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--textrey);
}
.eligibility-questionnaire-daya .fb-state h3 {
    font-weight: 500 !important;
    font-size: 38px !important;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: var(--green500);
    max-width: 796px;
    margin: 0px !important;
}
.eligibility-questionnaire-daya .fb-state {
    border: 2px solid #4CAF50 !important;
    box-shadow: 0px 42.44px 61.31px 0px #00000014;
    border-radius: 30px;
    padding: 50px;
}
.eligibility-questionnaire-daya .fb-state .fb-state-image img {
    width: 500px;
    max-width: 100% !important;
}
.eligibility-questionnaire-daya .fb-state .fb-details {
    background: #F4F4F1;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--textgrey);
}
.eligibility-questionnaire-daya .fb-state a.btn.btn-primary {
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    line-height: 100%;
    font-size: 15px;
}
.eligibility-questionnaire-daya .fb-state a.btn.btn-primary:hover {
    background-color: var(--green300);
    border-color: var(--green300);
    color: var(--white);
    font-weight: 500;
}

@media(max-width:991px) {
    .eligibility-questionnaire-daya {
        padding: 50px 0px;
    }
    .eligibility-questionnaire-daya .fb-state h3 {
        font-size: 32px !important;
    }
    .fb-state.fb-error p {
        font-size: 16px;
    }
    .eligibility-questionnaire-daya .fb-state .fb-details {
        font-size: 16px;
    }
}
@media(max-width:767px) {
    .eligibility-questionnaire-daya {
        padding: 40px 0px;
    }
    .eligibility-questionnaire-daya .fb-step-content {
        gap: 20px;
    }
    .eligibility-questionnaire-daya .fb-step-group.row {
        padding: 20px 15px;
    }
    .eligibility-questionnaire-daya h3 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    .eligibility-questionnaire-daya label {
        font-size: 16px;
    }
    .eligibility-questionnaire-daya .fb-step-content .fb-step-group.row:nth-child(1) input {
        margin-bottom: 10px;
    }
    .eligibility-questionnaire-daya .fb-state {
        padding: 30px;
    }
    .eligibility-questionnaire-daya .fb-state h3 {
        font-size: 26px !important;
    }

}



/***  BLOGS LISTING  ***/
section.posts-listing-container, section.posts-single-page {
    padding: 70px 0px;
}
.posts-listing-container-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.post-image-block img {
    max-width: 100%;
    border-radius: 20px;
    height: 345px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.posts-listing-container-data a {
    text-decoration: none;
}
.post-info-block h5 {
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--green500);
    margin: 0px;
}
.post-info-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--textgrey);
    margin: 0px;
}
.post-item-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.post-info-block {
    gap: 10px;
}
.post-featured-image img {
    border-radius: 20px;
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.single-post-title > * {
    margin: 0px;
}
.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
    color: var(--green500);
}
.single-post-content p, .single-post-content li {
    color: var(--textgrey);
}
.posts-dingle-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.\34 04page-data .btn {
    margin: auto;
}
.\34 04page-data img {
    margin: auto;
    max-height: 500px;
    display: block;
    max-width: 100%;
}
.\34 04page-data p {
    text-align: center;
}
.\34 04page-data {
    padding: 70px 0px;
}



@media(max-width:991px){
    section.posts-listing-container, section.posts-single-page, .\34 04page-data {
        padding: 50px 0px;
    }
    .post-image-block img {
        height: 250px;
    }
    .post-info-block h5 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .post-featured-image img {
        height: 400px;
    }

}
@media(max-width:767px){
    section.posts-listing-container, section.posts-single-page, .\34 04page-data {
        padding: 40px 0px;
    }
    .posts-listing-container-data {
        grid-template-columns: repeat(1, 1fr);
		gap: 30px; 
    }
    .post-image-block img {
        height: 200px;
    }
    .post-info-block h5 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .post-info-block p {
        font-size: 16px;
        line-height: 20px;
    }
    .post-item-block {
        gap: 10px;
    }
    .post-featured-image img {
        height: 250px;
    }

}