/** Shopify CDN: Minification failed

Line 1452:1 Expected "}" to go with "{"

**/
/************************ 
--- All MFB Pages ---
*************************/

.mednow-work-steps-content div.paragraph {
    font-size: 19px;
    line-height: 23.75px;
    letter-spacing: 0.01em;
    font-weight: var(--font-weight-light-bold);
    color: var(--primary-text-color);
    margin: 0;
    padding-bottom: 50px;
    word-break: break-word;
    width: 390px;
    padding-left: 2px;
    letter-spacing: 1%;
}

.mfb-pages .mfb-cards-section {
    margin-top: -1px;
    margin-bottom: -1px;
}

.mfb-pages .mednow-works-header h2 {
    text-align: center;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.mfb-pages .virtual-healthcare-section {
    display: none;
}

.mfb-pages .vector-img-mfbServices {
    display: none;
}


/* mfb pages hero section */

.mfb-pages .mental-health-hero img {
    height: auto;
    max-width: 100%;
    border-radius: 32px;
    width: auto;
}

.mfb-pages .mfb_heading {
    max-width: 491px;
}

.mfb-pages .mfb_subheading {
    max-width: 454px;
}


/* cards section */

.mfb-cards-section {
    padding: 80px 0;
/*    border-bottom: 2px solid #FF7477; */
}

.mfb-cards-title,
.mfb-text-title {
    text-align: center;
    font-size: 40px;
    margin: 20px auto 70px;
    max-width: 500px;
    font-weight: 500;
}

.mfb-cards {
    max-width: 1070px;
    margin: 0 auto;
    width: 90%;
    /* display: flex;
    flex-wrap: wrap;
    /* gap: 10%; */
     gap: 70px 10%;
    /*justify-content: center;
    text-align: center;  */
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: baseline !important;
}

.mfb-card {
    /* flex-basis: 26%; */
    min-width: 250px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mfb-card-title {
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
}

.mfb-card-desc {
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.2;
}


/* text & btn section */

.mfb-text-section {
    padding: 10px 0 100px;
    text-align: center;
}

.mfb-text-title {
    margin-bottom: 40px;
    max-width: 700px;
}

.mfb-text-desc {
    margin-bottom: 40px;
}

.mfb-text-btn {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 32px;
    text-decoration: none;
    padding: 15px 50px;
}

.mfb_statistical_section {
    border-bottom: 2px solid #FF7477;
}

.mfb-pages .mental-health-hero .container_main {
    width: 100% !important;
    padding: 0 110px;
}

.mfb-pages .page-width {
    max-width: 1440px;
}

.mfb-pages .top-content p,
.mfb-pages .content-block:nth-of-type(2) .top-content p,
.mfb-pages .content-block:last-child .top-content p {
    width: auto;
}

.mfb-pages .healthcare-blocks {
    padding-bottom: 60px;
    padding-top: 60px;
    justify-content: space-between;
}

.mfb-pages .top-content {
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 0;
}

.mfb-pages .content-block {
    padding: 3.2rem 0 3rem;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mfb-pages accordion-item .content-block {
    padding-left: 30px;
    /* 	width: 33.33%; */
}


/* rich text section */

.mfb-pages .rich-text {
    margin-bottom: 0 !important;
}

.mfb-pages .rich-text h2.h1 {
    text-align: center;
    margin: 0 auto;
    color: #e55c5f;
    font-weight: 700;
    font-size: 40px;
}

.mfb-pages .rich-text .rich-text__text.rte p {
    line-height: 1.2;
    font-size: 19px;
    font-weight: 600;
    color: #023047;
}

.mfb-pages img,
.mfb-pages .img_3 {
   /*    border-radius: 0 !important; */
}
@media screen and (min-width: 580px) {
    .mfb-cards {
        grid-template-columns:  1fr 1fr;
    }
}
@media screen and (min-width: 990px) {
    .mfb-cards {
        grid-template-columns:  1fr 1fr 1fr;
    }
}
@media (max-width: 1180px) {
    .mfb_img_wrapper {
        padding-left: 40px;
    }

    .mfb-pages .mental-health-hero .container_main {
        padding: 0 80px;
    }

    .mfb-pages .top-content h2 {
        font-size: 62px;
    }

    .mfb-pages .top-content p {
        font-size: 20px;
    }
}

@media (max-width: 1100px) {
    .mfb-card-title {
        min-height: 60px;
    }
}

@media (max-width: 992px) {
    .mednow-work-steps-content div.paragraph {
        width: 100%;
    }

    .mfb-pages .mfb_heading {
        font-size: 32px;
        max-width: 300px;
    }

    .mfb-pages .mfb_subheading {
        font-size: 16px;
        max-width: 350px;
    }

    .mfb-pages .content-block:not(:last-child) {
        margin-bottom: 15px !important;
    }

    .mfb-pages .content-block {
        width: 100%;
        max-width: 335px;
    }

    .mfb-pages accordion-item .content-block {
        max-width: 90%;
        width: 90%;
    }

    .mfb-pages .top-content {
        max-width: 293px;
    }

    .mfb-pages .content-block:nth-of-type(2),
    .mfb-pages .content-block:nth-of-type(3) {
        margin-left: 0 !important;
    }
}

@media (max-width: 860px) {
    .mfb_img_wrapper {
        padding-left: 20px;
    }
}

@media (max-width: 830px) {

    .mfb-pages .mfb_content_wrapper,
    .mfb-pages .mfb_img_wrapper {
        width: 100% !important;
    }

    .mfb-pages .mental-health-hero .container_main {
        flex-wrap: wrap;
    }

    .mfb-pages .mental-health-hero img,
    .mfb-pages .mental-health-hero .container_main {
        width: 100% !important;
    }

    .mfb_img_wrapper {
        padding-left: 0;
    }

    .mfb-pages .mental-health-hero .container_main {
        padding: 0;
    }

    .mfb-pages .mfb_content_wrapper {
        padding: 0 80px;
    }

    .mfb-pages .mental-hero-btn {
        display: flex;
    }

    .mfb-pages .mental-hero-btn.virtual_btn {
        margin-bottom: 6rem;
    }
}

@media (max-width: 768px) {

    .mfb-pages .content-block:not(:last-child),
    .mfb-pages .content-block {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .mfb-pages accordion-item .content-block {
        padding: 3.2rem 0 3rem !important;
    }

    .mfb-pages .healthcare-blocks {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .mfb-pages .mental-health-hero .container_main {
        margin: 0;
    }

    .mfb-pages .services-pillsmart-wrapper_relative {
        margin-top: 0;
    }

    .mfb-pages .services-pillsmart-hero_img {
        margin-bottom: 6rem;
    }

    .mfb-pages .healthcare-blocks .content-block {
        margin-left: 0 !important;
    }

    .mfb-pages .healthcare-blocks {
        justify-content: center !important;
        padding-bottom: 30px;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .mfb-pages .mfb_content_wrapper {
        padding: 0px 20px;
    }
}


/************************ 
  --- Services Page ---
  *************************/

#mfbServicesPage .shopify-section:nth-child(2) .container_main {
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 90%;
}

#mfbServicesPage .mednow-work-steps:last-child {
    min-height: fit-content;
    padding-top: inherit;
}

#mfbServicesPage .business-virtual-healthcare {
/*    border-bottom: 2px solid #FF7477; */
}

#mfbServicesPage .virtual-healthcare-section {
    padding-bottom: 0;
}

#mfbServicesPage .mednow-work-steps .mednow-section-container {
    gap: 50px;
}

#mfbServicesPage .business-virtual-healthcare .top-content p {
    font-size: 21px;
}

#mfbServicesPage .business-virtual-healthcare .top-content p > span {
    display: none;
}

#mfbServicesPage .business-virtual-healthcare .content-block:last-child .top-content p {
    width: 270px;
}

#mfbServicesPage .business-virtual-healthcare .content-block:last-child .top-content p {
    width: 270px;
}

@media (max-width: 600px) {
    #mfbServicesPage .mednow-work-steps-img .box-img {
        margin: 0;
    }

    #mfbServicesPage .mednow-work-steps-content div.paragraph {
        padding-bottom: 0;
    }

    #mfbServicesPage .work-steps-four .mednow-section-container {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    #mfbServicesPage .mednow-work-steps-content.section-four-content {
        padding-bottom: 0;
    }

    #mfbServicesPage .mednow-work-steps.work-steps-four .mednow-work-steps-img {
        max-width: 70%;
        margin: 0 auto;
    }

    #mfbServicesPage .mednow-work-steps.work-steps-four .mednow-work-steps-img img {
        max-width: 100%;
    }

    #mfbServicesPage .mednow-work-steps:last-child {
        padding-bottom: 100px;
    }

    #mfbServicesPage .vector-img-five {
        top: -16px;
    }

    #mfbServicesPage .vector-img-seven {
        display: block !important;
        top: -390px !important;
        transform: scale(0.8);
        right: -40px !important;
    }

    #mfbServicesPage .vector-img-two {
        display: block !important;
        transform: translate(0);
        left: -130px;
        bottom: -30px;
        top: unset;
    }

    #mfbServicesPage .vector-img-three {
        display: block !important;
        transform: translate(0) scale(1.3);
        left: -180px;
        bottom: 10px;
        top: unset;
    }

    #mfbServicesPage .vector-img-four {
        left: unset;
        bottom: unset;
        top: 0px;
        right: 0;
        transform: translate(0) scale(1);
    }

    #mfbServicesPage .vector-img-group {
        display: none;
    }
}

@media (max-width: 425px) {
    #mfbServicesPage .vector-img-seven {
        right: -50px !important;
    }
}

@media (max-width: 374px) {
    #mfbServicesPage .vector-img-two {
        left: -130px;
        bottom: -30px;
        top: unset;
    }

    #mfbServicesPage .vector-img-three {
        left: -100px;
        bottom: 10px;
        top: unset;
    }

    #mfbServicesPage .vector-img-seven {
        right: -45px !important;
    }
}

@media (min-width: 600px) {
    #mfbServicesPage .vector-img-six.cust {
        top: 45%;
        transform: scale(0.7);
    }

    #mfbServicesPage .vector-img-seven {
        display: none;
    }

    .mfb-pages .vector-img-mfbServices {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 400px;
    }
}

@media (max-width: 1500px) {
    #mfbServicesPage .vector-img-six.cust {
        transform: scale(0.5);
        top: 42%;
    }
}

@media (max-width: 1200px) {
    .mfb-pages .vector-img-mfbServices {
        transform: scale(0.65);
        right: -30px;
        bottom: 470px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #mfbServicesPage .mednow-work-steps:last-child .mednow-section-container {
        width: 100%;
    }

    #mfbServicesPage .vector-img-three {
        left: unset;
        right: 20px;
    }

    #mfbServicesPage .vector-img-two {
        right: -20px;
        top: 30px;
        left: unset;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    #mfbServicesPage .mednow-work-steps:last-child {
        padding-top: 50px;
    }

    #mfbServicesPage .mednow-work-steps-content div.paragraph {
        width: 100%;
    }

    #mfbServicesPage .vector-img-mfbServices {
        bottom: 420px;
        transform: scale(0.5);
    }

    #mfbServicesPage .vector-img-five {
        display: none;
    }

    #mfbServicesPage .vector-img-two {
        right: 0;
        left: unset;
        top: -20px;
        transform: scale(0.85);
    }

    #mfbServicesPage .vector-img-three {
        left: unset;
        right: 60px;
        top: -50px;
        transform: scale(0.85);
    }
}

@media (min-width: 601px) and (max-width: 1600px) {
    #mfbServicesPage .mednow-work-steps {
        position: relative;
    }

    #mfbServicesPage .vector-img-six.cust {
        top: unset;
        top: 0;
        transform: scale(0.5) translateY(-70%);
    }
}


/************************ 
  --- Partner Page ---
  *************************/

#mfbPartnerPage .virtual-healthcare-section {
    padding-bottom: 0
}

#mfbPartnerPage .mednow-work-steps-img .box-img {
    object-fit: contain;
    width: 100%;
}

#mfbPartnerPage .mednow-work-steps:last-child {
    min-height: unset;
    padding: 60px 0 0 0;
}

#mfbPartnerPage .business-testimonial {
    padding: 80px 0;
}

#mfbPartnerPage .quote-section-logo {
    text-align: center;
}

#mfbPartnerPage .quote-section {
    padding: 100px 0;
    max-width: 1000px;
    border-bottom: 2px solid #8BDCF0;
}

#mfbPartnerPage .mfb-cards-title {
    max-width: 800px;
}

#mfbPartnerPage .mfb-cards-section {
    padding-top: 40px;
    border-bottom: 0;
}

.mfb_content_wrapper {
    margin-left: 0;
}

.mfb-pages .mfb_content_wrapper,
.mfb-pages .mfb_img_wrapper {
    width: 50%;
}

#mfbPartnerPage .mednow-works-header h2 {
    max-width: 100%;
    line-height: 125%;
}

.mfb-pages .services_btn {
    padding: 0;
}

#mfbPartnerPage .vector-img-six {
    right: 0px;
    left: unset;
    top: 300px;
    transform: scale(0.7);
}

#mfbPartnerPage .vector-img-five {
    right: 0px;
    bottom: 100px;
    top: unset;
    transform: scale(0.7);
}

#mfbPartnerPage .mednow-work-steps .mednow-section-container {
    gap: 50px;
}

@media (min-width: 1241px) {
    .mfb-pages .mental-health-hero.mfb_hero {
        padding: 0 3.6rem;
    }
}

@media (max-width: 830px) {
    .mfb-pages .img_3 {
       /*    border-radius: 0 !important; */
    }
}

@media (max-width: 600px) {
    #mfbPartnerPage .mednow-work-steps:last-child {
        padding-bottom: 60px;
    }

    #mfbPartnerPage .mfb-cards-title,
    #mfbPartnerPage .mfb-text-title {
        max-width: 90%;
    }

    #mfbPartnerPage .quote-section {
        margin: 0 20px;
    }

    #mfbPartnerPage .mfb-cards-section {
        padding-bottom: 40px;
    }

    #mfbPartnerPage .vector-img-six {
        right: unset;
        left: -50px;
        top: 100px;
    }

    #mfbPartnerPage .vector-img-five {
        right: 0px;
        bottom: 100px;
        top: unset;
        transform: scale(0.7);
    }

    #mfbPartnerPage .mfb-text-section {
        padding-top: 1px;
    }
}

@media (min-width: 795px) {
    #mfbPartnerPage .mednow-work-steps:last-child .mednow-work-steps-img .box-img {
        height: 500px;
        width: 100%;
        object-position: top;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #mfbPartnerPage .mednow-work-steps:last-child .mednow-section-container {
        max-width: 90%;
        margin: 0 auto;
        gap: 40px;
    }

    #mfbPartnerPage .mednow-work-steps-content div.paragraph {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .quote-section .quote {
        font-size: 20px !important;
        width: 220px;
    }
}


/* RHS Rasel Partner Page STARTS */

#mfbPartnerPage {
    background-color: #FEFFFD;
}

#mfbPartnerPage .vector-img-five {
    top: 91%;
    right: 0;
}

#mfbPartnerPage .vector-img-six {
    left: auto;
    right: 0px;
    top: 25.5%;
}

#mfbPartnerPage .mednow-works-header h2 {
    margin: 49px 0 0 0;
}

#mfbPartnerPage .mednow-work-steps .mednow-section-container {
    padding: 0;
}

#mfbPartnerPage .new-mfb-multiblock .page-width-custom {
    padding: 0;
}

#mfbPartnerPage .new-mfb-multiblock {
    padding-bottom: 140px;
}

#mfbPartnerPage .mednow-work-steps-img,
#mfbPartnerPage .mednow-work-steps-content {
    position: relative;
    z-index: 99;
}

#mfbPartnerPage .blok_index_1 {
    padding-top: 100px;
}

#mfbPartnerPage .blok_index_3 {
    padding-top: 150px !important;
}

#mfbPartnerPage .blok_index_2 {
    padding-top: 240px !important;
}

#mfbPartnerPage .graphic-mobile {
    display: none;
}

@media (max-width: 1440px) {
    #mfbPartnerPage .vector-img-six {
        top: 23.5%;
    }
}

@media (max-width: 1200px) {
    #mfbPartnerPage .vector-img-six {
        top: 20.5%;
    }

    #mfbPartnerPage .mednow-work-steps-img .box-img {
        object-position: top;
    }

    #mfbPartnerPage .vector-img-five svg {
        max-width: 150px;
    }

    #mfbPartnerPage .blok_index_1,
    #mfbPartnerPage .blok_index_3 {
        padding-top: 80px !important;
    }

    #mfbPartnerPage .blok_index_2 {
        padding-top: 140px !important;
    }
}

@media (max-width: 1040px) {
    #mfbPartnerPage.vector-img-six {
        top: 21.5%;
    }
}

@media (max-width: 900px) {
    #mfbPartnerPage .vector-img-six {
        top: 22.5%;
    }
}

@media (max-width: 750px) and (min-width: 601px) {
    #mfbPartnerPage .vector-img-six {
        top: 29.5%;
        right: -60px;
        z-index: -1;
    }
}

@media (max-width: 768px) {
    #mfbPartnerPage #mfbPartnerPage .mednow-work-steps-content {
        padding-top: 0 !important;
    }

    .mednow-work-steps-img .box-img {
        margin-bottom: 0 !important;
    }

    #mfbPartnerPage #mfbPartnerPage .mednow-work-steps-content div.paragraph {
        padding-bottom: 20px;
    }

    #mfbPartnerPage .blok_index_1,
    #mfbPartnerPage .blok_index_3 {
        padding-top: 60px !important;
    }

    #mfbPartnerPage .blok_index_2 {
        padding-top: 0px !important;
    }
}

@media (max-width: 600px) {

    #mfbPartnerPage .vector-img-five,
    #mfbPartnerPage .vector-img-six {
        opacity: 1;
        z-index: 999 !important;
        /* transform: translateX(180deg); */
    }

    #mfbPartnerPage .vector-img-five svg {
        max-width: 100px;
    }

    #mfbPartnerPage .vector-img-five {
        top: 15%;
        right: -30px;
    }

    #mfbPartnerPage .vector-img-six {
        top: 61%;
        right: auto;
        left: -50px;
    }

    #mfbPartnerPage .graphic-mobile {
        display: block;
    }

    #mfbPartnerPage .graphic-desktop {
        display: none;
    }

    #mfbPartnerPage .mfb-cards-title {
        font-size: 32px !important;
    }

    #mfbPartnerPage .new-mfb-multiblock {
        padding-bottom: 60px;
    }

    #mfbPartnerPage .mednow-work-steps-content {
        padding-top: 50px;
    }
}


/* RHS Rasel Partner Page ENDS */


/************************ 
--- Why Mednow Page ---
*************************/

#mfbWhyMednowPage .mfb-cards-section {
    padding: 40px 0;
}

#mfbWhyMednowPage .mfb-card-title {
    margin-top: 5px;
    font-size: 22px;
}

#mfbWhyMednowPage .mfb-cards {
    max-width: 1000px;
    gap: 11%;
}

#mfbWhyMednowPage .mfb-card {
    flex-basis: 26%;
}

@media (max-width: 600px) {
    #mfbWhyMednowPage .mfb-card {
        max-width: 250px;
        min-width: 200px;
        flex-basis: 100%;
        margin-bottom: 70px;
    }

    #mfbWhyMednowPage .mfb-text-section {
        padding-top: 1px;
    }
}

@media (min-width: 376px) {
    #mfbWhyMednowPage .services-pillsmart-hero_heading {
        max-width: 550px;
    }
}


/* SirajumMunira css */

#mfbWhyMednowPage .mfb-text-img-section {
    padding: 100px 0;
}

#mfbWhyMednowPage .mfb-text-img-section .section-header {
    margin-bottom: 100px;
    position: relative;
}

#mfbWhyMednowPage .mfb-text-img-section .section-header h2 {
    width: 478px;
    font-weight: 700;
    font-size: 40px;
    line-height: 114%;
    color: #1A7C94;
    margin-top: 0;
    margin-bottom: 50px;
}

#mfbWhyMednowPage .mfb-text-img-section .section-header p {
    width: 387px;
    font-weight: 500;
    font-size: 19px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #023047;
    margin: 0;
}

#mfbWhyMednowPage .mfb-text-img-section .section-header .section-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 350px;
}

#mfbWhyMednowPage .mfb-text-img-section .section-header .section-image img {
    max-width: 100%;
}

#mfbWhyMednowPage .mfb-text-img-section .row-one,
.row-two, .row-three, .row-four, .row-five {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

#mfbWhyMednowPage .mfb-text-img-section .row-one {
    margin-bottom: 139px;
}

#mfbWhyMednowPage .mfb-text-img-section .row-one h4,
.row-two h4, .row-five h4 {
    width: 174px;
    color: #E55C5F;
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-bottom: 19px;
}

#mfbWhyMednowPage .mfb-text-img-section .row-one p,
.row-two p, .row-three p, .row-four p, .row-five p {
    width: 197px;
    color: #125868;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

#mfbWhyMednowPage .mfb-text-img-section .row-one .group,
.row-two .group, .row-three .group, .row-five .group {
    margin-right: 149px;
}
#mfbWhyMednowPage .mfb-text-img-section .row-one .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-one .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-two .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-three .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-four .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-five .group {
    margin-right: 149px;
}

@media screen and (min-width: 901px) and (max-width: 980px) {
    .row-two .group {
        margin-right: 75px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {

    #mfbWhyMednowPage .mfb-text-img-section .section-header p,
    #mfbWhyMednowPage .mfb-text-img-section .section-header h2 {
        width: 320px;
    }

    .row-two .group {
        width: 33.33%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #mfbWhyMednowPage .mfb-text-img-section .section-header {
        margin-bottom: 77px;
        margin-right: 19px;
        margin-left: 19px;
    }

    #mfbWhyMednowPage .mfb-text-img-section .section-header h2 {
        width: 315px;
        font-weight: 700;
        font-size: 32px;
        line-height: 114%;
        margin-top: 0;
        margin-bottom: 29px;
    }

    #mfbWhyMednowPage .mfb-text-img-section .section-header p {
        width: 340;
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: 0.01em;
        margin: 0;
    }

    #mfbWhyMednowPage .mfb-text-img-section .section-header .section-image {
        position: relative;
        margin: 50px auto 0 auto;
        left: 0;
        right: 0;
        top: auto;
        text-align: center;
    }

    #mfbWhyMednowPage .mfb-text-img-section .section-header .section-image img {
        width: 275px;
        height: 275px;
        text-align: center;
    }

    #mfbWhyMednowPage .mfb-text-img-section .row-one,
    .row-two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        align-items: start;
    }

    #mfbWhyMednowPage .mfb-text-img-section .row-one {
        margin-bottom: 0;
    }

    #mfbWhyMednowPage .mfb-text-img-section .row-one .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-two .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-three .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-four .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-five .group
    {
        margin-right: 19px;
        margin-left: 19px;
    }

    #mfbWhyMednowPage .mfb-text-img-section .row-one h4,
    #mfbWhyMednowPage .mfb-text-img-section .row-two h4 {
        /*width: auto;*/
        width: 315px;
        line-height: 114%;
        letter-spacing: 0.01em;
        margin-top: 0;
        margin-bottom: 0;
    }

    #mfbWhyMednowPage .mfb-text-img-section .row-one p,
    #mfbWhyMednowPage .mfb-text-img-section .row-two p {
        /*width: auto;*/
        width: 335px;
        font-weight: 500;
        margin-top: 21px;
        margin-bottom: 39px;
    }
}

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

    #mfbWhyMednowPage .mfb-text-img-section .row-one p,
    #mfbWhyMednowPage .mfb-text-img-section .row-two p {
        width: 100%;
    }

    #mfbWhyMednowPage .mfb-text-img-section .row-one h4,
    #mfbWhyMednowPage .mfb-text-img-section .row-two h4 {
        width: 100%;
    }
}

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

    #mfbWhyMednowPage .mfb-text-img-section .row-one p,
    #mfbWhyMednowPage .mfb-text-img-section .row-two p {
        width: auto;
    }
}

@media screen and (min-width: 750px) {
    #mfbWhyMednowPage .mfb-text-img-section .page-width {
        padding: 0 5rem;
        max-width: 1150px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1440px) {
    #mfbWhyMednowPage .mfb-text-img-section .section-header .section-image {
        right: -100px;
        max-width: 450px;
    }
}


/************************ 
  --- Resources Page ---
  *************************/

#mfbResourcesPage .mfb-cards-section {
    border-bottom: 0;
}

#mfbResourcesPage .wearewithyou_heading {
    margin-bottom: 60px;
}

#mfbResourcesPage .services_care-content_wrapper {
    padding-bottom: 50px;
}

#mfbResourcesPage .services_care-content_block.hero_block .content_wrapper {
    width: 100%;
}

#mfbResourcesPage .services_care-content_block {
    justify-content: flex-start;
    width: 24%;
}

@media (min-width: 601px) and (max-width: 768px) {
    #mfbResourcesPage .services_care-content_wrapper {
        margin: 0 auto 30px;
        padding: 0;
    }

    #mfbResourcesPage .services-care_hero {
        min-height: fit-content !important;
    }
}

@media (max-width: 600px) {
    #mfbResourcesPage .services_care-content_wrapper .block-container {
        align-items: center;
    }

    #mfbResourcesPage .services_care-content_block {
        width: 95%;
    }

    #mfbResourcesPage .wearewithyou {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 425px) {
    #mfbResourcesPage .wearewithyou {}

    #mfbResourcesPage .we_are_with_you_hero {
        width: 180px;
        height: 180px;
    }
}


/***************fayed changes****************/

.mfb-pages .mh-hero_subheading {
    width: 100%;
}

h2.services-pillsmart-hero_heading.mental-health-header {
    line-height: 114%;
}


/* section-announcement-bar */

.mednow-works-header.cust {
    max-width: 502px;
    margin: 0 auto;
}

.vector-img-six.cust {
    z-index: 1;
}

.mednow-work-steps-content p {
    line-height: 0.01em;
}

.mednow-work-steps:last-child {
    /* padding: 120px 0 0 !important; */
}

.vector-img-seven {
    right: -28% !important;
    top: -50% !important;
}

img.virtual_img_mobile {
    display: none;
}

.services_care-content_block.hero_block {
    height: auto;
}

.page-width.block-container.wearewithyou_block-container {
    margin-top: 80px;
}

.sm-up-hide {
    display: none;
}

@media screen and (max-width: 375px) {
    p.services_care-block_subheading.wearewithyou {
        margin: 0;
        width: 100%;
    }

    .sm-up-hide {
        display: block;
    }

    .vector-img-group {
        position: absolute;
        left: -20px;
        bottom: -20px;
    }

    .vector-img-four {
        top: 0 !important;
        right: 0 !important;
    }

    .mednow-work-steps:last-child {
        padding-top: 20px !important;
    }

    .mednow-work-steps-content div.paragraph {
        width: 100% !important;
    }
}


/***************fayed changes****************/


/************************ 
  --- Responsiveness ---
  *************************/

@media (min-width: 769px) and (max-width: 1440px) {
    .mfb-pages .mental-health-hero .container_main {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    #mfbWhyMednowPage .mfb-text-img-section .section-header h2,
    #mfbWhyMednowPage .mfb-text-img-section .section-header p {
        width: 90%;
    }

    .mfb-pages .healthcare-blocks {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
    }
}

@media screen and (max-width: 600px) {
    .mfb-pages img.virtual_img_mobile {
        display: block;
    }

    .mfb-pages img.virtual_img:not(.virtual_img_mobile) {
        display: none !important;
    }

    .mfb-pages .mental-health-header,
    .mfb-pages .mh-hero_subheading {
        text-align: left;
        max-width: 350px;
        font-weight: 500;
    }

    .mfb-pages .mental-health-hero img {
        width: 100%;
    }

    .mfb-pages .mental-health-hero .button {
        margin: 0;
    }

    .mfb-pages .healthcare-blocks {
        justify-content: flex-start;
    }

    .mfb-pages .healthcare-blocks .content-block {
        margin-left: 55px;
        margin-bottom: 30px;
    }

    .mfb-pages .mfb-cards-title,
    .mfb-pages .mfb-text-title {
        max-width: 80%;
        font-size: 32px;
    }

    .mfb-pages .mfb-card {
        min-width: 200px;
        max-width: 250px;
        flex-basis: 100%;
        margin-bottom: 70px;
    }

    .mfb-pages .mfb-text-section {
        padding-top: 50px;
    }
}

@media (max-width: 375px) {

    /* .mfb-pages .mfb-cards-title {
		max-width: 98%;
	} */
    .mfb-pages .mental-health-header,
    .mfb-pages .mh-hero_subheading {
        max-width: 270px;
    }
}

@media (max-width: 320px) {

    #mfbWhyMednowPage .mfb-text-img-section .row-one .group,
    #mfbWhyMednowPage .mfb-text-img-section .row-two .group {
    #mfbWhyMednowPage .mfb-text-img-section .row-five .group {
        margin: 0;
        max-width: 100%;
    }
}