.row.tbpadding {
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95% !important;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90% !important;
    }
    .container-mid {
        max-width: 80% !important
    }
    .col-md-2.bgImg {
        width: 10%;
    }
    .col-md-2.site-logo {
        width: 12%;
    }
    .col-md-8.borderbox {
        width: 78%;
    }
}
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px !important;
    }
    .container-mid {
        max-width: 83% !important;
    }
    .col-md-2.bgImg {
        width: 10%;
    }
    .col-md-2.site-logo {
        width: 12%;
    }
    .col-md-8.borderbox {
        width: 78%;
    }
}
@media (min-width: 1800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px !important;
    }
    .container-mid {
        max-width: 90% !important;
    }
}
/*header css*/
ul#menu-main-website-mneu {}
.main-menu-container ul {
    flex-wrap: wrap;
    align-items: center !important;
    flex-direction: row !important;
    text-align: center;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    gap: 30px;
    margin-right: 50px;
}
header#masthead {
    padding-top: 35px;
    padding-bottom: 35px;
}
.main-menu-container ul li a {
    color: #202020;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px !important;
}
ul.headeroptions {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center !important;
    flex-direction: row !important;
    display: flex;
    justify-content: center;
    gap: 15px;
    height: 100%;
}
button#search-icon {
    border: none;
    background: transparent;
}
.main-form-popup button#search-icon {
    border: none;
    background: transparent;
    position: relative;
    left: 7px;
    bottom: 20px;
}
li.usercurrent img {
    margin-left: 10px;
}
li.usercurrent a {
    text-decoration: none;
    color: #202020;
    font-weight: 400;
    font-size: 20px;
}
.main-menu-container {
    height: 100%;
}
.menu-main-website-mneu-container {
    height: 100%;
}
nav#site-navigation {
    height: 100%;
}
.search-container {
    width: 0;
    width: 0;
    padding: 0;
    border: none;
    outline: none;
    /*transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;*/
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: flex;
}
.search-container.active {
    visibility: visible;
    opacity: 1;
    background: transparent;
    position: absolute;
    align-items: center;
    top: 24%;
    justify-content: center;
    z-index: 9;
    padding-top: 7px;
}
.headerIcons {
    position: relative;
}
input#searchsubmit {
    background: transparent;
    background-image: url(https://dev.ftlweb.com/wp-content/uploads/2024/11/cd-search-icon.svg);
    background-repeat: no-repeat;
    font-size: 0;
    position: relative;
    border: none;
    width: 40px;
    left: 42px;
    height: 40px;
    background-position: center;
}
input#search-input {
    height: 40px;
    border-radius: 0;
    margin-right: 30px;
    border: none;
    margin-left: -1px;
    border-bottom: 1px solid black;
    outline: none;
}
.main-form-popup {
    border: 1px solid black;
    background: white;
    width: 1015px;
    height: 124px;
    text-align: end;
    align-content: center;
}
form#searchform {
    display: flex;
}
.Homebanner .bgtext p {
    width: 50% !important;
    color: black;
    font-size: 24px;
}
.Homebanner .t-75px>div:nth-child(2) {
    margin-top: -11px;
    text-align: right;
    font-size: 90px;
    font-weight: bold;
    margin-right: 175px;
}
.BannerStrip p {
    color: white !important;
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}
input#search-input {
    height: 40px;
    width: 100%;
    margin-left: -1px;
    border-radius: 0 !important;
}
#search-icon i {
    font-size: 30px;
}
.headerIcons {
    position: relative;
    overflow: hidden;
}
img {
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    .search-container {}
    button.menu-toggle img {
        width: 29px;
    }
    .bottom-footer {
        background: #d3d3d3 !important;
    }
    .search-container {
        display: none;
    }
    .mobileMenuContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    button.menu-toggle {
        background: transparent;
        border: navajowhite;
    }
    .headerIcons img {
        width: 20px;
    }
    header#masthead {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .search-container.active {
        display: flex;
        height: 50px;
        left: 0;
        max-width: 100%;
        justify-content: end;
        top: 0;
        width: 100%;
        background: #fff;
        height: 143px;
    }
    form#searchform {
        width: 100%;
    }
    .search-container #search-icon {
        position: absolute;
        top: 12%;
        left: 2%;
    }
    .main-navigation {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 100%;
        background-color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
    }
    .main-navigation.active {
        left: 0;
        width: 100%;
        background-color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        height: auto;
    }
    ul#menu-main-website-mneu {
        display: block;
        padding: 0 20px 0px 0px;
        margin: 0;
    }
    ul#menu-main-website-mneu li {
        list-style: none;
        border-bottom: 1px solid #FC8B8B;
        padding: 13px 20px 13px 0px;
        text-align: right;
    }
    .mobile_additional {
        background: #000;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 15px 22px 15px 15px;
    }
    .iconstopheader a i {
        font-size: 22px !important;
        ;
    }
    .iconstopheader a img {
        width: 25px !important;
        height: 25px;
    }
    .iconstopheader {
        display: flex;
        gap: 18px;
        justify-content: center;
        align-items: center;
        margin: 7px;
    }
    .mobile_additional a {
        color: #fff;
        text-decoration: none;
    }
    button.close-btn {
        border: navajowhite;
        background: transparent;
        color: #fff;
        font-size: 23px;
        margin-right: 5px;
    }
    .menu-main-website-mneu-container {
        height: auto;
    }
    .nav-fav-icons i {
        color: #FC8B8B;
        padding: 20px 20px 0px 0px;
        font-size: 24px;
    }
    .nav-fav-icons {
        text-decoration: none;
    }
    .circle-new {
        width: 80px;
        height: 80px;
        background-color: #5388F0;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .circle-new a {
        font-size: 16px;
        color: white;
        text-decoration: none;
    }
}
/* Dushyant CSS */
/* FOOTER  */
.dark-grey-footer {
    background-color: #f1f1f1;
    padding-bottom: 13px;
}
.gray-main {
    display: flex;
    align-items: end;
    padding: 18px 45px 12px 0px;
    width: 100%;
}
.gray-main1 {
    width: 23.33% !important;
    padding: 0px 19px 0px 0px;
}
.gray-main1 h1 {
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 11px;
}
.gray-main1 p {
    font-size: 16px;
    padding-top: 13px;
    font-weight: 500;
    margin: 0px;
}
.gray-main2 {
    width: 31.33%;
    padding-right: 15px;
}
.inputs {
    display: flex;
    align-items: center;
    gap: 3px;
    letter-spacing: .5px;
    padding-top: 25px;
}
.inputs>input {
    height: 13px;
    width: 25px;
    mix-blend-mode: darken;
}
.inputs>label {
    font-size: 15px;
    font-weight: 500;
}
.gray-buttons {
    display: flex;
    gap: 15px;
    align-items: end;
    padding-top: 14px;
}
.gray-main3 {
    padding-right: 20px;
    width: 45.33%;
}
.colum-1-cont {
    /*   padding-right: 52px; */
}
.colum-1-cont h4 {
    font-size: 1.3rem !important;
    padding-top: 18px;
    font-weight: 700;
    margin-bottom: 5PX;
    color: white;
}
.colum-1-cont p {
    font-size: 13px !important;
    padding: 5px 0;
    letter-spacing: 0.5px;
    color: white !important;
}
.footer-span {
    font-weight: 100 !important;
}
.gray-buttons>input {
    background: transparent;
    border-bottom: 1.5px solid #707070;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 34%;
}
.gray-buttons>input::placeholder {
    font-size: 12px;
}
.gray-buttons button {
    font-size: 14.5px !important;
    padding: 10px 50px !important;
    border: 1px solid #707070;
    width: 49%;
    letter-spacing: 0.8px;
}
.gray-buttons button:hover {
    border: 1px solid #fff;
}
.footer {
    /* margin-top: 400px; */
    background-color: #d4d4d4 !important;
    /* Adjust background color */
}
.footer h5 {
    font-size: 30px !important;
    margin-bottom: 10px;
}
footer p.pera-font-size.white-color {
    font-size: 19px !important;
}
.footer p {
    font-size: 0.9em;
    color: black;
}
.footer .btn {
    background-color: white;
    width: 100%;
    padding: 15px 60px;
    margin-top: 10px;
    font-size: 20px;
    border: 1px solid;
}
.footer .social-icons {
    display: flex;
    gap: 27px;
    font-size: 21px;
    margin-top: 15px;
}
.footer .social-icons i {
    font-size: 1.2em;
    cursor: pointer;
    color: white;
}
.foot1 {
    padding: 20px;
}
.foot1 ul {
    padding: 0px !important;
}
.foot1 li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 10px;
}
@media (max-width: 992px) {
    .light-gray-bg-color {
        padding-right: 20px;
    }
}
ul.list-unstyled li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Ploni', sans-serif;
}
.fs-5 {
    font-size: 1.8rem !important;
}
.col-md-2.foot1.light-gray-bg-color.pt-3 {
    flex: 0 0 auto;
    width: 16.666667%;
    padding-right: 20px;
}
.careers_form_page {
    padding: 50px 0px;
}
/* Mobile responsiveness */
@media (min-width: 992px) {
    .footshow {
        display: block;
    }
    .foothide {
        display: none;
    }
}
@media (max-width: 992px) {
    .gform_heading {
        width: 100%;
        padding-left: 10px;
    }
    .text-end {
        padding: 20px;
    }
    input#input_1_1 {
        background-color: #d3d3d3;
        width: calc(100% - var(--gf-form-gap-x) / 2);
        border: none;
        border-bottom: 1px solid black;
        border-radius: 0;
        padding: 20px;
        font-size: 20px;
        box-sizing: border-box;
        box-shadow: none !important;
    }
    div#gform_wrapper_1 {
        display: block !important;
        justify-content: space-between;
        padding: 10px 0px;
    }
    .gform-theme--foundation .gform_fields {
        row-gap: 10px !important;
    }
    #input_1_3 {
        display: flex;
        flex-direction: column !important;
    }
    .gray-main {
        display: block;
        align-items: end;
        padding: 18px 45px 12px 0px;
        width: 100%;
    }
    .gray-main1 {
        width: 96.33% !important;
        padding: 0px 19px 0px 0px;
    }
    .gray-main2 .inputs {
        display: block;
        align-items: center;
        gap: 3px;
        letter-spacing: .5px;
        padding-top: 25px;
    }
    .gray-main2 {
        width: 90%;
        padding-right: 15px;
    }
    .inputs label {
        display: block;
    }
    .inputs div {
        display: flex;
    }
    .gray-buttons {
        display: grid;
    }
    .gray-main3 {
        padding-right: 20px;
        width: 97.5%;
    }
    .gray-buttons button {
        width: 100%;
    }
    .colum-1-cont {
        background-color: #7d7d7d;
        padding-bottom: 20px;
    }
    .footer .btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .col-md-2.foot1.light-gray-bg-color.pt-3 {
        padding: 10px !important;
        flex: 0 0 auto;
        width: 50%;
    }
    .colum-1-cont {
        padding-right: 20px;
    }
    .gray-main {
        padding: 20px 0px 0px 0px;
    }
    .footshow {
        display: none;
    }
    ol,
    ul {
        padding: 0px;
    }
    .black-color {
        padding: 0px 5px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }
    /* Hide menu initially */
    .collapse.navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        /* Start the menu off-screen */
        height: 100%;
        width: 100%;
        /* Full width of the screen */
        background-color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        /* Make sure the menu is above other elements */
    }
    .footer {
        /*      padding: 19px; */
    }
    .dark-gray-bg-color {
        padding: 0px;
    }
}
.footshow {
    background-color: #7d7d7d;
    padding-bottom: 10px;
}
.gform-theme--framework *,
.gform-theme--framework ::after,
.gform-theme--framework ::before {
    width: 100%;
}
section#gform_widget-2 {
    background-color: #F1F1F1;
}
/* .gform-theme--foundation .gform_fields{
    display: flex !important;
} */
.gform_widget .widget-title {
    display: none;
}
div#input_1_3 {
    display: flex;
    flex-direction: row;
}
.newsletter-container label.gform-field-label.gform-field-label--type-sub {
    display: none;
}
.newsletter-container input#input_1_4_3 {
    background-color: #f1f1f1;
    width: calc(100% - var(--gf-form-gap-x) / 2);
    border: none;
    /* Remove default borders */
    border-bottom: 1px solid black;
    /* Add bottom border */
    border-radius: 0;
    /* Remove rounded corners */
    padding: 20px 0;
    font-size: 20px;
    box-sizing: border-box;
    /* Ensures padding doesn't affect overall width */
    box-shadow: none;
}
.newsletter-container legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
.newsletter-container form#gform_1 {
    max-width: 100%;
    width: 87%;
}
.newsletter-container input#choice_1_3_2,
.newsletter-container input#choice_1_3_1 {
    box-shadow: none;
    width: 15px;
    height: 15px;
    font-size: 20px;
    border: 1px solid black;
}
input#input_1_1 {
    background-color: #f1f1f1;
    width: calc(100% - var(--gf-form-gap-x) / 2);
    border: none;
    /* Remove default borders */
    border-bottom: 1px solid black;
    /* Add bottom border */
    border-radius: 0;
    /* Remove rounded corners */
    padding: 20px 0;
    font-size: 20px;
    box-sizing: border-box;
    /* Ensures padding doesn't affect overall width */
    box-shadow: none;
}
.gform-theme--foundation .gform_fields {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    inline-size: 100% !important;
    grid-row-gap: var(--gf-form-gap-y);
    row-gap: var(--gf-form-gap-y);
    align-items: end;
}
.gform_required_legend {
    display: none;
}
input#gform_submit_button_1 {
    font-weight: 400;
    color: black;
    width: 333px;
    font-size: 20px;
    padding: 19px 34px;
    margin-top: 10px;
    border: 1px solid;
    background-color: white;
    border-radius: 0px;
    box-shadow: none;
}
.gform-body.gform_body {
    width: 100%;
}
.Mainwidth {
    /*  max-width: 100% !important; */
    background-color: #D3D3D3;
}
.newsletter-container {
    /*  max-width:100% !important; */
    background-color: #F1F1F1;
    padding: 0px !important;
}
.footwidth {
    /*  max-width:100% !important; */
    padding: 0px !important;
}
.foothide p.white-color {
    color: white;
    padding-left: 20px;
}
div#gform_wrapper_1 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: flex-start;
    background-color: #F1F1F1;
}
.gform_heading {
    width: 20%;
    padding-left: 10px;
}
.gform-theme--framework .gform-field-label--type-inline {
    --gf-local-margin-x: 4px !important;
    --gf-local-margin-y: var(--gf-label-space-y-secondary) 0;
    font-size: 12px !important;
    font-weight: 600 !important;
}
h2.gform_title {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 0;
}
.gform_description {
    padding-left: 10px;
    font-size: 11px !important;
}
input#gform_submit_button_1:hover {
    color: white;
    background-color: #7D7D7D;
}
.bottom-footer {
    background: linear-gradient(to right, #d3d3d3 50%, #7D7D7D 50%);
}
.top-footer {
    background-color: #f1f1f1;
    padding: 10px 10px 10px 45px;
    max-width: 100% !important;
    position: relative;
}
.container.newsletter-container {
    max-width: 100% !important;
}
.row.Mainwidth {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}
.container.footwidth {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.col-md-3.text-end.foot1.light-gray-bg-color.pt-3 {
    padding: 0 28px 0 44px;
}
.footwidth .btn-light a {
    text-decoration: none;
    color: black;
}
.footwidth .btn-light a:hover {
    text-decoration: none;
    color: white;
}
.footwidth p.white-color a {
    text-decoration: none;
    font-size: 20px;
    color: white;
}
/*  Section 1 CSS*/
.Homebanner .text-black {
    font-size: 90px;
    text-align: right;
    font-weight: 700;
}
.Homebanner .bgtext {
    padding-top: 30px;
    text-align: right;
    padding-bottom: 100px;
}
.Homebanner .btn option1 {
    text-align: right;
}
html[lang="en-US"] .Homebanner .text-black,
html[lang="en-US"] .Homebanner .bgtext,
html[lang="en-US"] .Homebanner .btn option1 {
    text-align: left;
}
.banner-section.relative.text-black.bgcolor-white.lg\:h-screen.Homebanner {
    background: transparent;
}
.Homebanner .lead {
    font-size: 1.25rem;
    margin-bottom: 0px;
    font-weight: 500;
}
.Homebanner .mb-4 p {
    font-weight: 400;
}
.Homebanner .text-blue {
    margin-top: -23px;
    text-align: right;
    font-size: 80px;
    color: black;
    font-weight: 700;
    margin-right: 190px;
}
/* .Homebanner  a.btn.option5 {
    border: 1px solid rgb(252, 211, 106);
    background-color: #F8F9FA;
padding: 15px 10px;
width: 100%;
	color: black;
    align-content: center;
    border-radius: 0px;
}
.Homebanner  a.btn.option5:hover {
  padding: 15px 10px;
        align-content: center;
    background-color: #FBBC83;
    border-radius: 0px;
width: 100%;
    border: 1px solid rgb(252, 211, 106);
} */
/* .Homebanner  a.btn.option4:hover {
    padding: 15px 10px;
        align-content: center;
    background-color: #FBBC83;
    border-radius: 0px;
width: 100%;
    border: 1px solid rgb(252, 211, 106);
} */
.Homebanner .gap-4 {
    display: flex;
    gap: 1.5rem !important;
    justify-content: space-between;
    align-items: stretch;
}
/*
.Homebanner  a.btn.option4 {
        padding: 9px;
    background-color: rgb(252, 211, 106);
    border-radius: 0px;
width: 100%;
	color: black;
        align-content: center;
    border: 1px solid rgb(252, 211, 106);
} */
.Homebanner .d-grid {
    display: grid !important;
    align-items: start;
    justify-items: stretch !important;
    width: 35%;
}
.Homebanner .justify-content-sm-center {
    justify-content: stretch !important;
    padding: 0px;
}
.Homebanner img.left-image-class {
    position: absolute;
    top: 15%;
    width: 50%;
    z-index: -1;
    left: 0;
    bottom: 20%;
    margin: 0 auto;
}
html[lang="en-US"] .Homebanner img.left-image-class {
    left: auto;
    right: 0;
}
.Homebanner p.lead.mb-4 {
    margin: 6px 0 !important;
    font-weight: 700;
}
.Homebanner .container.text-center.content-optimized.alignCenter {
    position: relative;
    padding: 0px 10px 82px 0px;
}
html[lang="en-US"] .Homebanner .container.text-center.content-optimized.alignCenter {
    padding: 0px 0 82px 10px;
}
.BannerStrip img.alignnone.wp-image-754.size-full {
    width: 4.5%;
}
body:not(.rtl) .BannerStrip img.alignnone.wp-image-754.size-full {
    margin-left: 20px;
}
.rtl .BannerStrip img.alignnone.wp-image-754.size-full {
    margin-right: 20px;
}
.BannerwithSlider .splide__arrow--prev {
    display: none !important;
}
.BannerwithSlider .splide__arrow--next {
    display: none !important;
}
.BannerwithSlider .container.h-auto {
    position: relative;
    max-width: 100% !important;
}
.BannerwithSlider .text-white {
    --bs-text-opacity: 1;
    color: white;
    padding: 10px;
}
.BannerwithSlider img.alignnone.size-full.wp-image-684 {
    object-fit: cover;
    animation: rotate 10s linear infinite;
}
section.banner-title-section.relative.text-black.h-auto.BannerStrip {
    background-color: transparent;
    padding: 0;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.BannerwithSlider img.alignnone.size-full.wp-image-684 {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 25%;
    z-index: 999;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}
.BannerwithSlider .container.h-auto {
    position: relative;
}
/* Slider css slider section 2 */
.splide {
    width: 100%;
}
.splide__track {
    overflow: hidden;
}
.splide__list {
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    margin: 0;
}
.splide__slide {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 10px;
}
body:not(.rtl) .splide .splide__list .splide__slide {
    text-align: left;
}
.splide__arrow {
    transform: scaleX(-1);
}
/* Banner strip  */
.BannerStrip {
    background-color: #343434;
    padding: 5px 0px;
}
/* Banner strip  */
/* Slider css slider section 2 */
.BannerwithSlider {
    margin-bottom: 20px;
}
.BannerwithSlider .col-md-6.left-col {
    background-color: #2CC97D;
    align-content: center;
    padding: 100px;
}
.BannerwithSlider .col-md-6.right-col {
    background-color: #E6FAF0;
    padding: 0px;
}
.BannerwithSlider .splide__slide {
    margin-bottom: 50px;
    padding: 0px;
}
.BannerwithSlider .splide__slide h3 {
    color: black;
    padding: 20px 20px 10px 20px;
    font-weight: bold;
    font-size: 24px;
}
.FullwithSlider_three_Col .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
    z-index: 99;
}
.FullwithSlider_three_Col h3 {
    font-size: 1.75rem;
    font-size: 24px;
    padding: 8px 0;
    font-weight: bold;
}
.BannerwithSlider .slieesc p {
    font-size: 13px !important;
}
.BannerwithSlider .inrContent h2 {
    font-size: 30px !important;
    font-weight: bold !important;
}
.BannerwithSlider .inrContent p {
    font-size: 24px !important;
}
.BannerwithSlider .splide__slide p {
    color: black;
    padding: 0px 20px 20px 5px;
    margin: 0 0 0 40px;
}
.BannerwithSlider .splide__slide a {
    background-color: white;
    color: black;
    font-size: 24px;
    padding: 16px 50px;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px;
}
.BannerwithSlider .splide__slide a:hover {
    background-color: #2CC97D;
    padding: 16px 50px;
    color: white;
    text-decoration: none;
}
.BannerwithSlider .splide__pagination__page.is-active {
    background: #2CC97D;
    transform: scale(1.2);
    z-index: 1;
    border: 1px solid #2CC97D;
}
.BannerwithSlider .splide__pagination__page {
    background: white;
    border: 1px solid #2CC97D;
    /* border: 0; */
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
}
.hero-bg-image {
    display: flex;
    flex-direction: row;
}
.hero-bg-image.flex-row-reverse {
    flex-direction: row-reverse;
}
.FullwithSlider_three_Col .col-md-6 {
    margin: 30px 0px;
    flex: auto;
    width: 100%;
}
.FullwithSlider_three_Col .splide__arrow--prev {
    left: -3em;
}
.FullwithSlider_three_Col .splide__arrow--next {
    right: -3em;
}
.FullwithSlider_three_Col .splide__arrow svg {
    fill: #2CC97D;
}
.FullwithSlider_three_Col .splide__arrow {
    background-color: transparent;
    /* color: green; */
}
.FullwithSlider_three_Col .splide__slide .boxinr {
    background-color: #E6FAF0;
    padding: 40px;
    /*     flex: 0 0 auto; */
    border: 1px solid #2CC97D;
    width: 100%;
    margin-right: 0px;
}
.FullwithSlider_three_Col a {
    text-decoration: none;
    padding: 10px 0px 3px 0;
    color: black;
    font-size: 20px;
    border-bottom: 2px solid #2CC97D;
}
.FullwithSlider_three_Col a.btn.option1 {
    margin: 20px 0px;
    background-color: #2CC97D;
    border-radius: 0px;
    padding: 15px 30px;
    border: 1px solid #2CC97D;
    color: white;
}
.FullwithSlider_three_Col a.btn.option1:hover {
    background-color: transparent;
    margin: 20px 0px;
    border-radius: 0px;
    color: black;
    padding: 15px 30px;
    border: 1px solid #2CC97D;
}
.FullwithSlider_three_Col div#splide1-track {
    padding: 20px 0px;
}
.Blue_section_three_col {
    position: relative;
}
section.box-section.relative.text-black.bgcolor-white.h-auto.Blue_section_three_col {
    position: relative;
}
.Blue_section_three_col img.alignnone.size-medium.wp-image-730 {
    position: absolute;
    left: -84px;
    top: -6%;
    width: 22%;
}
/*
.Blue_section_three_col .splide__list .splide__slide img {
    width: 100%;
}
 */
.Blue_section_three_col ul.blue-badge {
    padding: 5px 10px;
    list-style: none;
    margin: 0 0 8px 0;
    display: flex;
    gap: 10px;
}
.Blue_section_three_col ul.blue-badge a {
    padding: 7px 25px;
    background-color: #ECF2FD;
}
.Blue_section_three_col {
    margin: 50px 0;
    padding: 40px 0px 80px 0px;
}
.Blue_section_three_col button.splide__arrow {
    display: none;
}
.Blue_section_three_col .col-md-6 {
    flex: none;
    width: 100%;
    position: relative;
}
.Blue_section_three_col h1 {
    font-size: 90px;
    color: white;
    font-weight: bold;
    width: 59%;
}
body:not(.rtl) .Blue_section_three_col h1 {
    text-align: left;
}
.Blue_section_three_col p.lead.mb-4 {
    color: white;
    font-weight: 400;
    padding: 0px 15px;
}
body:not(.rtl) .Blue_section_three_col p.lead.mb-4 {
    text-align: left;
}
.Blue_section_three_col .blue-card-md p {
    color: black;
}
.Blue_section_three_col .btn.option9,
.Blue_section_three_col .btn.option9:hover {
    margin: 40px 0 0 0;
    padding: 15px 40px;
    font-size: 24px
}
.Purple_Cta_section .btn.option9,
.Purple_Cta_section .btn.option9:hover {
    padding: 12px 60px;
    font-size: 24px;
    line-height: 36px;
}
.Blue_section_three_col .fam img {
    width: 100%;
}
.Blue_section_three_col h3 {
    font-size: 1.75rem;
    padding: 0px 15px;
}
.Blue_section_three_col .blue-badge li {
    list-style: none;
    margin-top: 15px;
}
.Blue_section_three_col .splide__pagination {
    display: none;
}
.Blue_section_three_col .blue-card-md a {
    border-bottom: 2px solid #5388F0;
    padding-bottom: 6px;
}
.Blue_section_three_col .blue-badge img {
    margin-left: 7px;
    vertical-align: middle;
}
.Blue_section_three_col .col-lg-12.d-flex.cards-heading {
    padding: 4px 0px;
}
.Blue_section_three_col .d-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}
.Blue_section_three_col .splide__slide .blue-card-md a {
    color: black;
    text-decoration: none;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}
.Blue_section_three_col .splide__slide a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 19px;
}
.Blue_section_three_col .splide__slide .blue-badge a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}
.Blue_section_three_col .black-color svg {
    margin-right: 0px;
    position: absolute;
    left: 2%;
    /* right: 119%; */
    z-index: 999;
}
.Purple_Cta_section h2 {
    color: white;
    font-weight: bold;
    font-size: 90px;
}
.Purple_Cta_section {
    /*     background-color: #CEA1C8 !important; */
    padding: 50px;
}
.Purple_Cta_section {
    position: relative;
    margin: 50px 0px;
    /*     background-color: #CEA1C8; */
}
/* .Purple_Cta_section .row.flex-row.h-auto {
    background-color: #CEA1C8;
} */
.Purple_Cta_section h1 {
    color: white;
    font-size: 90px;
    font-weight: bold;
}
.Purple_Cta_section p {
    color: white;
}
.Purple_Cta_section a.btn.option1 {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 0px;
    padding: 15px 60px;
    margin: 10px 0px;
}
.Purple_Cta_section a.btn.option1:hover {
    color: black;
    border: 1px solid white;
    border-radius: 0px;
    padding: 15px 60px;
    margin: 10px 0px;
    background-color: white;
}
.Purple_Cta_section .inrboxcoltwo.imageBox {
    text-align: end;
}
.Purple_Cta_section .col-md-6 {
    flex: 0 0 auto;
    width: 64%;
    align-content: center;
}
.Purple_Cta_section .container-mid {
    max-width: 100% !important;
}
/*
.About_section_one{
    background-color: #F1F1F1 !important;
} */
.About_section_one .container.h-auto.bgcolor-white {
    padding-bottom: 70px;
    background-color: #F1F1F1 !important;
}
.About_section_one p.lead.mb-4 {
    font-weight: 700;
}
.About_section_one .col-descr p {
    font-size: 20px;
    font-weight: 400;
}
.About_section_one .text-black {
    font-size: 90px;
    font-weight: bold;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.About_section_one .container-mid {
    max-width: 100% !important;
}
.About_section_one .col-md-6 {
    align-content: baseline !important;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    /* text-align: center; */
    align-content: center;
}
.About_third_section {
    padding: 120px 0px 120px 0px;
    background-color: #FFF9EB;
}
.About_third_section .bgcolor-white {
    background: transparent;
}
section.two-cols-section.right-side.relative.overflow-hidden.h-auto.About_third_section {
    background-repeat: no-repeat !important;
    background-position: 0% -100px;
}
.About_fifth_section {
    padding: 80px;
}
.About_fifth_section .container.h-auto {
    max-width: 100% !important;
}
section.two-cols-section.right-side.relative.overflow-hidden.h-auto.About_fifth_section.text-black.bgcolor-white {
    background-color: #FCD369;
}
.About_fifth_section .bgcolor-white {
    background: #FCD369;
}
.About_fifth_section .container-mid {
    max-width: 100% !important;
    background-color: #FFF9EB;
}
.About_fifth_section .inrboxcoltwo.textBox {
    padding-right: 60px;
}
.About_fifth_section .text-black {
    padding-top: 13px;
    font-weight: bold;
}
.About_fifth_section p {
    font-size: 20px;
    font-weight: 400;
}
.About_fifth_section .container.h-auto.bgcolor-white {
    max-width: 100% !important;
}
.About_sixth_section label.gfield_label.gform-field-label {
    color: #7C7C7C;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
/* .About_sixth_section  h2.gform_title{
    display: none;
}
.About_sixth_section  legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
} */
.About_sixth_section .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}
.About_sixth_section input#gform_submit_button_2 {
    width: 100%;
    background-color: #FFF9EB;
    border: 1px solid #FCD369 !important;
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 50px;
}
.About_sixth_section input#gform_submit_button_2:hover {
    width: 100%;
    background-color: #FCD369;
    border: 1px solid #FCD369 !important;
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 50px;
}
.About_sixth_section label.gform-field-label.gform-field-label--type-sub {
    display: none !important;
}
.About_sixth_section {
    padding: 40px 0px;
}
.About_sixth_section input,
textarea {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-align: right;
}
.About_sixth_section li.icon-item {
    list-style: none;
    padding: 0;
}
.About_sixth_section li.icon-item a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    display: flex;
    padding: 3px;
    align-items: flex-end;
}
.About_sixth_section li.icon-item img {
    margin: 0px 5px 0px 5px;
    width: 2.5%;
}
.About_sixth_section .text-black {
    font-weight: bold;
}
.About_sixth_section .container-mid {
    max-width: 100% !important;
}
.About_sixth_section ul.icon-list {
    padding: 0px;
}
.About_section_three {
    padding: 100px 0px;
}
.About_section_three .purple-card-start {
    background-color: #FFF9EB;
    border: 1px solid #FCD369;
    margin: 0px;
}
.About_section_three .d-flex {
    display: flex !important;
    flex-direction: column;
}
.About_section_three .col {
    flex: 1 1 auto;
    width: 20%;
    margin-top: 25px;
    padding: 0 15px 0 7px;
}
.About_section_three .purple-card-start h4.m-0.p-0 {
    padding: 20px 0px 0px 0px;
    text-decoration: none;
    border: 0px !important;
    font-family: 'Ploni', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: black;
    padding-top: 20px !important;
}
.About_section_three p.m-0.pera-font-size {
    color: black;
    font-size: 16px;
    padding: 0px 0px 30px 0px;
}
.About_section_three h4.m-0.p-0 a {
    color: black;
}
.About_section_three .open-popup {
    color: transparent;
}
section.banner-section.relative.text-white.bgcolor-white.h-auto.section_seven {
    padding: 0;
}
.section_seven {
    padding: 0 0 100px 0px !important;
}
.section_seven .text-content a {
    color: white;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    font-size: 18px;
}
.section_seven p.m-0.pera-font-size {
    padding: 0px 11px 0px 0px;
    background: transparent;
}
.section_seven .text-black {
    font-size: 90px;
    font-weight: bold;
    width: 93%;
    margin-right: 29px;
}
.section_seven .lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.section_seven .card-head.d-flex.light-purple-bg-color.align-items-center {
    background-color: #F3E8F1;
    padding: 12px;
    cursor: pointer;
    border-bottom: 2px solid #CEA1C8;
}
.section_seven .purple-card-start:hover .card-head.d-flex {
    background-color: #CEA1C8 !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.section_seven a.btn.option5 {
    margin-top: 30px;
    background-color: #CEA1C8;
    border: 1px solid #CEA1C8;
    color: black;
    padding: 15px 50px;
    border-radius: 0px;
}
.section_seven a.btn.option5:hover {
    margin-top: 30px;
    background-color: #f4e4f2;
    border: 1px solid #CEA1C8;
    padding: 15px 50px;
    border-radius: 0px;
}
.section_seven .text-content {
    text-align: right;
}
.section_seven .image-container {
    margin-bottom: 20px;
    text-align: right;
}
.section_seven .text-content {
    transition: transform 0.3s ease;
    /* Smooth transition for shrinking */
}
.section_seven .purple-card-start:hover .text-content {
    transform: scale(0.97);
    /* Shrinks the content to 95% of its original size */
}
.section_seven .gradient-overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 31%), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 0px 15px 15px 10px;
    color: white;
    /* text-align: center;  */
    pointer-events: none;
}
.section_seven .image-container {
    position: relative;
    margin-bottom: 0;
}
.section_seven .image-container a img {
    background-color: rgb(0 0 0 / 54%) !important;
    height: 250px;
    object-fit: cover;
}
.section_seven .text-content p {
    color: white;
    display: none;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.section_seven .purple-card-start {
    margin-top: 20px;
}
.section_seven .image-container img {
    display: block;
    width: 100%;
    height: auto;
}
.footer .btn:hover {
    background-color: #7D7D7D;
    width: 100%;
    padding: 15px 60px;
    margin-top: 10px;
    border: 1px solid #7D7D7D;
    color: white;
}
.About_section_three .text-black {
    font-weight: bold;
    padding-top: 30px;
}
.About_section_three .bgtext p {
    font-weight: 400;
}
.About_section_three .purple-card-start:hover .card-head.d-flex {
    background-color: #FCD369;
}
.About_section_three .close-btn {
    position: absolute;
    top: 0%;
    right: 91%;
    /* left: 60%; */
    font-size: 40px;
    cursor: pointer;
}
.About_section_three h2#popup-title {
    position: absolute;
    flex-wrap: nowrap;
    left: 40%;
    top: 10%;
    font-size: 20px;
    justify-content: center;
}
.About_section_three img#popup-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.About_section_three .popup-content img {
    max-width: 12%;
    height: auto;
}
.About_section_three .popup-content {
    padding: 3px;
    background-color: #FCD369;
}
.About_section_three .bgtext #popup-customfield {
    font-weight: 400;
    position: absolute;
    left: 40%;
    top: 7%;
}
.About_section_three div#popup-content {
    padding: 50px 40px;
    background-color: white;
    text-align: right;
}
.About_section_three .image-container img {
    width: 100%;
}
.caregiver-posts.row {
    padding: 0px 150px;
    margin: 0;
}
.caregiver-posts.row .col-md-3 {
    padding: 0px 9px;
}
.banner-section h4.m-0.p-0 {
    font-size: 17px;
    font-weight: bold;
    color: black;
}
.About_fifth_section .alignnone.size-full.wp-image-747 {
    position: absolute;
    left: 11%;
    top: 11%;
}
.About_fifth_section .col-md-6 {
    position: relative;
}
.About_section_three h2#popup-title {
    position: absolute;
    left: 55%;
    top: 8%;
    font-weight: bold;
    font-size: 15px;
}
.knowledge_center_section_one .btn.option13 {
    padding: 17px 40px;
    line-height: 35px;
}
.knowledge_center_section_one .btn.option13:hover {
    padding: 17px 40px;
    line-height: 35px;
}
.knowledge_center_section_one .text-black,
.updates_page .text-black,
.careers_page .text-black,
.therapists_main_section .text-black,
.therapists_centers_cards .text-black,
.courses_page .text-black {
    font-size: 92px;
    font-weight: bold;
}
.d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
    padding: 0;
    margin: 0 !important;
}
.knowledge_center_section_one div#posts-container {
    margin: 0 !important;
}
.knowledge_center_section_one .col-md-6 {
    flex: none;
    width: 53%;
    text-align: right;
    margin-right: 18px;
    padding: 0 0 15px 0 !important;
}
.knowledge_center_section_one .searchFilter.col-md-6 {
    text-align: left;
}
/* Apply gradient overlay to the image on hover */
.Blue_section_three_col .blue-page-cards:hover .col-lg-12.d-flex.cards-heading svg path {
    fill: white;
}
.blue-page-cards:hover .col-lg-12.d-flex.cards-heading svg path {
    fill: white;
}
.Blue_section_three_col .blue-page-cards:hover .fam .familysvg {
    filter: none;
    /* Dim the image */
    background: linear-gradient(45deg, rgba(83, 136, 240, 0.5), rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.Blue_section_three_col .blue-page-cards:hover .col-lg-12.d-flex.cards-heading {
    background-color: #5388F0;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.blue-page-cards {
    border: 1px solid #5388F0;
    /* White border */
    background-color: white;
    margin: 10px 0px;
    outline: none;
    position: relative;
}
body:not(.rtl) .blue-page-cards {
    text-align: left;
}
.Blue_section_three_col .blue-page-cards:hover .col-lg-12.d-flex.cards-heading a {
    color: white;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
/* Ensuring hover leaves the original styles intact */
.blue-page-cards .fam .familysvg {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    object-fit: cover;
    height: 214px;
}
/* Hover effect for the complete card */
.Blue_section_three_col .blue-page-cards:hover .Blue_section_three_col .splide__slide a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
}
/* .Blue_section_three_col .splide__slide:hover{
    border: 2px solid white !important;
} */
.Blue_section_three_col .blue-page-cards:hover {
    position: relative;
    outline: none;
    border: 1px solid white;
}
/* .Blue_section_three_col .blue-page-cards {
	  border: 2px solid #5388F0;
	outline: none;
} */
/* Apply gradient overlay to the image on hover */
.Blue_section_three_col .blue-page-cards:hover .fam .familysvg {
    filter: none;
}
/*  **************************************************Knowledge Center CSS ************************************************************* */
/*
.posts-containerwraper {
    padding: 50px 150px;
} */
.blue-page-cards:hover .Blue_section_three_col .splide__slide a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
}
.blue-card-md {
    margin: 14px 0px;
    padding: 0px 12px;
}
body:not(.rtl) .blue-card-md {
    text-align: left;
}
/* Apply gradient overlay to the image on hover */
.blue-page-cards:hover .fam .familysvg {
    filter: none;
    /* Dim the image */
    background: linear-gradient(45deg, rgba(83, 136, 240, 0.5), rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.blue-page-cards:hover .col-lg-12.d-flex.cards-heading {
    background-color: #5388F0;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.knowledge_center_section_one .blue-page-cards:hover {
    border: 1px solid #fff;
    /* White border */
    outline: none;
}
.blue-page-cards {
    position: relative;
    outline: none;
}
.blue-page-cards:hover .col-lg-12.d-flex.cards-heading a {
    color: white;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
/* Ensuring hover leaves the original styles intact */
.blue-page-cards .fam .familysvg {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.therapy_similar .blue-page-cards .fam .familysvg {
    filter: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
/* Hover effect for the complete card */
.blue-page-cards:hover .Blue_section_three_col .splide__slide a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
}
/* Apply gradient overlay to the image on hover */
.blue-page-cards:hover .fam .familysvg {
    filter: none;
}
section.box-section.relative.text-black.bgcolor-white.h-auto.Blue_section_three_col {
    position: relative;
}
.knowledge_center_section_one img.alignnone.size-medium.wp-image-730 {
    position: absolute;
    left: 0;
    top: -2%;
}
/*
.Blue_section_three_col .splide__list .splide__slide img {
    width: 100%;
}
 */
ul.blue-badge {
    padding: 5px 5px;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
}
ul.blue-badge a {
    padding: 7px 25px;
    background-color: #ECF2FD;
}
a.btn {
    margin: 20px 0px;
    background-color: #2CC97D;
    border-radius: 0px;
    padding: 15px 30px;
    border: 1px solid #2CC97D;
    color: white;
    display: inline-block;
}
.knowledge_center_section_one label {
    font-size: 24px;
    color: white;
    border: 1px solid white;
    padding: 14px 40px;
    border-left: none;
    list-style: none;
}
.knowledge_center_section_one .taxonomy-label:last-child {
    border-left: 1px solid white;
}
.knowledge_center_section_one input.taxonomy-checkbox {
    display: none;
}
.praContent p {
    color: white;
}
.blue-card-md p {
    color: black;
}
.knowledge_center_section_one .splide__slide {
    flex: 0 0 auto;
    width: 100%;
    /*     margin-right: 10px; */
    background-color: white;
    padding: 0px 0px 30px 0px;
}
.knowledge_center_section_one .fam img {
    width: 100%;
    height: 270px !important;
}
.knowledge_center_section_one h3 {
    font-size: 1.75rem;
    padding: 0px 15px;
}
.knowledge_center_section_one .lead.mb-4,
.updates_page .lead.mb-4,
.careers_page .lead.mb-4,
.therapists_main_section .lead.mb-4,
.therapists_centers_cards .lead.mb-4,
.courses_page .lead.mb-4 {
    margin: 0 !important;
    padding: 5px 0 22px 0 !important;
    font-weight: bold;
    font-size: 24px;
}
.updates_page .bgtext .update_text {
    line-height: 32px;
    font-size: 24px;
}
.knowledge_center_section_one h1,
.updates_page h1,
.careers_page h1,
.therapists_main_section h1,
.therapists_centers_cards h1 {
    margin: 0;
}
.knowledge_center_section_one .blue-badge li {
    list-style: none;
    margin-top: 15px;
    text-align: right;
}
.knowledge_center_section_one .blue-badge li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 13px;
}
.knowledge_center_section_one .splide__pagination {
    display: none;
}
.knowledge_center_section_one .blue-card-md a {
    border-bottom: 2px solid #5388F0;
    text-decoration: none;
    color: black;
    font-size: 20px;
}
.knowledge_center_section_one .btn.option9 {
    margin: 40px 0px;
    padding: 12px 100px;
}
.knowledge_center_section_one .btn.option9:hover {
    margin: 40px 0px;
    padding: 12px 100px;
}
/* Style for the taxonomy label and its contents on hover */
label.taxonomy-label:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}
.taxonomy-label img,
.taxonomy-label input {
    transition: filter 0.3s ease;
}
/* Style for the taxonomy label when the input is checked */
label.taxonomy-label input.taxonomy-checkbox:checked+img.taxonomy-icon {
    filter: brightness(1) invert(0);
    /* Optional: Change the icon color when checked */
}
/* Apply the hover effect on both img and input */
label.taxonomy-label:hover img.taxonomy-icon,
label.taxonomy-label:hover input.taxonomy-checkbox {
    filter: brightness(1) invert(0);
}
label.taxonomy-label.checked {
    background-color: white;
    color: black;
}
.filterContiner img.taxonomy-icon {
    filter: brightness(0) invert(1);
    width: 26px;
    margin: 0 0 0 5px;
}
label.taxonomy-label.checked img.taxonomy-icon {
    filter: brightness(1) invert(0);
}
.knowledge_center_section_one input {
    width: 83%;
    border: 0px;
    padding: 10px 0px;
    outline: none;
    margin: 0px 25px;
    color: black !important;
    border-bottom: none;
    background-color: transparent
}
.knowledge_center_section_one #search-field::placeholder {
    color: black;
    font-size: 20px;
    font-weight: 700;
    color: #5388F0;
}
.knowledge_center_section_one .blue-card-md p {
    text-align: right;
}
.knowledge_center_section_one .blue-badge img {
    margin-left: 7px;
    vertical-align: middle;
}
.knowledge_center_section_one .col-lg-12.d-flex.cards-heading {
    padding: 13px 11px
}
.knowledge_center_section_one .col-lg-12.d-flex.cards-heading a {
    padding: 4px 11px;
}
.knowledge_center_section_one .black-color a {
    font-size: 24px;
    text-decoration: none;
    color: black;
}
.knowledge_center_section_one .d-flex {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}
.knowledge_center_section_one .splide__slide .blue-card-md a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}
.knowledge_center_section_one .splide__slide a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 19px;
}
.knowledge_center_section_one .splide__slide .blue-badge a {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}
.knowledge_center_section_one .black-color svg {
    margin-right: 0px;
    position: absolute;
    left: 2%;
    /* right: 125%; */
    z-index: 999;
}
.knowledge_center_section_one .blue-page-cards .postexcp p {
    top: 3px;
    padding: 0 !important;
    background: none;
    margin: 4px 0;
    text-align: right;
}
.blue-page-cards.white-bg-color {
    padding: 0;
    margin: 0;
}
.knowledge_center_section_one .postexcp {
    margin-bottom: 10px;
}
.postauthor ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.postauthor ul li {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    font-size: 13px;
}
.postauthor ul li .authImage {
    width: 40px;
}
.postauthor ul li .authImage img {
    border-radius: 50%;
}
.authDetails {
    flex: 1;
}
.svg-container:hover svg path {
    fill: black;
    /* Changes color on hover */
}
/*  *********************************************Knowledge Center CSS **************************************************** */
.five_column_list .hero-bg-image {
    padding: 80px 20px;
}
.five_column_list .container.text-center.content-optimized.alignCenter {
    display: block;
}
.five_column_list .container {
    display: flex;
    gap: 8px;
    padding: 0px;
    width: 100%;
    flex-direction: row-reverse;
}
.five_column_list h3 {
    margin-right: -13px;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 14px;
}
.five_column_list .column {
    display: flex;
    flex-direction: column;
    text-align: right;
    flex: 1;
    padding: 0;
}
.five_column_list .row {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin: 5px 0;
}
.five_column_list .row>* {
    flex-shrink: 0;
    width: 27%;
    padding: 0;
    margin: 0;
}
.five_column_list .row:last-child {
    margin-bottom: 0;
}
.five_column_list .text {
    flex: 1;
    font-size: 16px;
    text-align: right;
    margin-left: 18px;
    color: #333;
    padding: 0px;
    font-weight: 400;
}
.five_column_list p.lead.mb-4 {
    font-size: 20px;
    font-weight: 400;
    padding: 0px 150px 0px 150px;
}
.five_column_list .text-black {
    font-weight: bold;
    font-size: 30px;
}
.five_column_list img {
    margin: 11px 7px 7px 0;
    width: 57px;
    height: 50px;
    object-fit: cover;
    border-left: 1px solid #FCD369;
    padding-left: 5px;
}
.About_section_one .text-black {
    font-weight: bold;
}
.similar-posts h3 {
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
    color: #5388F0;
}
.similar-posts a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: black;
}
.similar-posts .blue-card-md a {
    border-bottom: 1px solid #5388F0 !important;
    font-size: 16px;
}
.blue-badge img.taxonomy-icon {
    margin-left: 10px;
}
.blue-badge li {
    margin: 10px 0px 0px 0px;
}
.blue-badge li a {
    font-size: 13px;
}
.blue-badge ul.blue-badge li a {
    font-size: 13px !important;
    padding: 7px 25px;
    background-color: #ECF2FD;
}
.displayBlock svg {
    position: absolute;
    left: 5px;
}
.displayBlock .d-flex {
    padding: 10px;
}
.postContainer h1 {
    font-weight: bold;
    font-size: 30px;
}
.kcExcerpt p {
    font-size: 18px;
}
.kcDate {
    display: flex;
    align-items: center;
    padding: 10px 0 12px 0;
    margin: 0;
}
.kcDate .blue-badge {
    padding: 0;
}
.kcDate .blue-badge li {
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #5388F0;
}
.kcDate .blue-badge li a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    background-color: transparent;
}
.featuredImage img {
    width: 100%;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: none !important;
}
.postSources div {
    padding: 10px 0px 0px 0px;
    font-weight: 450;
}
.postSources a {
    color: black;
}
.postSources h3 {
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    font-size: 20px;
}
.downloadPdf a {
    color: black;
    text-decoration: none;
}
.downloadPdf {
    position: relative;
    padding: 16px 0px 11px 0px;
    margin: 10px 0px 0px 0px;
    border: 1px solid #5388f0;
}
span.downloadIcon {
    position: absolute;
    left: 18px;
}
.postPdf {
    position: relative;
}
.postPdf h3 {
    font-size: 20px;
    padding: 20px 0px;
    font-weight: bold;
}
span.documentIcon {
    margin-left: 22px;
    padding: 20px;
    background-color: #ECF2FD;
}
.lockedContent h3 {
    margin-top: 40px;
    text-align: center !important;
    font-size: 20px !important;
    background-color: #FFF0F0 !important;
    font-weight: bold !important;
    padding: 20px;
}
.lockedContent .btnContainer {
    text-align: center;
}
.lockedContent p {
    text-align: center !important;
}
.lockedContent li {
    font-size: 14px !important;
}
.lockedContent li::marker {
    color: #FC8B8B;
}
.lockedContent .featuredImage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* Adjust the height of the gradient as needed */
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;
    /* Ensures it doesn't interfere with clicks */
}
.therapists_main_section .therapists_main_section p {
    font-weight: 400;
}
.therapists_main_section .blue-card-md {
    position: absolute;
    text-align: right;
    padding: 0px 15px 20px 10px;
    margin: -22px 0px;
    bottom: 21px;
}
.therapists_main_section ul.blue-badge {
    padding: 0px;
}
.therapists_main_section .blue-page-cards .postexcp p {
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
}
.therapists_main_section a.black-color {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
}
.therapists_main_section .black-color a {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.therapists_main_section .d-flex {
    display: flex !important;
    align-items: center !important;
    padding: 10px 20px;
    background-color: #F3E8F1;
}
.therapists_main_section .blue-page-cards.white-bg-color {
    border: 1px solid #ffffff;
}
.therapists_main_section p.m-0.pera-font-size {
    color: black;
    padding: 0;
    margin: 0 5px 0 0 !important;
}
.therapists_main_section .blue-page-cards:hover .col-lg-12.d-flex.cards-heading .black-color a {
    color: black !important;
}
.therapists_main_section .blue-page-cards:hover .col-lg-12.d-flex.cards-heading {
    background-color: #cea1c8;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.therapists_main_section .blue-page-cards {
    background: none;
    margin: 10px 0;
}
.therapists_main_section .blue-page-cards .fam .familysvg {
    height: auto;
    filter: none;
}
.therapists_main_section .posts-containerwraper {
    padding: 25px 12.5%;
}
.container.mt-4.therapy_container {
    max-width: 100% !important;
}
.therapy_container .bg-primary {
    padding: 0 !important;
}
.therapy_container .col-md-6.col-sm-12.bg-primary.text-white.p-3 {
    background-color: transparent !important;
}
/* .therapy_container .col-md-6.col-sm-12.bg-secondary.text-white.p-3 {
    background-color: #F3E8F1 !important;
	    padding: 20px 20px 0px 20px !important;
} */
.therapy_container p {
    color: black;
}
.therapy_container ul {
    background-color: white;
    padding: 5px;
}
.therapy_container li {
    color: black;
    padding: 5px 0px;
    list-style: none;
    font-size: 20px;
}
.therapy_container li i {
    color: black;
    margin-left: 7px;
}
.therapy_container img {
    width: 100%;
    padding: 0px 0px 0px 14px !important;
}
.accordion-item {
    border: 1px solid #CEA1C8 !important;
    border-radius: 0 !important;
}
.accordion-item .data h5 {
    margin: 0;
}
.accordion-item .data {
    /*     display: flex;
    justify-content: space-between;
	    align-items: center; */
    background-color: #F3E8F1;
    padding: 12px;
}
.accordion-item .data-centers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F3E8F1;
    padding: 12px;
}
/* .bgcolor-purple .postDetails p {
    padding: 10px 0px !important;
    font-size: 15px !important;
    font-weight: 484 !important;
} */
.therapy_container .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    margin: 0;
    padding: 0;
}
.subheadline-text {
    font-weight: 700;
    padding-bottom: 0px;
}
.single_therapistpage .bgcolor-purple {
    background-color: #CEA1C8;
}
.single_therapistpage ul li.underlined {
    position: relative;
}
.single_therapistpage ul li.underlined::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #CEA1C8;
}
.single_therapistpage .accordion {
    margin: 10px 0;
}
.single_therapistpage .accordion-item:last-child {
    border-bottom: none;
}
.single_therapistpage .accordion-header {
    border-top: 1px solid #CEA1C8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    background: #F3E8F1;
}
.single_therapistpage .accordion-content .bgcolor-purple .postDetails p {
    padding: 0px 0px !important;
    font-size: 15px !important;
    font-weight: 484 !important;
}
.single_therapistpage .accordion-header:hover {
    background: #F3E8F1;
}
.single_therapistpage .accordion-title {
    display: flex;
    align-items: center;
}
.single_therapistpage .accordion-icon {
    font-size: 20px;
    margin-right: 10px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.single_therapistpage .accordion-icon.rotate {
    transform: rotate(0deg);
}
.single_therapistpage .accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
}
.single_therapistpage .accordion-content p {
    margin: 0;
}
.single_therapistpage .contact-details {
    position: relative;
    padding: 15px;
    background-color: #F3E8F1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.single_therapistpage .data ul,
.data-centers ul {
    display: flex;
    gap: 30px;
    padding: 7px;
    margin: 0;
    list-style: none;
    background-color: white;
    flex-direction: row-reverse;
}
.single_therapistpage .data li i {
    margin-right: 7px;
}
.single_therapistpage .tab_title {
    position: absolute;
    right: 15px;
    font-weight: bold;
    font-size: 20px;
    left: 0px;
    top: 20px;
}
.single_therapistpage .bgcolor-purple .postContainer {
    max-width: 800px;
    margin: 60px 85px;
}
.single_therapistpage .bgcolor-purple .breadcrumb li {
    color: black;
}
.single_therapistpage .bgcolor-purple .breadcrumb li a {
    color: black;
}
.single_therapistpage .bgcolor-purple .breadcrumb svg path {
    fill: black;
}
.single_therapistpage .bgcolor-purple .col-md-3.postSimilarContainer {
    background-color: #F3E8F1;
}
.single_therapistpage .bgcolor-purple .col-lg-12.d-flex.cards-heading {
    background-color: #F3E8F1;
    align-items: center;
}
.single_therapistpage .bgcolor-purple .similar-posts a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.single_therapistpage .bgcolor-purple p.m-0.pera-font-size {
    padding: 3px 5px;
    margin: 0 0 -8px 0 !important;
    font-size: 20px;
}
.single_therapistpage ul li.underlined a {
    color: black;
    text-decoration: none;
}
.single_therapistpage ul li.underlined a p {
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.single_therapistpage .bgcolor-purple .blue-page-cards {
    border: 1px solid #CEA1C8;
    background-color: white;
    margin: 10px 0px;
    outline: none;
    text-align: right;
    position: relative;
}
.single_therapistpage .bgcolor-purple .blue-page-cards:hover .col-lg-12.d-flex.cards-heading {
    background-color: #CEA1C8;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.single_therapistpage .bgcolor-purple .blue-page-cards:hover .col-lg-12.d-flex.cards-heading a {
    color: black;
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}
.single_therapistpage .bgcolor-purple .blue-card-md {
    text-align: right;
    margin: 17px 0px;
    padding: 0px 12px;
    position: absolute;
    z-index: 1;
    bottom: 8px;
}
.single_therapistpage .bgcolor-purple .postexcp p {
    color: white;
}
.single_therapistpage .bgcolor-purple .similar-posts .blue-card-md a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: white !important;
    border-bottom: 1px solid white !important;
}
.single_therapistpage .bgcolor-purple ul.blue-badge {
    padding: 0;
}
.single_therapistpage .bgcolor-purple .similar-posts h3 {
    font-size: 25px;
    margin-top: 10px;
    font-weight: bold;
    margin-right: 10px;
    color: black;
}
button#load-more-new {
    border: 1px solid white;
    color: white;
    padding: 15px 60px;
    background: transparent;
}
.footer .social-icons a img {
    filter: none !important;
    width: 100% !important;
}
@media (min-width: 767px) {
    .accordion-title img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        padding: 0 !important;
    }
}
/* Shape animation */
.shape-box {
    width: 95px;
    height: 99px;
    background: #5388F0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: morphShapes 4s infinite alternate ease-in-out, changeColor 4s infinite alternate ease-in-out;
    transition: transform 0.3s;
    position: absolute;
    left: 105px;
    top: 8px;
}
html[lang="en-US"] .shape-box {
    width: 125px;
    height: 129px;
    left: auto;
    right: 0;
    top: 110px;
}
.shape-box:hover {
    transform: scale(1.1);
}
.shape-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
@keyframes morphShapes {
    0% {
        border-radius: 50%;
    }
    25% {
        border-radius: 40% 60% 30% 70%;
    }
    50% {
        border-radius: 60% 40% 70% 30%;
    }
    75% {
        border-radius: 50% 50% 40% 60%;
    }
    100% {
        border-radius: 50%;
    }
}
@keyframes changeColor {
    0% {
        background: #5388F0;
    }
    20% {
        background: #2CC97D;
    }
    40% {
        background: #FCD369;
    }
    60% {
        background: #FC8B8B;
    }
    80% {
        background: #CEA1C8;
    }
    100% {
        background: #FBBC83;
    }
}
/* Multiple bubble animation  */
/* Bubble Animation */
.bubble-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
.bubble {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    animation: rise 10s infinite;
    opacity: 0.7;
}
@keyframes rise {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(-100vh) scale(1.5);
        opacity: 0;
    }
}
/* Curve container   */
.Blue_section_three_col .animated_line svg {
    position: absolute;
    overflow: visible;
}
.Blue_section_three_col .circle {
    fill: white;
}
.Blue_section_three_col .animated_line {
    position: absolute;
    bottom: 595%;
    left: 0;
    rotate: 151deg;
}
@media (max-width: 1058px) and (min-width: 703px) {
    .Blue_section_three_col .animated_line {
        position: absolute;
        bottom: 669%;
        left: 0;
        rotate: 151deg;
    }
}
/* Line animation  started */
.Purple_Cta_section .line_animation {
    display: flex;
    flex-direction: column-reverse;
    /* Stack the lines from bottom to top */
    justify-content: center;
    /* Align lines vertically */
    align-items: center;
    /* Align lines horizontally */
}
.Purple_Cta_section .line {
    text-align: center;
    height: 20px;
    margin: 10px 0;
    background-color: #ab83a5;
    width: 20%;
    animation: colorChange 5s infinite;
}
.Purple_Cta_section #line1 {
    animation-delay: 0s;
    margin-right: 32px;
    width: 10%;
    rotate: 10deg;
}
.Purple_Cta_section #line2 {
    animation-delay: 1s;
    width: 18%;
    rotate: 10deg;
    margin-right: 23px;
}
.Purple_Cta_section #line3 {
    animation-delay: 2s;
    width: 14%;
    left: 0;
    margin-right: 111px;
    rotate: -9deg;
}
.Purple_Cta_section #line4 {
    animation-delay: 3s;
    width: 23%;
    rotate: 4deg;
}
.Purple_Cta_section #line5 {
    animation-delay: 4s;
    width: 14%;
    rotate: 1deg;
}
@keyframes colorChange {
    0% {
        background-color: white;
    }
    50% {
        background-color: white;
    }
    75% {
        background-color: white;
    }
    100% {
        background-color: #AB5EA1;
    }
}
.line_position {
    position: absolute;
    left: 0;
    right: 63%;
    top: 20%;
    bottom: 0;
    width: 43%;
}
.courses_page {
    margin-top: -9.5%;
    position: relative;
    z-index: 1;
}
/*  Sidebar container */
.single_therapistpage .displayBlock>section {
    width: 100%;
    /* Make each section span the full width */
    margin-bottom: 20px;
    /* Add spacing between rows */
}
.single_therapistpage .accordion-item:last-child {
    border-bottom: none;
}
.single_therapistpage .accordion-item {
    margin: 30px 0px;
}
.single_therapistpage .accordion-content p:empty {
    display: none;
}
.single_therapistpage .accordion-content h5 {
    font-weight: bold;
}
.contact-details .data li:empty {
    display: none !important;
}
.custom-li {
    border-right: 1px solid black;
    padding-right: 18px;
}
/* Optional: For last visible item */
.custom-li.no-border {
    border-right: none !important;
}
.accordion-header ul li {
    border-right: 1px solid #000;
    /* Adjust as needed */
    padding-right: 10px;
    font-size: 13px;
}
.accordion-header ul li:first-child {
    border-right: none;
    /* Remove border from the last item */
}
.therapists_main_section .blue-page-cards .blue-card-md,
.therapy_similar .blue-page-cards .blue-card-md {
    transition: transform 0.3s ease;
    /* Adjust duration and easing as needed */
}
.therapists_main_section .blue-page-cards:hover .blue-card-md,
.therapy_similar .blue-page-cards:hover .blue-card-md {
    transform: scale(0.97);
}
.therapists_main_section .fam,
.therapy_similar .fam {
    position: relative;
}
.therapists_main_section .fam::after,
.therapy_similar .fam::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.1));
    pointer-events: none;
}
.therapists_centers_cards .container-mid .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.therapists_centers_cards .posts-containerwraper .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.therapists_centers_cards .container-mid {
    max-width: 100% !important;
}
.therapists_centers_cards .boxContainer {
    text-align: center;
}
.therapists_centers_cards .text-mindaro {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.therapists_centers_cards .container.h-auto {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}
.therapists_centers_cards .col-md-6 {
    flex: none;
    width: 50%;
    text-align: right;
    margin: 0 !important;
    padding: 0;
}
.therapists_centers_cards label {
    display: inline-block;
    color: white;
    border: 1px solid white;
    padding: 10px 31px;
    margin-right: 13px;
    list-style: none;
}
.therapists_centers_cards input.taxonomy-checkbox {
    display: none;
}
.therapists_centers_cards input {
    width: 83%;
    border: 0px;
    padding: 10px 30px;
    outline: none;
    margin-left: 13px;
    color: white !important;
    border-bottom: 1px solid;
    background-color: transparent;
}
.therapists_centers_cards .searchFilter.col-md-6 {
    text-align: left;
}
.therapists_centers_cards #search-field::placeholder {
    color: white;
    /* Change this to your desired color */
    opacity: 1;
    /* Ensure full opacity for the placeholder */
}
.accordion_card .accordion-title-center {
    display: flex;
    justify-content: space-between;
}
.accordion_card .data ul {
    display: flex;
    gap: 18px;
    padding: 14px 14px;
    margin: 10px 0px;
    list-style: none;
    background-color: white;
    flex-direction: column;
    text-align: left;
}
.accordion_card .data ul li {
    text-align: left;
}
.accordion_card .contact-details-therapy-center {
    position: relative;
    padding: 25px 15px 20px 15px;
    background-color: #F3E8F1;
}
.accordion_card .accordion-header ul {
    position: relative;
    margin: 0;
    display: flex;
    gap: 6px;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.accordion_card .accordion-header {
    border-top: 1px solid #CEA1C8;
    padding: 15px;
    cursor: pointer;
    background: #F3E8F1;
    text-align: center;
}
.posts-containerwraper .col-md-3 {
    padding: 8px;
}
.accordion_card .data li i {
    color: #CEA1C8;
}
.accordion-content-center {
    padding: 10px;
}
.accordion-content-center p,
h5 {
    text-align: right;
    background: transparent;
    padding: 0;
    margin: 0;
}
.accordion-content-center p:empty,
.accordion-content-center h5:empty {
    display: none;
}
.accordion-content-center h5 {
    font-weight: bold !important;
    font-size: 19px;
}
.accordion-title-center h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.accordion-header ul li {
    border-right: 1px solid #000;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 450;
}
.therapists_centers_form .text-black {
    font-weight: bold;
    padding: 15px 0;
}
.therapists_centers_form p,
ul li {
    font-size: 20px;
}
.therapists_centers_form .gform_body input::placeholder {
    padding: 0 !important;
    margin: 0 !important;
    color: #7C7C7C;
    font-size: 20px;
    font-weight: 400;
}
.therapists_centers_form label.gform-field-label.gform-field-label--type-sub {
    display: none;
}
.therapists_centers_form div#field_4_3 label {
    background-color: #F3E8F1;
    padding: 16px;
    margin: 0;
    border: 1px solid #cea1c8;
}
.therapists_centers_form p {
    font-size: 24px;
    padding: 20px;
}
.therapists_centers_form .bgtext {
    background-color: #F3E8F1;
}
div#gform_wrapper_4 {
    background-color: white;
}
.therapists_centers_form h2.gform_title {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 20px;
    display: none;
}
.therapists_centers_form .gform_body {
    text-align: right;
    padding-top: 21px;
}
.therapists_centers_form legend.gfield_label.gform-field-label .gfield_required {
    display: block !important;
}
.therapists_centers_form .gform_body input {
    font-weight: bold;
    box-shadow: none !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #CEA1C8 !important;
}
.therapists_centers_form legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-weight: 700;
    font-size: 20px;
    flex-direction: row-reverse;
    margin: 0;
}
.therapists_centers_form label.gfield_label.gform-field-label {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.therapists_centers_form .gform-theme--foundation .gfield textarea {
    border: 1px solid #CEA1C8 !important;
    border-top: none !important;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    color: #7C7C7C;
}
.therapists_centers_form input#input_4_11 {
    background: transparent;
    border: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.therapists_centers_form .ginput_container.ginput_container_fileupload {
    padding: 20px;
    border: 1px dashed #CEA1C8;
    background: #F3E8F1;
    margin: 10px 0;
}
#field_4_11 label.gfield_label.gform-field-label {
    display: none;
}
.therapists_centers_form div#gfield_description_4_3 {
    display: none;
}
.therapists_centers_form .gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
.therapists_centers_form .charleft.ginput_counter.gfield_description {
    display: none;
}
.therapists_centers_form .gform-theme--foundation .gfield textarea.medium {
    min-block-size: 12rem;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #CEA1C8;
}
.therapists_centers_form .gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.therapists_centers_form input#gform_submit_button_4 {
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    padding: 20px !important;
    border-radius: 0;
    background-color: #CEA1C8;
}
.therapists_centers_form .container.text-center.content-optimized.alignCenter {
    width: 100%;
    background-color: white;
    margin: 80px;
    padding: 30px 330px;
}
.signup_page .ginput_container_fileupload {
    padding: 15px;
    border: 1px dashed #FCD369;
    border-radius: 0px;
    background-color: #FFF9EB;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: yellow;
    block-size: 20px;
    border-radius: 50%;
    content: '';
    inline-size: 20px;
}
.gform-theme--framework input[type=radio]:checked:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #FCD369;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: black;
    content: '✔';
    font-size: 16px;
}
.gform-theme--framework input[type=checkbox]:checked:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: transparent;
    color: black;
    font-size: 14px;
    text-align: center;
}
.gform-theme--framework input[type=radio]:checked:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    content: "✓";
    /* Adds the tick */
    background-color: #FCD369;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    /* Adjust the size as needed */
    height: 20px;
    /* Adjust the size as needed */
    border-radius: 50%;
    /* Ensures it looks like a circle */
}
/* .signup_page legend.gfield_label.gform-field-label {
	display: none;
}
 */
.signup_page .ginput_container_fileupload input[type="file"] {
    padding: 10px;
    border-radius: 0px;
    border: none !important;
    background-color: #FFF9EB;
    font-size: 16px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.signup_page .ginput_container_fileupload .gfield_description {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.signup_page #field_11_21 label.gfield_label.gform-field-label,
.signup_page #field_11_19 label.gfield_label.gform-field-label {
    padding: 15px;
    border: 1px solid #FCD369;
    background-color: #fff9eb;
}
.signup_page .ginput_container_fileupload .validation_message {
    margin-top: 5px;
    font-size: 12px;
    color: #d9534f;
    display: block;
}
.membership_page legend.gfield_label.gform-field-label.gfield_label_before_complex {
    flex-direction: row-reverse;
}
.membership_page .gform-theme--foundation .gform_fields,
.signup_page .gform-theme--foundation .gform_fields {
    row-gap: 5px;
    text-align: right;
}
.membership_page legend.gfield_label.gform-field-label .gfield_required {
    display: block !important;
}
.signup_page #field_11_17 legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
.signup_page .gchoice.gchoice_11_22_0,
.signup_page .gchoice.gchoice_11_22_1 {
    padding: 10px;
    border: 1px solid #FCD369;
}
.signup_page div#input_11_22 {
    background-color: #FFF9EB;
    padding: 20px;
}
.membership_page .gform_body input,
.signup_page .gform_body input {
    font-weight: bold;
    box-shadow: none !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #FCD369 !important;
}
.signup_page select#input_11_21,
.signup_page select#input_11_19 {
    box-shadow: none !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #FCD369 !important;
}
.membership_page legend.gfield_label.gform-field-label.gfield_label_before_complex,
.signup_page legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-weight: bold;
    font-size: 20px;
}
section.box-section.relative.text-black.h-auto.membership_page {
    padding: 100px 0px;
}
section.box-section.relative.text-black.h-auto.signup_page {
    padding: 60px 20px;
}
.membership_page label.gfield_label.gform-field-label,
.signup_page label.gfield_label.gform-field-label {
    font-weight: bold;
    font-size: 20px;
}
.membership_page .gform-theme--foundation .gfield textarea.medium {
    min-block-size: 12rem;
    box-shadow: none;
    border-radius: 0px;
    font-size: 20px;
    padding: 0;
    border: 1px solid #FCD369;
}
.membership_page #field_5_13 legend.gfield_label.gform-field-label {
    display: none;
}
.membership_page div#field_4_3 label {
    background-color: #F3E8F1;
    padding: 15px 10px;
    border: 1px solid #cea1c8;
}
.membership_page .boxContainer .boxContent {
    background-color: #FFF9EB;
}
.signup_page .boxContainer .boxContent {
    background-color: #FFF9EB;
}
.signup_page div#gform_wrapper_11 {
    background-color: white;
    padding: 0;
}
.membership_page input#gform_submit_button_5 {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    padding: 16px 0px !important;
    border-radius: 0;
    background-color: #FCD369;
    color: black;
    box-shadow: none;
}
.membership_page img.alignnone.size-medium.wp-image-1084,
.signup_page img.alignnone.size-medium.wp-image-1084 {
    width: 100%;
    object-fit: cover;
}
.membership_page input#choice_5_12_1,
input#choice_5_12_2 {
    border: 1px solid black !important;
}
.membership_page p.gform_description {
    display: none;
}
.membership_page .boxContent p,
.signup_page .boxContent p {
    text-align: right;
    padding: 20px;
}
.membership_page div#gform_wrapper_5 {
    background-color: white;
    padding: 0;
}
.membership_page .gform_body .gfield_radio input,
.signup_page .gform_body .gfield_radio input {
    border: 1px solid black !important;
    border-radius: 50px !important;
}
.membership_page .container-mid {
    padding: 80px 13% !important;
    max-width: 100% !important;
}
.membership_page h2.gform_title {
    display: none;
}
.membership_page .gform_body input#choice_5_13_0::before,
input#choice_5_13_1::before,
.signup_page .gform_body input#choice_5_13_0::before,
input#choice_5_13_1::before {
    background-color: #FCD369 !important;
}
.signup_page .container-mid {
    max-width: 100% !important;
    padding: 120px 130px;
}
.membership_page .h-auto,
.signup_page .h-auto {
    height: auto !important;
    background-color: white;
    position: relative;
}
section.box-section.relative .bgcolor-white.h-auto.membership_page,
section.box-section.relative .bgcolor-white.h-auto.signup_page {
    padding: 80px 0px;
    margin: 50px 0px;
}
p.gform_description:empty {
    display: none;
}
.membership_page h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
    position: absolute !important;
    top: 1.5% !important;
    font-size: 30px !important;
    right: 37% !important;
    font-weight: bold !important;
}
.signup_page h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
    position: absolute;
    top: 2%;
    left: 35%;
    font-weight: bold;
}
.signup_page a.register_link {
    color: black;
}
.signup_page .register_text span {
    font-weight: 500;
}
.signup_page select#input_11_19,
select#input_11_21 {
    padding-right: 28px;
}
.signup_page input[type="checkbox"] {
    border: 1px solid black !important;
}
.signup_page input#gform_submit_button_11 {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    padding: 16px 0px !important;
    border-radius: 0;
    background-color: #FCD369;
    color: black;
    box-shadow: none;
}
.signup_page input#choice_11_22_0,
.signup_page input#choice_11_22_1 {
    border-radius: 20px !important;
    border: 2px solid #FCD369 !important;
}
.signup_page input#choice_11_17_1:checked,
.signup_page input#choice_11_17_2:checked {
    background-color: #FCD369;
    color: white;
}
.signup_page input#choice_11_17_1[type="checkbox"]:checked::before,
.signup_page input#choice_11_17_2[type="checkbox"]:checked::before {
    content: "✔";
    color: white;
    font-size: 12px;
}
.signup_page #field_11_13 .gfield_label.gform-field-label {
    padding: 15px;
    background-color: #FFF9EB;
    border: 1px solid #FCD369;
}
.signup_page h2.gform_title {
    display: none;
}
.signup_page label.gform-field-label.gform-field-label--type-sub {
    display: none;
}
.membership_page fieldset#field_5_13,
.signup_page fieldset#field_5_13 {
    background-color: #FFF9EB;
    padding: 20px;
}
/* .membership_page legend.gfield_label.gform-field-label {
    display: none;
} */
.membership_page .gchoice.gchoice_5_13_0,
.signup_page .gchoice.gchoice_5_13_0 {
    padding: 10px;
    border: 1px solid #FCD369;
    background-color: white;
}
.membership_page .gchoice.gchoice_5_13_1,
.signup_page .gchoice.gchoice_5_13_1 {
    padding: 10px;
    border: 1px solid #FCD369;
    background-color: white;
}
.membership_page label.gform-field-label.gform-field-label--type-sub {
    display: none;
}
.membership_page input#input_5_1_3,
.membership_page input#input_5_6_2 {
    padding: 0;
    font-size: 20px;
    color: #7C7C7C;
}
.careers_page .text-center {
    text-align: center !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}
.careers_page p.lead.mb-4 {
    font-weight: bold;
    margin: 0 !important;
    padding: 0 0 13px 0 !important;
    font-size: 24px;
}
.careers_page .careers_text {
    font-size: 24px;
    line-height: 32px;
}
section.banner-section.relative.text-black.bgcolor-light.gray.h-auto.careers_page {
    padding: 10px;
}
.careers_page .btn.option16 {
    margin: 0;
    padding: 15px 60px;
}
.careers_page .btn.option16:hover {
    margin: 0;
    padding: 15px 60px;
}
.careers_page .container.h-auto {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}
.careers_page .posts-containerwraper .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.careers_page .posts-containerwraper {
    padding: 5% 26%;
}
.careers_page .boxContainer {
    text-align: center;
    background-color: #F1F1F1;
}
.careers_page .text-black {
    font-size: 92px;
    font-weight: bold;
}
.careers_page .text-mindaro {
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.careers_page .career-excerpt p {
    padding: 20px 10px 0px 20px;
    background-color: transparent;
    display: -webkit-box;
    /* Required for line clamping */
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    /* Required for line clamping */
    overflow: hidden;
    /* Hide overflowing content */
    text-overflow: ellipsis;
    /* Add ellipsis (...) */
    text-align: right;
}
.career-header {
    padding: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #FEF4EB;
}
.career-subtitle {
    background-color: #FEF4EB;
    padding: 15px;
    border-top: 1px solid #FBBC83;
}
.career-subtitle ul {
    display: flex;
    gap: 20px;
    padding: 0;
    justify-content: flex-start;
    list-style: none;
    text-align: right;
    margin: 0;
}
.career-accordion_card {
    background-color: white;
}
.career-accordion-item {
    /*     padding: 20px; */
    margin: 10px 0px;
}
.career-accordion-button {
    cursor: pointer;
    margin: 20px 0px 0px 0px;
    text-align: right;
    padding: 0px 10px 20px 0px;
}
.career-data ul {
    display: flex;
    gap: 30px;
    padding: 7px;
    margin: 0;
    list-style: none;
    background-color: white;
}
.career-accordion-button span {
    padding-bottom: 5px;
    border-bottom: 2px solid #fbbc83;
}
.career-header .accordion-title-center h5 {
    font-size: 20px;
    font-weight: bold;
}
.career-data ul li:last-child {
    border-right: 1px solid #000;
    /* Adjust the color and width as needed */
    padding-right: 10px;
    /* Optional: to add space between the text and the border */
}
.career-subtitle ul li:not(:first-child) {
    border-right: 1px solid #000;
    /* Adjust the color and width as needed */
    padding-right: 10px;
    /* Optional: to add space between the text and the border */
}
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row-reverse;
}
.pagination-container .page-numbers {
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid white;
    text-decoration: none;
    color: white;
}
.pagination-container .page-numbers:hover,
.pagination-container .current {
    background-color: white;
    color: black;
}
.career-accordion-item {
    position: relative;
}
.accordion-content-center {
    position: relative;
    bottom: 100%;
    /* Position it above the button */
    left: 0;
    width: 100%;
    background: transparent;
    padding: 10px;
    display: none;
}
.career-accordion-button {
    cursor: pointer;
}
.career-excerpt,
.accordion-content-center {
    transition: all 0.3s ease;
}
.accordion-content-center {
    display: none;
}
.career-excerpt {
    display: block;
}
.careers_form_page .row {
    display: flex;
    flex-direction: column;
}
.careers_form_page .container-mid {
    max-width: 100% !important;
    padding: 40px;
}
.careers_form_page .text-black {
    text-align: center;
    background: white;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.careers_form_page h2.gform_title {
    display: none;
}
.careers_form_page .h-auto {
    height: auto !important;
    background-color: white;
    padding: 0px 253px;
}
.careers_form_page .boxContainer {
    background-color: #FEF4EB;
}
.careers_form_page .boxContent p {
    padding: 0px 10px;
    font-size: 24px;
}
.careers_form_page .boxContent ul {
    padding: 10px 30px;
    font-size: 20px;
}
.careers_form_page div#gform_wrapper_6 {
    background-color: white;
    padding: 20px 0px;
}
section.box-section.relative.text-black.bgcolor-white.h-auto.careers_form_page {
    background-color: #FBBC83;
    padding: 80px 0px;
}
.careers_form_page input#gform_submit_button_6 {
    font-size: 20px;
    font-weight: 400;
    width: 270px;
    height: 64px;
    padding: 20px 0px !important;
    border-radius: 0;
    background-color: #FBBC83;
    color: black;
    box-shadow: none;
}
#field_6_9 label.gfield_label.gform-field-label {
    font-weight: 400 !important;
}
.careers_form_page span.bold-text {
    font-weight: 700;
}
.careers_form_page label.gfield_label.gform-field-label {
    font-weight: 700;
    border-bottom: 0;
    margin: 0;
    font-size: 20px;
}
.careers_form_page input#input_6_1_3 {
    font-size: 20px;
    color: #7C7C7C;
    padding: 0;
}
.careers_form_page #input_6_1_3_container label.gform-field-label.gform-field-label--type-sub {
    display: none;
}
.careers_form_page .gform-theme--foundation .gform_fields {
    row-gap: 42px;
    text-align: right;
}
.careers_form_page .gform_body input {
    font-weight: bold;
    box-shadow: none !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #FBBC83 !important;
}
.careers_form_page .gform-theme--foundation .gfield textarea.medium {
    min-block-size: 12rem;
    box-shadow: none;
    font-size: 20px;
    padding: 14px;
    color: #7C7C7C;
    border: 1px solid #FBBC83 !important;
}
.careers_form_page .gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.careers_form_page legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-weight: bold;
    font-size: 20px
}
label[for="input_6_8"],
label[for="input_6_3"] {
    margin-top: 10px !important;
    font-weight: bold;
    padding: 15px 10px;
    border: 1px solid #FBBC83;
    background-color: #FEF4EB;
}
label[for="input_6_9"] {
    margin-top: 10px !important;
    font-weight: bold;
    padding: 15px 10px;
    border: 1px solid #FBBC83;
    background-color: #FBBC83;
}
section.box-section.relative.text-black.h-auto.privacypolicy_page {
    padding: 80px 0px;
}
.privacypolicy_page .h-auto {
    height: auto !important;
    background-color: white;
}
.privacypolicy_page .container-mid {
    max-width: 100% !important;
    padding: 120px 230px;
}
.privacypolicy_page h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
    text-align: center;
    font-weight: bold;
}
/* 404 Shape animation */
.shape-box-404 {
    width: 53%;
    height: 650px;
    background: #5388F0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: morphShapes 4s infinite alternate;
    transition: transform 0.3s;
}
.shape-link-404 {
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    background-color: white;
    padding: 20px 75px;
    border: 1px solid white;
}
@keyframes morphShapes {
    0% {
        border-radius: 50%;
    }
    25% {
        border-radius: 40% 60% 30% 70%;
    }
    50% {
        border-radius: 60% 40% 70% 30%;
    }
    75% {
        border-radius: 50% 50% 40% 60%;
    }
    100% {
        border-radius: 50%;
    }
}
section.banner-section.relative.text-black.bgcolor-light.gray.h-auto.error_page {
    background: white;
}
.error_page .bgtext {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 52px;
}
.shape-box-404 .bubble_alignment {
    display: block;
}
.shape-box-404 .bubble_alignment p {
    padding: 0px 0px 20px 0px;
}
.shape-box-404 .bubble_alignment h1 {
    font-size: 280px;
    font-weight: bold;
}
ul.single-therapist-li li {
    font-size: 17px;
}
.data ul li a,
.data-centers ul li a {
    text-decoration: none;
    color: black;
}
.data ul li a img,
.data-centers ul li a img {
    width: 7%;
    margin: -4px 5px 0px 5px;
}
.career-data ul li a {
    text-decoration: none;
    color: black;
}
.career-data ul li a img {
    width: 16px;
    padding: 0;
    margin: -4px 3px 0px 3px;
}
/* contact page */
.contact_page .flex-row-reverse {
    flex-direction: row !important;
    margin: -14px;
}
.contact_page .container-mid {
    max-width: 100% !important;
    margin: 80px 0;
}
.contact_page .col-descr h1 {
    padding: 30px 0px 20px 0px;
    font-size: 27px;
    font-weight: bold;
}
.contact_page .content-block {
    border: 1px solid #CEA1C8;
}
.contact_page .content-block h2 {
    background-color: #CEA1C8;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
}
.content-block p.content-description {
    padding: 20px 10px;
    font-size: 24px;
}
.contact_page .contact-btn {
    border: 1px solid #CEA1C8;
    background-color: #F3E9F1;
    padding: 10px;
    margin: 10px 10px;
    text-align: center;
}
.contact_page .contact-btn:hover {
    border: 1px solid #CEA1C8;
    background-color: #CEA1C8;
    padding: 10px;
    margin: 10px 10px;
    text-align: center;
}
.contact_page ul.contact-list {
    list-style: none;
    padding: 0;
}
.contact_page h2.gform_title {
    display: none !important;
}
.contact_page input#gform_submit_button_7 {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    padding: 16px 0px !important;
    border-radius: 0;
    background-color: #CEA1C8;
    color: white;
    box-shadow: none;
}
.contact_page .button-container {
    display: flex;
    justify-content: space-between;
    /* position: relative; */
}
.contact_page .btn-wrapper {
    border: 1px solid #CEA1C8;
    padding: 10px 37px;
    width: 100%;
    margin: 10px 4px;
    background-color: #F3E8F1;
    text-align: center;
}
.contact_page .btn-wrapper:hover {
    border: 1px solid #CEA1C8;
    padding: 10px 37px;
    width: 100%;
    margin: 10px 4px;
    background-color: #CEA1C8;
}
.contact_page .container.h-auto.bgcolor-purple {
    padding: 0;
}
.contact_page .col-descr .section {
    padding: 37px 0 0 0;
}
.contact_page .gform_body input {
    color: #7C7C7C !important;
    padding: 0 !important;
    font-size: 20px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
}
.contact_page .gform-theme--foundation .gform_fields {
    row-gap: 5px;
    text-align: right;
}
.contact_page .gform-theme--foundation textarea#input_7_3 {
    font-size: 20px;
    padding: 0;
    color: #7C7C7C !important;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
    height: 50px;
}
.contact_page p.info-description {
    padding: 15px 0px 0px 0px;
    font-size: 15px;
}
.contact_page .row .col-md-6:first-child {
    padding: 5px 25px;
    width: 37% !important;
    background-color: white;
    display: flex;
    align-items: self-start;
}
/* Target the second column to make it 30% */
.contact_page .row .col-md-6:last-child {
    width: 58% !important;
    padding: 0;
}
.contact_page #input_7_1_3_container label.gform-field-label.gform-field-label--type-sub {
    display: none;
}
.contact_page legend.gfield_label.gform-field-label.gfield_label_before_complex {
    color: #7C7C7C;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    padding: 0;
    flex-direction: row-reverse;
}
.contact_page legend.gfield_label.gform-field-label .gfield_required {
    display: block;
}
.contact_page label.gfield_label.gform-field-label {
    color: #7C7C7C;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
/* .contact_page label.gfield_label.gform-field-label {
   display: none;
}
.contact_page .gfield_label.gform-field-label.gfield_label_before_complex {
  display: none;
}
.contact_page .gform-field-label.gform-field-label--type-sub {
  display: none !important;
} */
.contact_page a.content-link {
    text-decoration: none;
    color: black;
}
.contact_page h3.section-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.contact_page .btn-wrapper a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}
.contact_page .col-descr .container {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
}
.contact_page img.alignnone.size-medium.wp-image-1211 {
    display: none;
}
.contact-list li img {
    margin-left: 10px;
    width: 3.5%;
}
.contact-list li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    padding: 3px;
    align-items: flex-end;
}
.updates_page .text-center {
    text-align: center !important;
    max-width: 100% !important;
    padding: 0;
}
.updates_page button#load-more-updates {
    margin: 5% 0 0 0;
}
.updates_page .posts-containerwraper {
    padding: 4% 17%;
}
.updates_page a.black-color {
    text-decoration: none;
    color: black;
    border-bottom: 2px solid #2CC97D;
    padding-bottom: 8px;
}
.updates_page .col-lg-12.d-flex.cards-heading {
    padding: 10px;
    background-color: #E6FAF0;
}
.updates_page p.m-0.pera-font-size {
    padding-right: 10px !important;
    padding: 0 !important;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.updates_page .blue-card-md .postexcp p {
    font-size: 17px;
    position: relative;
    margin: 30px 0px 10px 0px;
    background-color: none;
    overflow: hidden;
    -webkit-line-clamp: 4;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.updates_page .blue-page-cards:hover .col-lg-12.d-flex.cards-heading {
    background-color: #2cc97d;
    transition: all 0.3s ease-in-out;
}
.updates_page .blue-page-cards:hover .blue-card-md a.black-color {
    font-weight: bold;
}
.updates_page .blue-page-cards {
    border: 1px solid #2cc97d;
}
.updates_page .blue-page-cards.white-bg-color {
    transition: all 0.3s ease;
    /* Smooth transition for border */
}
/* Add border on hover */
.updates_page .blue-page-cards.white-bg-color:hover {
    border: 1px solid white;
    /* You can change the color and thickness of the border */
}
#search-field-therapists::placeholder {
    color: white;
    opacity: 1;
    /* Ensures placeholder is fully visible */
}
.two-cols-section.right-side.relative.overflow-hidden.h-auto.About_section_one.text-black.bgcolor-light.gray {
    margin: 0px 0px 0px 0px;
    padding: 0;
}
.About_section_one strong {
    font-weight: bolder;
    font-size: 24px;
}
.container.text-center.content-optimized.alignCenter.bgcolor-light.gray.container-small {
    padding: 0px;
    margin: 0;
}
.About_third_section .container.h-auto {
    background: transparent;
}
.About_third_section h1 {
    font-size: 30px;
    font-weight: 700;
}
.About_fifth_section .btn.option4 {
    width: 270px;
    font-size: 24px;
    height: 64px;
    line-height: 32px;
}
.About_fifth_section .btn.option4:hover {
    width: 270px;
    font-size: 24px;
    height: 64px;
    line-height: 32px;
}
.blue-page-cards.white-bg-color {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.white-color img {
    filter: invert(1);
    width: 5%;
}
.contact-details-therapy-center .accordion-title-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* 	background-color: #F3E8F1; */
    padding: 12px;
}
.thanks-section .btn.option13 {
    width: 54%;
    position: relative;
    left: 23%;
    margin-top: 36px;
    font-size: 24px;
}
.thanks-section .btn-thanks {
    color: #7C7C7C;
    font-size: 20px;
}
.thanks-section h2 {
    font-weight: bold;
}
.thanks-section .boxContent p:nth-of-type(1) {
    text-align: right !important;
}
.thanks-section img.ImageBig {
    text-align: center;
    display: flex;
}
/* File upload changes */
/* Hide the default file input */
.signup_page #ginput_11_10 {
    display: none;
}
/* Style for the custom button with an image */
.signup_page .ginput_container_fileupload {
    position: relative;
    display: block;
}
.signup_page .ginput_container_fileupload::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(https://dev.ftlweb.com/wp-content/uploads/2024/12/upnew.png);
    background-size: contain;
    background-position: center;
    border: none;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin: 10px 0;
}
/* Change appearance on hover */
.signup_page .ginput_container_fileupload::before:hover {
    background-color: #e0e0e0;
}
/* Optional: Adjust the file input size to match the icon size */
.signup_page #ginput_11_10 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* Make the file input invisible */
}
/********************************** **************Mobile Responisveness**************************************************/
@media (max-width: 767px) {
    .footer .social-icons {
        margin-top: 3px;
    }
    .section_seven p.m-0.pera-font-size {
        padding: 0;
    }
    .boxslider .splide__pagination {
        text-align: center;
        padding: 12px 0;
        position: relative !important;
        bottom: 3px !important;
        ;
    }
    .therapists_centers_cards .posts-containerwraper .row {
        margin: 0;
    }
    img.familysvg-mobile {
        display: block !important;
    }
    .familysvg-center {
        display: none;
    }
    .mobile-repo {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
    .BannerStrip .text-white {
        text-align: right;
    }
    .Homebanner img.left-image-class {
        position: absolute;
        top: 46%;
        width: 80%;
        z-index: -1;
        left: 7%;
        padding-top: 156px;
        bottom: -1%;
        margin: 0 auto
    }
    html[lang="en-US"] .Homebanner img.left-image-class {
        right: 7%;
    }
    .About_section_one .inrboxcoltwo.imageBox {
        display: block !important;
    }
    .About_section_one .container.h-auto {
        padding: 0px 20px 0px 20px;
    }
    .About_section_three .bgtext p {
        font-weight: 400;
        font-size: 15px;
    }
    .Homebanner .bgtext p {
        width: 100% !important;
    }
    .banner-section.relative.text-black.bgcolor-white.lg\:h-screen.Homebanner {
        background: transparent !important;
    }
    .BannerStrip .container.text-center.content-optimized.alignCenter {
        padding: 15px 51px 15px 0;
    }
    .Homebanner .t-75px>div:nth-child(2) {
        font-size: 34px;
        text-align: right;
        font-weight: 700;
        margin-right: 0px;
    }
    .BannerStrip .wp-image-674 {
        height: auto;
        max-width: 100%;
        position: absolute;
        right: 3px;
        top: 13%;
    }
    .BannerStrip .text-center {
        text-align: right !important;
        padding-right: 71px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .BannerStrip .text-center p {
        color: white !important;
        font-size: 18px;
        font-weight: 700;
    }
    .BannerwithSlider .col-md-6.left-col {
        background-color: #2CC97D;
        align-content: center;
        padding: 60px 20px 60px 20px;
    }
    .Homebanner p.lead.mb-4 {
        margin: 0px !important;
        font-size: 20px;
        width: 81% !important;
    }
    .Homebanner .text-blue {
        margin-top: 0px;
        text-align: right;
        font-size: 32px;
        color: black;
        font-weight: 700;
        margin-right: 0px;
    }
    .Homebanner .lead {
        width: 74%;
        font-size: 1.25rem;
        margin-bottom: 0px;
        font-weight: 700;
    }
    .Homebanner .bgtext {
        padding-top: 15px;
        text-align: right;
        padding-bottom: 180px;
    }
    .BannerwithSlider .inrContent h2 {
        padding: 15px;
        width: 100%;
    }
    .BannerwithSlider .inrContent p {
        padding: 0 15px;
        position: relative;
    }
    .Homebanner .d-grid {
        display: grid !important;
        align-items: start;
        justify-items: stretch !important;
        width: 85% !important;
    }
    .Blue_section_three_col h1 {
        font-size: 40px;
        color: white;
        margin: 0 11px 0 0 !important;
        font-weight: bold;
        width: 100% !important;
    }
    .Blue_section_three_col p.lead.mb-4 {
        padding: 0px 15px 0 0 !important;
    }
    .Purple_Cta_section .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        align-content: center;
    }
    .Purple_Cta_section h2 {
        color: white;
        font-weight: bold;
        font-size: 40px;
        margin-top: 20px;
        padding: 0 !important;
    }
    .Purple_Cta_section p {
        color: white;
        padding-bottom: 24px;
        padding-top: 0 !important;
        font-size: 20px;
    }
    .Purple_Cta_section .text-white {
        font-size: 51px;
    }
    .Purple_Cta_section {
        padding: 20px 0px;
    }
    .Purple_Cta_section .row {
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
        flex-direction: column-reverse !important;
    }
    .Purple_Cta_section .inrboxcoltwo.imageBox {
        text-align: center;
        padding-bottom: 20px;
    }
    .Purple_Cta_section a.btn.option1 {
        color: white;
        border: 1px solid white;
        border-radius: 0px;
        padding: 15px 50px;
        margin: 10px 0px;
        width: -webkit-fill-available;
    }
    .About_section_one .text-black {
        font-size: 50px;
        font-weight: bold;
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
    }
    .About_section_one .col-descr p {
        font-size: 15px;
        font-weight: 400;
    }
    .section_seven .lead {
        text-align: center;
        font-size: 24px;
    }
    .About_section_one {
        background-color: #ffffff;
    }
    .About_third_section .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        align-content: center;
    }
    section.two-cols-section.right-side.relative.overflow-hidden.h-auto.About_third_section {
        margin-top: 24px;
        background-repeat: no-repeat !important;
        background-position: 0% 0px;
        background-image: url(https://dev.ftlweb.com/wp-content/uploads/2024/11/Firefly-hand-of-a-mother-holding-hand-of-a-baby-on-rotate.png) !important;
        padding: 90px 0px 0px 0px;
        position: relative;
        z-index: 999;
        padding: 35px;
    }
    .About_third_section .container.h-auto::before {
        content: "";
        position: absolute;
        top: 10%;
        left: 24%;
        width: 19%;
        height: 17%;
        object-fit: contain;
        background-image: url(https://dev.ftlweb.com/wp-content/uploads/2024/11/phone_rays.png);
        background-size: contain;
        z-index: 100;
        background-repeat: no-repeat;
    }
    .About_fifth_section {
        background-color: #FCD369;
        padding: 20px;
    }
    .About_fifth_section .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        /* text-align: center; */
        align-content: center;
    }
    .About_fifth_section .row {
        flex-direction: column-reverse !important;
    }
    .About_fifth_section .inrboxcoltwo.textBox {
        padding-right: 20px;
        padding: 20px;
    }
    .About_fifth_section a.btn.option1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .About_fifth_section a.btn.option1 {
        width: 100%;
    }
    .About_fifth_section a.btn.option1:hover {
        width: 100%;
    }
    .About_fifth_section .mx-auto {
        margin-left: 14px !important;
    }
    .About_sixth_section .row {
        flex-direction: column;
    }
    .About_fifth_section {
        padding: 12px 0px;
    }
    .About_section_three .col {
        flex: 1 1 auto;
        width: 40%;
        margin-top: 25px;
    }
    .About_section_three {
        padding: 0px 0px;
    }
    .FullwithSlider_three_Col .splide__arrow--next {
        right: -2em;
    }
    .section_seven .text-black {
        font-size: 43px;
        margin-right: 0px;
        text-align: center;
    }
    .section_seven a.btn.option5 {
        width: 100%;
    }
    .About_third_section .inrboxcoltwo.imageBox {
        display: none;
    }
    .About_third_section .text-black {
        font-weight: bold;
    }
    .About_third_section a.btn.option1 {
        width: 100%;
        background-color: #FCD369;
    }
    .BannerwithSlider .splide__slide a {
        text-align: center;
        width: 100%;
        margin-right: 34px !important;
        position: relative;
        max-width: 100% !important;
        padding: 16px 114px;
    }
    .courses_page {
        margin-top: -46.5% !important;
    }
    .courses_page .course-card {
        border: 1px solid #fc8b8b !important;
    }
    .BannerwithSlider img.alignnone.size-full.wp-image-684 {
        top: 113%;
    }
    .BannerwithSlider .splide__slide img {
        vertical-align: bottom;
        width: 100%;
        height: 250px !important;
        ;
        object-fit: cover !important;
    }
    .BannerwithSlider .splide__slide h3 {
        padding: 20px 20px 0px 20px;
        margin: 0 10px;
    }
    .BannerwithSlider .splide__slide p {
        color: black;
        margin: 10px;
        padding: 0px 20px 20px 7px;
        font-size: 20px !important;
    }
    .BannerwithSlider .inrContent h2 {
        font-weight: bold;
    }
    .FullwithSlider_three_Col .splide__arrow--prev {
        left: -2em;
    }
    .FullwithSlider_three_Col ul.splide__pagination.splide__pagination--ltr {
        display: none;
    }
    .FullwithSlider_three_Col a.btn.option1 {
        width: 100%;
    }
    .Blue_section_three_col img.alignnone.size-medium.wp-image-730 {
        position: absolute;
        left: -82px;
        top: -7%;
        width: 44%;
    }
    .About_section_three .popup-content img {
        width: 100%;
        max-width: 100%;
        padding: 61px 0px 0px 0px;
    }
    .About_section_three div#popup-content {
        padding: 11px 8px;
        background-color: white;
        font-size: 15px;
    }
    .About_section_three .close-btn {
        position: absolute;
        flex-wrap: nowrap;
        left: 49%;
        top: 0%;
        font-size: 20px;
        justify-content: center;
        font-size: 32px;
        font-weight: bold;
        right: 90%;
    }
    .About_section_three h2#popup-title {
        position: absolute;
        left: 44%;
        top: 2%;
        font-weight: bold;
        font-size: 18px;
    }
    .About_section_three .bgtext #popup-customfield {
        font-weight: 400;
        position: absolute;
        left: 81%;
        top: 5%;
    }
    .About_fifth_section .alignnone.size-full.wp-image-747 {
        position: absolute;
        left: 11%;
        top: -14%;
        z-index: 10;
    }
    .BannerStrip img.alignnone.wp-image-754.size-full {
        margin-right: 20px;
        width: 12.5%;
        position: absolute;
        right: -20px;
        top: 17px;
        bottom: 0;
    }
    .knowledge_center_section_one .posts-containerwraper {
        padding: 20px 10px;
    }
    label.taxonomy-label img.taxonomy-icon {
        filter: brightness(0) invert(1);
    }
    .five_column_list .container {
        flex-direction: column !important;
        /* Stack columns vertically */
    }
    .five_column_list .column {
        width: 100% !important;
        /* Make columns full width */
        margin-top: -62px;
    }
    .five_column_list p.lead.mb-4 {
        padding: 12px;
    }
    .five_column_list p.lead.mb-4 {
        padding: 0px 0px 50px 0px;
    }
    .five_column_list .hero-bg-image {
        background-color: #F1F1F1;
        padding: 0px;
    }
    .knowledge_center_section_one .col-md-6 {
        flex: none;
        width: 90%;
        text-align: right;
        margin-right: 24px;
        padding: 0px !important;
    }
    .knowledge_center_section_one .text-black {
        font-size: 69px;
    }
    .knowledge_center_section_one .filterContiner.row {
        background-color: #5388F0;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding: 30px 10px;
        /* display: none; */
    }
    .knowledge_center_section_one input {
        width: 100%;
        margin: 0px 20px;
    }
    .knowledge_center_section_one label {
        padding: 6px 9px;
    }
    .postSimilar {
        position: sticky;
        top: 0;
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    /* Therapists css  */
    .single_therapistpage .bgcolor-purple .row {
        margin: 0px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .single_therapistpage .bgcolor-purple .postContainer {
        max-width: 100%;
        margin: 0;
        padding: 15px 0;
    }
    .single_therapistpage .bgcolor-purple .postContainer p {
        font-size: 20px;
    }
    .single_therapistpage .container.mt-4.therapy_container {
        max-width: 100% !important;
        padding: 0;
    }
    .single_therapistpage .therapy_container .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .single_therapistpage .therapy_container img {
        width: 100%;
        padding: 0px !important;
    }
    .single_therapistpage .data ul {
        display: flex;
        gap: 30px;
        padding: 14px 14px;
        margin: 0;
        list-style: none;
        background-color: white;
        flex-direction: column;
        text-align: left;
    }
    .single_therapistpage .contact-details {
        position: relative;
        padding: 55px 15px 20px 15px;
        background-color: #F3E8F1;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .accordion-header {
        border-top: 1px solid #CEA1C8;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        cursor: pointer;
        background: #F3E8F1;
        flex-direction: column;
    }
    .single_therapistpage .accordion-header ul {
        position: relative;
        margin: 0;
        right: 10px;
        display: flex;
        gap: 3px;
        list-style: none;
        justify-content: center;
    }
    .single_therapistpage .tab_title {
        position: absolute;
        left: 0;
        top: 10px;
        font-weight: bold;
        font-size: 20px;
        right: 20px;
    }
    .single_therapistpage .data {
        width: 100%;
    }
    .single_therapistpage .accordion-title img {
        position: absolute;
        top: 12px;
        left: 17px;
    }
    .single_therapistpage .accordion {
        position: relative;
    }
    .therapists_main_section .posts-containerwraper {
        background-color: #CEA1C8;
        padding: 15px;
    }
    .therapists_main_section p.lead.mb-4 {
        font-size: 18px;
        font-weight: bold;
        padding: 0 !important;
        text-align: center;
    }
    .therapists_main_section .bgtext p {
        text-align: center;
        margin-right: 0;
        font-size: 19px;
        margin-bottom: 0 !important;
    }
    .therapists_main_section .text-black {
        font-weight: bold;
        font-size: 44px;
    }
    .single_therapistpage .bgcolor-purple .breadcrumb li {
        color: white;
    }
    .single_therapistpage .bgcolor-purple .breadcrumb li a {
        color: white;
    }
    .single_therapistpage .bgcolor-purple .breadcrumb svg path {
        fill: white;
    }
    .shape-box {
        width: 95px;
        height: 99px;
        background: #5388F0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: morphShapes 4s infinite alternate;
        transition: transform 0.3s;
        position: absolute;
        left: 0;
        top: 68%;
        bottom: -27%;
        right: 19px;
    }
    .courses_page p.lead.mb-4 {
        font-size: 18px !important;
    }
    .FullwithSlider_three_Col .row.tbpadding .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5,
    .courses_page .row.tbpadding .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5,
    .Blue_section_three_col .row.tbpadding .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
        justify-content: stretch !important;
    }
    .courses_page .btn.option10 {
        width: 98% !important;
        margin-right: -6px !important;
    }
    .Blue_section_three_col .animated_line {
        position: absolute;
        left: 70px !important;
        rotate: 131deg;
        bottom: 597%;
        z-index: 2;
    }
    .Purple_Cta_section .line_position {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .popup-overlay {
        top: 0% !important;
        height: 100% !important;
    }
    .custom-li {
        border-right: none;
        /* Remove border-right on mobile devices */
    }
    .therapists_centers_cards .posts-containerwraper {
        background-color: #CEA1C8;
        padding: 20px 10px;
    }
    button.close-btn {
        background: transparent;
        color: #fff;
        font-size: 23px;
        margin-left: 7px;
        top: -3px;
        position: relative;
    }
    .therapists_centers_cards .col-md-6 {
        flex: none;
        width: 100%;
        text-align: right !important;
        padding: 0px 15px;
    }
    .therapists_centers_cards label {
        padding: 6px 7px;
        margin: 5px;
    }
    .therapists_centers_cards .filterContiner.row {
        background-color: #cea1c8;
        padding: 0px 0px 30px 0px;
        margin: 40px 0px 0px 0px;
    }
    .therapists_centers_cards .text-black {
        font-size: 42px;
        font-weight: bold;
    }
    .therapists_centers_form .container.text-center.content-optimized.alignCenter {
        width: 100%;
        background-color: white;
        margin: 20px;
        padding: 20px;
    }
    .therapists_centers_form .bgtext ul {
        padding: 6px 24px 10px 24px !important;
        margin: 0;
    }
    .therapists_centers_form input#gform_submit_button_4 {
        font-size: 17px;
        width: 100%;
    }
    .therapists_centers_form .text-black {
        font-weight: bold;
        padding: 15px 0;
    }
    .membership_page .row,
    .signup_page .row {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .membership_page .container-mid {
        padding: 30px 20px 20px 20px !important;
    }
    .membership_page .container-mid,
    .signup_page .container-mid {
        max-width: 100% !important;
        padding: 80px 20px;
        position: relative !important;
    }
    .membership_page h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
        position: relative !important;
        top: 0 !important;
        font-size: 22px !important;
        text-align: center;
        left: 0 !important;
        right: 0 !important;
        padding-bottom: 4%;
    }
    .signup_page h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
        position: absolute;
        top: -2.5%;
        left: 7%;
        font-weight: bold;
    }
    section.box-section.relative.text-black.h-auto.membership_page,
    section.box-section.relative.text-black.h-auto.signup_page {
        padding: 20px 20px;
    }
    .career-header {
        padding: 15px;
        display: block;
        background-color: #FEF4EB;
    }
    .careers_page .posts-containerwraper {
        padding: 20px;
    }
    .career-data ul {
        display: block;
        gap: 30px;
        padding: 12px;
        margin: 0;
        list-style: none;
        background-color: white;
    }
    .career-data ul li:last-child {
        border-right: none;
        padding-right: 0px;
    }
    .career-data ul li {
        text-align: left;
        font-size: 15px;
        gap: 13px;
        padding: 10px 0px 0px 0px;
    }
    .career-subtitle ul li {
        text-align: right;
        font-size: 14px;
    }
    .careers_page .text-black {
        font-size: 40px;
        font-weight: bold;
    }
    .careers_page .boxContainer:nth-of-type(1) {
        padding: 14px;
        background-color: transparent;
    }
    .career-subtitle ul {
        flex-wrap: wrap;
    }
    .careers_form_page .h-auto {
        padding: 0px;
    }
    .privacypolicy_page .container-mid {
        padding: 20px;
    }
    .error_page .bgtext {
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 20px 0 100px 0;
        position: relative;
    }
    .shape-box-404 .bubble_alignment h1 {
        font-size: 120px;
        font-weight: bold;
    }
    .bubble_alignment h5 {
        text-align: center;
        padding: 20px;
    }
    .shape-box-404 {
        width: 100%;
        height: 450px;
        background: #5388F0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: morphShapes 4s infinite alternate;
        transition: transform 0.3s;
    }
    .shape-box-404 .bubble_alignment p {
        padding: 10px;
    }
    .shape-link-404 {
        color: black;
        text-decoration: none;
        font-weight: 400;
        font-size: 15px;
        background-color: transparent;
        padding: 20px 75px;
        border: 1px solid black;
        position: absolute;
        bottom: 0;
        left: 10%;
        right: 10%;
        top: 90%;
    }
    .contact_page .flex-row-reverse {
        flex-direction: column-reverse !important;
        margin: -14px;
    }
    .contact_page .inrboxcoltwo.imageBox {
        display: none;
    }
    .contact_page .row .col-md-6:first-child {
        padding: 15px 25px;
        width: 100% !important;
    }
    .contact_page .col-descr h1 {
        font-size: 27px;
        font-weight: bold;
        text-align: center;
    }
    .contact_page .button-container {
        display: block;
        text-align: center;
    }
    .contact_page .container {
        display: flex;
        flex-direction: column-reverse;
        padding: 30px 30px;
    }
    .contact_page p.content-description {
        padding: 13px;
    }
    .contact_page .container-mid {
        max-width: 100% !important;
        margin: 0px;
    }
    .contact_page .section {
        padding: 20px 0px 0px 0px;
    }
    .contact_page img.alignnone.size-medium.wp-image-1211 {
        display: block;
        width: 100%;
        padding: 10px 0px;
    }
    section.two-cols-section.left-side.relative.overflow-hidden.h-auto.contact_page.text-black.bgcolor-white {
        background-color: #CEA1C8;
        padding: 20px;
    }
    .updates_page .posts-containerwraper {
        background-color: #2CC97D;
        padding: 20px;
    }
    .careers_form_page input#gform_submit_button_6 {
        width: 100%;
    }
    .box-section.relative.text-black.h-auto.careers_form_page {
        padding: 20px !important;
    }
    .col-md-3.text-end.foot1.light-gray-bg-color.pt-3 {
        padding: 20px;
    }
    .col-md-3.dark-gray-bg-color.foothide {
        margin: 0 !important;
        padding: 0 !important;
    }
    .top-footer {
        padding: 20px;
    }
    .Homebanner .text-black {
        font-size: 34px;
        text-align: right;
        font-weight: 700;
    }
    .knowledge_center_section_one .btn.option9 {
        margin: 40px 10px;
        padding: 12px 100px;
        width: 94% !important;
    }
    .container.text-center.content-optimized.alignCenter.bgcolor-light.gray.container-small {
        background-color: white;
    }
    .therapists_centers_cards input {
        width: 100%;
    }
    .knowledge_center_section_one div#posts-container .col-md-4 {
        margin: 0 !important;
        padding: 0 10px !important;
    }
    .caregiver-posts.row {
        padding: 0;
    }
    .data ul li a img {
        width: 5%;
    }
    .accordion-item .data-centers {
        display: block;
    }
    .single_therapistpage .data ul,
    .data-centers ul {
        display: block;
    }
    .therapists_centers_form p,
    ul li {
        padding: 0;
    }
    .therapists_centers_form .bgtext p {
        padding: 10px;
    }
    .therapists_centers_cards .lead.mb-4 {
        text-align: center;
        padding-right: 0 !important;
        padding: 0 !important;
    }
    .therapists_centers_cards p {
        text-align: center;
        margin-right: 0;
        padding: 0 !important;
        margin: 0 !important;
    }
}
/* ************************************************ Mobile css ended  ************************ */
/* All Acf css based on Classes */
.postexcp p {
    background-color: transparent !important;
    padding: 0 !important;
}
.bgcolor-light {
    background-color: #F1F1F1;
    max-width: 100% !important;
    padding: 20px;
}
.bgcolor-yellow-light {
    background-color: #FFF9EB;
    z-index: -1;
}
.bgcolor-blue {
    background-color: #5388F0;
}
.bgcolor-gray {
    background-color: #343434;
    padding: 0;
    max-width: 100% !important;
}
.bgcolor-black {
    background-color: black;
}
.bgcolor-purple {
    background-color: #cea1c8;
}
.bgcolor-red {
    background-color: #FC8B8B;
}
.bgcolor-green {
    background-color: #2CC97D;
}
.bgcolor-orange {
    background-color: #FBBC83;
}
.bgcolor-yellow {
    background-color: #FCD369;
}
p.lead.mb-4 {
    color: black;
}
p.m-0.pera-font-size {
    color: black;
}
.btn.option5 {
    border: 1px solid rgb(252, 211, 106);
    background-color: #F8F9FA;
    padding: 15px 10px;
    width: 100%;
    color: black;
    font-size: 24px;
    align-content: center;
    border-radius: 0px;
}
.btn.option5:hover {
    padding: 15px 10px;
    align-content: center;
    background-color: #FBBC83;
    border-radius: 0px;
    width: 100%;
    border: 1px solid rgb(252, 211, 106);
}
.btn.option4 {
    padding: 15px 10px;
    background-color: rgb(252, 211, 106);
    border-radius: 0px;
    width: 100%;
    font-size: 24px;
    color: black;
    align-content: center;
    border: 1px solid rgb(252, 211, 106);
}
.btn.option4:hover {
    padding: 15px 10px;
    align-content: center;
    background-color: #FBBC83;
    border-radius: 0px;
    width: 100%;
    border: 1px solid rgb(252, 211, 106);
}
.btn.option7 {
    font-size: 24px;
    margin: 20px 0px;
    background-color: #2CC97D;
    border-radius: 0px;
    padding: 15px 30px;
    border: 1px solid #2CC97D;
    color: white;
}
.btn.option7:hover {
    font-size: 24px;
    margin: 20px 0px;
    background-color: #E6FAF0;
    border-radius: 0px;
    padding: 15px 30px;
    border: 1px solid #2CC97D;
    color: black;
}
.btn.option9 {
    background-color: transparent;
    color: white;
    font-size: 24px;
    border: 1px solid white;
    border-radius: 0px;
    padding: 12px 80px;
    margin: 10px 0px;
}
.btn.option9:hover {
    color: black;
    border: 1px solid white;
    border-radius: 0px;
    padding: 12px 80px;
    margin: 10px 0px;
    background-color: white;
}
.btn.option8 {
    margin-top: 30px;
    width: 270px;
    background-color: #CEA1C8;
    border: 1px solid #CEA1C8;
    padding: 14px;
    height: 64px;
    line-height: 32px;
    font-size: 24px;
    border-radius: 0px;
    color: black;
}
.btn.option8:hover {
    margin-top: 30px;
    background-color: #f4e4f2;
    border: 1px solid #CEA1C8;
    padding: 14px;
    height: 64px;
    line-height: 32px;
    font-size: 24px;
    border-radius: 0px;
    color: black;
}
.btn.option12 {
    border: 1px solid #FCD369;
    border-radius: 0px;
    font-size: 24px;
    padding: 15px 60px;
    line-height: 35px;
    background-color: transparent;
    color: black;
}
.btn.option12:hover {
    border: 1px solid #FCD369;
    border-radius: 0px;
    font-size: 24px;
    padding: 15px 60px;
    line-height: 35px;
    font-size: 24px;
    background-color: #FCD369;
}
.btn.option14 {
    border: 1px solid #CEA1C8;
    border-radius: 0px;
    font-size: 24px;
    padding: 16px 32px;
    background-color: #F3E8F1;
    color: black;
}
.btn.option14:hover {
    border: 1px solid #CEA1C8;
    border-radius: 0px;
    font-size: 24px;
    padding: 16px 32px;
    background-color: #CEA1C8;
}
.btn.option13 {
    border: 1px solid #5388F0;
    border-radius: 0px;
    font-size: 24px;
    padding: 15px 80px;
    background-color: #ECF2FD;
    color: black;
}
.btn.option13:hover {
    border: 1px solid #5388F0;
    border-radius: 0px;
    padding: 15px 80px;
    font-size: 24px;
    background-color: #5388F0;
}
.btn.option16 {
    border: 1px solid #FBBC83;
    border-radius: 0px;
    padding: 15px 70px;
    font-size: 24px;
    background-color: #FEF4EB;
    color: black;
}
.btn.option16:hover {
    border: 1px solid #FBBC83;
    border-radius: 0px;
    font-size: 24px;
    padding: 15px 70px;
    background-color: #FBBC83;
}
.btn.option11 {
    text-align: center;
    color: black;
    background-color: #FFF0F0;
    padding: 12px 50px;
    font-size: 24px;
    border: 1px solid #FC8B8B;
}
.btn.option11:hover {
    text-align: center;
    color: white;
    font-size: 24px;
    background-color: #FC8B8B;
    padding: 12px 50px;
    border: 1px solid #FC8B8B;
}
.btn.option10 {
    text-align: center;
    color: white;
    font-size: 24px;
    background-color: #FC8B8B;
    padding: 15px 50px;
    border: 1px solid #FC8B8B;
}
.btn.option10:hover {
    background-color: #FFF0F0;
    text-align: center;
    color: black;
    padding: 15px 50px;
    border: 1px solid #FC8B8B;
}
@media (max-width: 767px) {
    .knowledge_center_section_one h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
        text-align: right;
        margin-right: 0 !important;
    }
    .btn.option7,
    .btn.option8,
    .btn.option9,
    .btn.option12,
    .btn.option4 {
        width: 100% !important;
    }
    .Homebanner .row.tbpadding .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
        margin: 0;
        padding-left: 8px;
        width: 100% !important;
    }
    .course-uppart .text-black {
        padding: 0 20px;
        text-align: center;
    }
    .row.tbpadding .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
        margin: 0;
        padding: 0;
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        justify-content: center !important;
        margin-bottom: 0 !important;
    }
    .boxthanks {
        text-align: center;
        max-width: 100% !important;
    }
    .thanks-section .btn.option13 {
        width: 100%;
        position: relative;
        left: 0;
        font-size: 20px;
    }
    .thanks-section .container.h-auto {
        padding: 20px 20px !important;
    }
    .thanks-section .container-mid {
        padding: 20px !important;
    }
}
/* ******************************************************* Tablet Css ******************************************************** */
@media (min-width: 768px) and (max-width: 1024px) {}
/* Courses CSS */
/* Course Card Styles */
.course-card {
    background-color: #FFF0F0;
    padding: 0;
    border-radius: 0;
}
/* Course Title */
.course-title {
    font-size: 18px;
    margin: 0;
    padding: 15px 12px;
    background: #FC8B8B;
    color: white;
}
.course-title h2 {
    font-size: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: 'Ploni', sans-serif;
}
/* Course Details Flex Container */
.course-details {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1.5px solid #FC8B8B;
}
/* Course Icons and Text */
.course-online,
.course-ownership,
.course-future {
    display: flex;
    align-items: center;
    font-size: 16px;
}
/* Course Icons */
.course-details .course-online img,
.course-details .course-ownership img,
.course-details .course-future img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-left: 5px;
}
.inner-course-card h5 {
    font-size: 20px;
    margin-top: 40px;
    font-weight: 600;
    font-family: 'Ploni';
}
/* Course Categories */
.course-categories {
    display: flex;
    justify-content: start;
    margin-top: 7px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
/* Course Category Titles */
.course-category {
    font-size: 14px;
    font-weight: 300;
    margin-left: 7px;
    padding: 7px 8px;
    background-color: white;
    border-radius: 4px;
}
/* Course Short Description */
.course-description p {
    font-size: 16px;
    margin-bottom: 20px !important;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* Professor Name */
.course-professor {
    font-size: 16px;
    margin-top: 5px;
}
/* Grid Layout for Course Information */
.course-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    margin: 0 !important;
}
.course-info-grid b {
    font-size: 16px;
}
.course-info-grid p {
    margin: 0 !important;
    padding: 0;
}
/* Grid Items */
.course-scope,
.course-intended,
.course-start-date,
.course-location {
    font-size: 20px;
    padding: 13px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-info-grid .label {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Ploni', sans-serif;
}
.course-info-grid .value {
    font-size: 20px;
    width: 46%;
    text-align: right;
    font-family: 'Ploni', sans-serif;
}
.course-start-date {
    border-bottom: 1px solid #FC8B8B;
    border-right: 1px solid #FC8B8B;
}
.course-location {
    /* border-left: 1px solid #FC8B8B; */
    border-bottom: 1px solid #FC8B8B;
}
.course-scope {
    border-top: 1px solid #FC8B8B;
    border-right: 1px solid #FC8B8B;
    border-bottom: 1px solid #FC8B8B;
}
.course-intended {
    border-top: 1px solid #FC8B8B;
    border-bottom: 1px solid #FC8B8B;
}
.single-course-btn {
    text-align: center;
    padding: 12px;
}
/* Link for Further Information */
.course-card a {
    text-decoration: none;
    color: inherit;
}
.course-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 20px;
    margin: 12px 0;
}
.course-card a p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #202020;
}
.inner-course-card {
    padding: 10px 20px 0 20px;
}
.latest-courses .splide__arrows {
    display: none;
}
/* Adjustments for Mobile/Small Screens */
@media (max-width: 768px) {
    .section_seven .image-container a img {
        background-color: rgb(0 0 0 / 54%) !important;
        height: 184px !important;
        object-fit: cover;
    }
    .course-details {
        flex-direction: row;
        align-items: flex-start;
    }
    .course-categories {
        flex-direction: row;
        align-items: flex-start;
    }
    .course-info-grid .value {
        font-size: 17px;
        width: 47%;
    }
    .course-info-grid .label {
        font-size: 13px;
    }
    .knowledge_center_section_one .text-black,
    .updates_page .text-black,
    .careers_page .text-black,
    .therapists_main_section .text-black,
    .therapists_centers_cards .text-black,
    .courses_page .text-black {
        font-size: 40px;
        font-weight: bold;
        font-size: 40px;
        font-weight: bold;
        text-align: center !important;
        margin: 0 !important;
        padding: 0;
    }
    .knowledge_center_section_one .lead.mb-4,
    .updates_page .lead.mb-4,
    .careers_page .lead.mb-4,
    .therapists_main_section .lead.mb-4,
    .therapists_centers_cards .lead.mb-4,
    .courses_page .lead.mb-4 {
        font-size: 20px;
    }
    .updates_page .bgtext .update_text {
        line-height: 20px;
        font-size: 20px;
    }
}
/* New design updstes */
div#posts-container-updates .col-md-4 {
    padding: 0 6px;
}
/*  courses_page  */
.courses_page .col-md-4.slider-home {
    width: 98%;
}
.courses_page .course-card {
    transition: border 0.3s ease, background-color 0.3s ease;
    border: 1px solid transparent;
}
.courses_page .course-card:hover {
    border: 1px solid #FC8B8B;
}
.courses_page .course-card:hover .single-course-btn {
    background-color: white !important;
    transition: background-color 0.3s ease !important;
}
.course-all-categories {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
h4.course-new-sec {
    background-color: #fc8b8b;
    color: white;
    font-size: 14px;
    padding: 6px 19px;
    border-radius: 4px;
    font-weight: 400;
}
.courses_page .splide__pagination {
    display: none;
}
/*  Courses grid css  */
.course-main-grid .posts-containerwraper {
    padding: 3px 0 50px 0px;
}
.course-main-grid .course-title {
    text-align: right;
    background: white;
    color: black;
}
.course-main-grid .col-md-4.slider-home {
    margin: 15px 0 0 0;
    padding: 0 8px;
}
.course-main-grid button#load-more-course {
    margin: 60px 0 10px 0;
}
.course-main-grid .single-course-btn p {
    text-align: center;
    margin: 0;
}
.course-main-grid .course-card:hover .course-title {
    background: #fc8b8b !important;
}
.course-main-grid .course-card:hover .course-title h2 {
    color: white;
}
.course-main-grid .course-card:hover .course-details,
.course-main-grid .course-card:hover .inner-course-card,
.course-main-grid .course-card:hover .course-info-grid,
.course-main-grid .course-card:hover .single-course-btn {
    background: white;
}
.course-main-grid .course-card:hover .course-card {
    border: 1px solid white;
}
.course-main-grid .course-card {
    border: 1px solid white;
    cursor: pointer;
}
.course-main-grid .course-card p {
    padding: 0;
    margin: 0;
}
.course-main-grid .inner-course-card p {
    margin: 0 !important;
    text-align: right;
    padding: 0 0 7px 0;
}
.course-main-grid .single-course-btn p {
    padding: 0;
}
.course-main-grid .searchFilter.col-md-6 {
    text-align: left;
}
.course-main-grid input {
    width: 100%;
    border: 0px;
    padding: 10px 0px;
    outline: none;
    margin: 0px 11px;
    color: white !important;
    border-bottom: 1px solid;
    background-color: transparent;
}
.course-main-grid .col-md-6 {
    flex: none;
    width: 50%;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
}
.course-main-grid .col-md-6 {
    flex: none;
    width: 50%;
    text-align: right;
    margin: 0 !important;
    padding: 0;
}
.course-main-grid input::placeholder {
    color: white;
}
.course-main-grid label {
    display: flex;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    margin-right: 10px;
    list-style: none;
    font-family: 'Ploni';
    font-size: 22px;
}
.course-main-grid input.taxonomy-checkbox {
    display: none;
}
.course-main-grid .filterContiner.row {
    padding: 40px 0 0 0;
}
.llms-syllabus-wrapper .custom-accordion-body label:last-child {
    border-bottom: none !important;
}
.About_sixth_section input#input_2_1_3 {
    color: black;
    font-size: 20px;
    padding: 0;
}
.About_sixth_section legend.gfield_label.gform-field-label.gfield_label_before_complex {
    color: #7C7C7C;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
img.familysvg-mobile {
    display: none;
}
.custom-main-menu .current-menu-item>a {
    font-weight: 700;
    cursor: pointer;
}
.border-line {
    border: 1px solid black;
    height: 36px;
    margin: 0 0 0 10px;
}
/* .um-col-alt .row .col-sm-6.right {
	padding-right: 2px !important;
} */
/* Animation  */
/**************Lab Page CSS **************/
.lab_page .row {
    margin: 10px;
}
.lab_page .container-mid h1 {
    font-size: 92px;
    font-weight: 700;
}
.lab_page .col-md-6 {
    padding: 3px;
}
.lab_page .inrboxcoltwo.imageBox {
    text-align: left;
}
.lab_page .col-descr p {
    font-size: 20px;
    color: white;
}
.lab_page img {
    max-width: 75%;
}
.green-square-background {
    background-image: linear-gradient(0deg, #2CC97D 1px, transparent 1px), linear-gradient(90deg, #2CC97D 1px, transparent 1px);
    background-size: 50px 50px;
    padding: 50px;
    background-color: #E6FAF0;
    height: auto;
    text-align: center;
}
.lab_page .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}
.lab_page .card.lab {
    border-radius: 0;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #2CC97D;
    max-width: 1000px;
    margin: 27px auto;
    justify-content: flex-end;
}
.lab_page .card-image.lab {
    flex: 1;
    position: relative;
}
.lab_page .card-image img.lab {
    width: 100%;
    height: auto;
    border-top-right-radius: 8px;
    /* Border radius on top right of image */
}
.lab_page .card-content.lab {
    width: 100%;
    padding: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.lab_page .card-sub.lab {
    text-align: right;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.lab_page .card-title.lab h2 {
    margin: 0;
    padding: 20px 31px;
    color: black;
    font-weight: 700;
    font-size: 30px;
}
.lab_page .card-title.lab {
    width: 100%;
    text-align: right;
    background: white;
}
.lab_page .card-description.lab {
    font-size: 20px;
    margin: 10px 0;
    width: 50%;
    color: black;
}
.lab_page .partners.lab {
    color: black;
    display: flex;
    gap: 16px;
}
.lab_page .card-subtitle.lab {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 10px;
    color: black;
}
.lab_page .partners.lab p {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 400;
}
.lab_page .button.lab {
    display: inline-block;
    padding: 12px 50px;
    background-color: #2CC97D;
    color: black;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid white;
    margin-top: 20px;
    font-size: 20px;
}
.lab_page .button.lab:hover {
    background-color: #f4f4f4;
}
.lab_page .partners .para_border {
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding: 0 9px;
}
.lab-main .hero-section {
    background-color: #f5f5f5;
    padding: 50px 10px;
    display: flex;
    justify-content: center;
}
.lab-tools .container {
    margin: 0;
    padding: 0;
}
.lab-tools .row {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding: 0 140px;
}
.lab-tools .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
    padding: 0 23px;
}
.lab-tools .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.lab-tools .hero-button {
    background-color: #E6FAF0;
    color: black;
    border: 1px solid #2CC97D;
    padding: 15px 70px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    right: 30%;
}
.lab-tools .hero-button:hover {
    background-color: #2CC97D;
    color: white;
}
.lab-tools .breadcrumb {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 0 !important;
    margin: 0 0 !important;
    color: #6c757d;
}
.lab-tools .breadcrumb a {
    color: black;
    text-decoration: none;
}
.lab-tools .breadcrumb a:hover {
    text-decoration: underline;
}
.lab-tools .hero-title {
    font-size: 89px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}
.lab-tools .hero-description {
    font-size: 24px;
    color: #202020;
    line-height: 1.5;
}
.lab-main .col-9.lab-tools li {
    font-size: 20px;
    color: black;
}
.lab-main .lab-tools .breadcrumb .container ul svg path {
    width: 12px;
    fill: black !important;
}
.lab-main .posts-containerwraper.lab-tools-second {
    background-color: #2CC97D;
    padding: 0 18px;
}
.lab-bg-color {
    background: #2CC97D;
}
.lab-tools-second {
    display: flex;
    flex-wrap: wrap;
}
.lab-tools-second .card {
    margin: 8px;
    border: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}
.card-header {
    text-align: right !important;
    padding: 0;
    background-color: transparent !important;
    border: none !important;
}
.lab-tools-second .card-header {
    padding: 16px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.lab-tools-second .card-header h1 {
    font-family: 'Ploni', sans-serif;
    color: #202020;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.lab-tools-second .card-header h3 {
    font-size: 20px;
    color: #202020;
    font-family: 'Ploni', sans-serif;
    margin: 0;
}
.lab-tools-second .card-top-left i {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.lab-tools-second .categories {
    display: flex;
    gap: 8px;
}
.lab-tools-second .categories .category {
    background-color: #E6FAF0;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Ploni', sans-serif;
}
.lab-tools-second button#load-more-lab {
    margin: 50px 0 50px 0;
}
.lab-main .posts-containerwraper.lab-tools-second .posts-containerwraper {
    padding: 0 149px 10px 148px;
    text-align: center;
}
.lab_main .featured-image img {
    width: 100%;
    height: auto;
    display: block;
}
.lab_main .card-content {
    display: flex;
    gap: 16px;
    padding: 16px;
}
.lab-tools-second .content-left {
    width: 100% !important;
    text-align: right;
}
.lab-tools-second .content-left:last-child {
    width: 100% !important;
    text-align: left;
}
.lab-tools-second .content-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.lab-tools-second .featured-image {
    background: #E6FAF0;
}
.lab-tools-second .content-left img {
    width: 40px;
    object-fit: contain;
    border: none;
    border-radius: 0;
    background: transparent;
}
.lab-tools-second .content-left h3 {
    font-size: 20px;
    font-family: 'Ploni', sans-serif;
    padding: 0;
    margin: 0;
}
.lab-tools-second .card-content {
    display: flex;
    background: #E6FAF0;
    margin: 10px 0;
}
.lab-tools-second .content-right p {
    margin-top: 8px;
    color: #555;
}
.lab-tools-second .card .subheadline {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin: 25px 0 15px 0;
}
.lab-tools-second .card-top-left .icon-img-1 {
    width: 54%;
    object-fit: contain;
    margin: 0 6px 0 0;
}
.lab-tools-second .card-top-left .icon-img-2 {
    width: 84%;
    object-fit: contain;
}
.lab-tools-second .card-top-left {
    justify-content: flex-end;
    display: flex;
    width: 36%;
}
.lab-tools-second .card-bg-color {
    background: #E6FAF0;
    padding: 10px;
}
.lab-tools-second .card .description {
    padding: 0;
    font-size: 20px;
    color: black;
    line-height: 28px;
    text-align: right;
}
.lab-tools-second .card .card-top {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
    padding: 0px 10px 10px;
}
.lab-tools-second .card .featured-image .img-fluid {
    width: 100%;
}
.lab-tools-second .card .categories {
    display: flex;
    gap: 10px;
}
.lab-filters-second .filter-box:last-child,
.lab-filters-first .filter-box:last-child {
    border-left: 1px solid white;
}
.lab-filters .taxonomy-dropdown {
    width: 50%;
    padding: 10px;
    font-size: 20px;
    font-family: 'Ploni', sans-serif;
    border: none;
    margin: 0 0 0 7px;
    background-color: white;
}
.lab-filters input#search-field {
    width: 100%;
    padding: 18.5px 28px;
    font-weight: 700;
    border: none;
    margin: 0 7px 0 0;
}
.lab-filters #search-field::placeholder {
    color: #2CC97D !important;
    font-family: 'Ploni', sans-serif;
    font-size: 20px;
}
/* 	.lab-filters div#taxonomy-filter {
    display: flex;
} */
.lab-filters .taxonomy-icon {
    width: 20px;
    /* Adjust icon size */
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}
/* Style for the second dropdown (dummy options) */
.lab-filters .dummy-dropdown {
    width: 50%;
}
.lab-filters .dummy-select {
    width: 100%;
    padding: 15.5px;
    font-size: 20px;
    font-family: 'Ploni', sans-serif;
    border: none;
    background-color: white;
}
.lab-filters {
    width: 100%;
    display: flex;
    padding: 9px 119px 10px 37px;
}
.lab-filters .search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.lab-filters .search-icon {
    position: absolute;
    right: 16px;
    width: 17px;
    top: 24px;
    height: 16px;
    pointer-events: none;
}
.lab-filters .taxonomy-dropdown,
.dummy-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://dev.ftlweb.com/wp-content/uploads/2025/01/lab-down.svg');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 16px 16px;
}
.lab-filters .taxonomy-dropdown:focus,
.dummy-select:focus {
    outline: none;
    border-color: #2CC97D;
}
.fliter-main-box {
    display: flex;
}
.lab-filters-top {
    display: flex;
    gap: 10px;
    padding: 9px 120px 10px 58px;
    margin: 40px 0 0 0;
}
.lab-filters-first,
.lab-filters-second {
    display: block;
}
.lab-title h2 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    font-family: 'Ploni', sans-serif;
}
.lab-filters-top .filter-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-size: 24px;
    background: transparent;
    border: 1px solid white;
    border-left: 0;
    text-align: center;
    width: auto;
    cursor: pointer;
}
.lab-filters-top .filter-box img {
    max-width: 32px;
    max-height: 18px !important;
    padding-left: 6px;
}
.lab-filters-top .filter-box p {
    color: white;
    font-size: 24px;
    margin: 0 5px;
}
.second-hero-sec {
    background: #E6FAF0;
    padding: 5% 8%;
}
.career-accordion-button.second-hero-btn,
.second-hero-content {
    padding: 0;
    margin: 0;
}
.second-hero-sec p {
    font-size: 24px;
}
.second-hero-sec a {
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: black;
}
/********************************* Mobile Responsiveness *******************/
@media (max-width: 767px) {
    .second-hero-sec p {
        font-size: 19px;
    }
    .second-hero-sec {
        background: #E6FAF0;
        padding: 20px;
    }
    .footer h5 {
        font-size: 24px !important;
        margin-bottom: 10px;
    }
    .foot1 li {
        text-align: right;
    }
    .lab-main .posts-containerwraper.lab-tools-second .lab-button {
        padding: 0;
        margin: 0;
        position: relative;
        right: 10px;
    }
    .lab-tools-second .content-left img {
        width: 12%;
    }
    .lab-tools-second .card-content {
        display: flex;
        background: #E6FAF0;
        margin: 10px 0;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .lab-tools-second .card-top-left {
        text-align: right;
        width: 69%;
        padding: 5px 0;
        justify-content: flex-start;
    }
    .lab-main .posts-containerwraper.lab-tools-second {
        background-color: #2CC97D;
        padding: 0;
    }
    .lab-main .posts-containerwraper.lab-tools-second .posts-containerwraper {
        padding: 11px 41px 0 138px;
        text-align: center;
        margin: 0 !important;
    }
    .lab-main .posts-containerwraper.lab-tools-second .posts-containerwraper .row {
        margin: 0 !important;
        padding: 0 !important;
    }
    .lab-tools-second .card {
        flex: none;
    }
    .lab-tools .hero-title {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        color: black;
    }
    .lab-tools .col-9 {
        flex: 0 0 75%;
        width: 100%;
        max-width: 100%;
        padding: 0 13%;
    }
    .lab-main .hero-section {
        padding: 30px 10px;
    }
    .lab-tools-second .card .card-top {
        display: flex !important;
        justify-content: space-between !important;
        flex-direction: column-reverse !important;
        padding: 0px 10px 10px;
    }
    .lab-tools .hero-button {
        width: 100%;
        right: 0;
    }
    .lab-tools .col-3 {
        flex: none;
        width: 100%;
        max-width: 77%;
        text-align: center;
        padding: 0;
    }
    .lab-tools .hero-description {
        font-size: 24px;
        text-align: center;
        color: #202020;
        padding: 10px 0;
        line-height: 1.5;
    }
    .lab-tools .row {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        padding: 0;
        justify-content: center;
    }
    .border-line {
        padding: 0;
    }
    .lab_page .button.lab {
        width: 100%;
    }
    .green-square-background {
        padding: 20px;
    }
    .lab_page .card-sub.lab {
        text-align: right;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-bottom: 72%;
    }
    .lab_page .card-description.lab {
        font-size: 20px;
        margin: 10px 0;
        width: 100%;
        color: black;
    }
    .lab_page .card-title.lab h2 {
        margin: 0;
        padding: 20px 31px;
        color: black;
        font-weight: 700;
        text-align: center;
        font-size: 22px;
    }
    .lab_page .col-descr p {
        font-size: 20px;
        color: white;
        text-align: center;
    }
    .lab_page .container-mid h1 {
        font-size: 40px;
        text-align: center;
        font-weight: 700;
    }
    .lab_page .inrboxcoltwo.imageBox {
        text-align: center;
    }
}
/*********** CSS on 20th Jan  *********/
.donatelink a img {
    transition: filter 0.3s ease-in-out;
}
.donatelink a img:hover {
    filter: brightness(0) saturate(100%) invert(69%) sepia(44%) saturate(502%) hue-rotate(102deg) brightness(96%) contrast(87%);
}
.boxslider .splide__pagination {
    text-align: center;
    padding: 12px 0;
}
.section_seven .text-center h2 {
    text-align: center !important;
}
/****** New css knowledge center ******/
.main-filter {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.checkbox-filters {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
}
.checkbox-filters .dropdown {
    position: relative;
    width: 100%;
}
.checkbox-filters .dropdown-btn {
    background-color: transparent;
    color: white;
    padding: 5px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    height: 61px;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    text-align: left;
    align-items: center;
    border: 1px solid white;
}
.dropdown img.dropdown-icon {
    filter: invert(100%) brightness(100%);
}
.checkbox-filters .dropdown-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    width: 100% !important;
    padding: 0 !important;
    background-color: white;
    padding: 0 10px;
    transition: max-height 0.3s ease-out;
    margin-top: 0 !important;
    position: absolute;
    z-index: 99999;
    right: 0;
}
/* .dropdown.open .dropdown-btn {
    border-bottom: 2px solid #202020;
    margin: 0;
} */
.checkbox-filters .dropdown.open .dropdown-content {
    max-height: 500px;
    padding: 0;
    margin: 0;
    width: 95%;
    z-index: 99999;
}
.dropdown.open {
    margin: 0;
}
.knowledge_center_section_one .row.tbpadding {
    margin: 0 auto;
}
.checkbox-filters .dropdown-content label {
    display: flex;
    padding: 8px;
    cursor: pointer;
    width: 100%;
    color: black;
    font-size: 18px;
    margin: 0;
    border-radius: 0 !important;
    text-align: right;
    font-weight: 400;
}
.checkbox-filters .dropdown.open .dropdown-btn:after {
    transform: rotate(180deg);
}
.checkbox-filters .dropdown-btn {
    margin-right: 0;
}
.knowledge_center_section_one div#taxonomy-filter h3 {
    font-size: 16px;
    color: white;
    padding: 0;
}
.knowledge_center_section_one .dropdown img.dropdown-icon {
    filter: none;
}
.dropdown-content input {
    margin: 3px 0 0 7px;
}
.checkbox-filters .dropdown.open .dropdown-btn img {
    transform: rotate(180deg);
    /* Rotate the down arrow to up */
}
.searchFilter.col-md-4 {
    margin: 0 10px 0 0;
    padding: 10px;
    text-align: right;
    position: relative;
}
.searchFilter img.search-icon {
    position: absolute;
    right: 15px;
    top: 25px;
}
/* box slider css */
.BannerwithSlider .slider-container {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .BannerwithSlider .slider-container {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .BannerwithSlider .slider-container {
        width: 100%;
    }
}
.BannerwithSlider .boxslider.splide {
    width: 100%;
    overflow: hidden;
}
.BannerwithSlider .splide__list {
    display: flex;
    justify-content: space-between;
}
.BannerwithSlider .splide__slide img {
    vertical-align: bottom;
    width: 100%;
}
.About_third_section .col-descr p {
    font-size: 20px;
}
.About_third_section .col-md-6 {
    padding: 0;
}
/* Contact Page  */
.filter-all-box {
    display: flex;
}
.filter-box input[type="checkbox"] {
    display: none;
}
.dropdown-content input[type="checkbox"] {
    display: block;
}
.filter-box label {
    display: inline-block;
    color: white;
}
.col-md-12 {
    width: 86% !important;
}
.Purple_Cta_section p {
    color: white;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 12px;
}
.dropdown-content input[type="checkbox"] {
    display: block;
    width: 12px !important;
}
.knowledge_center_section_one button.dropdown-btn {
    background: white;
    color: black;
    font-size: 20px;
}
.therapists_centers_cards label {
    border-bottom: 1px solid #cea1c8;
}
#posts-container-therapists {
    transition: opacity 0.5s ease-in-out;
}
.container.newsletter-container p.gform_description {
    font-size: 13px !important;
}
.knowledge_center_section_one .searchFilter.col-md-4 {
    background: white;
}
.About_form_changes legend.gfield_label.gform-field-label .gfield_required {
    display: block;
}
.therapists_centers_cards img.dropdown-icon,
.therapists_main_section img.dropdown-icon {
    filter: none !important;
}
.knowledge_center_section_one h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
    text-align: right;
}
.knowledge_center_section_one p.lead.mb-4 {
    text-align: right;
    padding-right: 98px !important;
}
.main-top-knowledge .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
    padding: 0;
    margin: 0 !important;
    margin-bottom: 50px !important;
    justify-content: flex-end !important;
    margin-top: -80px !important;
    /*     margin-right: -103px !important; */
}
.knowledge_center_section_one .bgtext p {
    text-align: right;
    /*     margin-right: 97px; */
    font-size: 24px;
}
.course-uppart h1.t-75px.text-white.font-DMSerif.flex.flex-col.leading-none.justify-center.mb-8 {
    text-align: right !important;
}
.course-uppart p {
    text-align: right;
}
.course-uppart .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
    padding: 0;
    margin: 0 !important;
    margin-bottom: 50px !important;
    justify-content: flex-end !important;
    margin-top: -101px !important;
}
.knowledge_center_section_one .blue-card-md {
    text-align: right;
    margin: 10px 0 47px 0px;
    padding: 0px 12px;
}
.lab-tools-second .checkbox-filters .dropdown-btn {
    background: white;
    color: #202020;
    flex-wrap: wrap;
    padding: 14px;
    font-size: 18px;
}
.lab-tools-second .dropdown img.dropdown-icon {
    filter: none;
}
@media (max-width: 768px) {
    .container.newsletter-container p.gform_description {
        font-size: 18px !important;
    }
    .footer p {
        font-size: 20px !important;
        color: black;
    }
    .section_seven .image-container {
        text-align: right;
        height: 183px;
    }
    .Purple_Cta_section #line5 {
        animation-delay: 4s;
        width: 28%;
        rotate: -3deg;
    }
    .Purple_Cta_section #line4 {
        animation-delay: 3s;
        width: 46%;
        rotate: 4deg;
    }
    .Purple_Cta_section #line3 {
        animation-delay: 2s;
        width: 26%;
        margin-right: 111px;
        rotate: -9deg;
    }
    .Purple_Cta_section #line2 {
        animation-delay: 1s;
        width: 33%;
        rotate: 10deg;
        margin-top: 20px;
        margin-right: 23px;
    }
    .Purple_Cta_section #line1 {
        animation-delay: 0s;
        margin-right: 50px;
        width: 24%;
        rotate: 10deg;
    }
    .caregiver-posts .col-md-3 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .card-head {
        flex-direction: column;
        text-align: right;
    }
    .image-container {
        text-align: right;
    }
    .text-content p {
        font-size: 14px;
    }
    .section_seven .row.tbpadding .d-grid.gap-2.d-sm-flex.justify-content-sm-center.mb-5 {
        display: block !important;
        padding: 9px !important;
    }
    .section_seven .card-head.d-flex.light-purple-bg-color.align-items-center {
        align-items: flex-start !important;
        padding: 7px;
    }
    .container.newsletter-container div#input_1_3 {
        padding-top: 10px;
        display: flex;
        flex-direction: column-reverse !important;
    }
    .container.newsletter-container label#label_1_3_2 {
        font-weight: 400 !important;
    }
    .container.newsletter-container label#label_1_3_1 {
        font-weight: 400 !important;
    }
    .footer .mobile {
        display: block !important;
    }
    .footer .desktop {
        display: none !important;
    }
    .main-new-sidemenu {
        width: 95px;
        height: 99px;
        background: #5388F0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: morphShapes 4s infinite alternate;
        transition: transform 0.3s;
        position: absolute;
        left: 0;
        top: 74%;
        bottom: -27%;
        right: 40%;
    }
    .About_third_section .col-descr p {
        font-size: 20px;
        margin-top: 64px !important;
    }
    .knowledge_center_section_one p.lead.mb-4 {
        text-align: center;
        padding-right: 0 !important;
        padding: 0 !important;
    }
    .knowledge_center_section_one .bgtext p {
        text-align: center;
        margin-right: 0;
    }
    .knowledge_center_section_one .bgtext p {
        font-size: 18px;
    }
    .notification-box>.text>ul {
        margin: 0px;
        list-style: none;
        padding: 0;
    }
    .notification-box>.text ul li {
        padding: 0;
        text-align: right;
    }
    .donation-form .text-black {
        font-size: 22px !important;
        padding-top: 29px !important;
        padding-bottom: 10px !important;
        font-weight: 700;
    }
    .donation-form {
        padding: 12px !important;
    }
    .donation-box legend.gfield_label.gform-field-label {
        justify-content: end;
    }
    .notification-box>.text {
        padding: 0 !important;
    }
    .therapists_centers_cards .accordion-content-center p {
        margin-right: 0 !important;
    }
    .single_therapistpage .bgcolor-purple {
        padding: 0 20px;
    }
    .single_therapistpage .col-md-9 {
        padding: 0;
    }
    .therapy_container .col-md-6.col-sm-12.bg-secondary.text-white.p-3 img {
        width: 20px !important;
    }
    .single_therapistpage .bgcolor-purple .col-md-3.postSimilarContainer {
        background-color: #F3E8F1;
        padding: 0 !important;
        margin: 0 !important;
    }
    .single_therapistpage .col-md-3.postSimilarContainer {
        padding: 0;
    }
    .single_therapistpage .postSimilar.therapy_similar {
        padding: 0;
    }
    #posts-container-therapists {
        transition: opacity 0.5s ease-in-out;
        flex-direction: column;
    }
    .therapists_main_section .col-md-3 {
        width: 100% !important;
        padding: 0 35px !important;
    }
    .therapists_main_section .blue-page-cards .postexcp p {
        text-align: right;
    }
    .therapists_main_section .d-flex {
        padding: 15px 20px;
    }
    .therapists_main_section .black-color {
        margin: 0;
    }
    .careers_form_page .text-black {
        text-align: right;
    }
    .careers_form_page .container-mid {
        padding: 15px;
    }
    .careers_form_page legend.gfield_label.gform-field-label .gfield_required {
        display: block;
    }
    #field_6_9 label.gfield_label.gform-field-label {
        font-weight: 400 !important;
        font-size: 14px;
    }
    .careers_form_page #field_6_9 label.gfield_label.gform-field-label {
        display: flow;
    }
    .lab-main .col-9.lab-tools li {
        font-size: 18px;
        color: black;
    }
    .lab-tools .breadcrumb {
        padding: 0 0 30px 0 !important;
    }
}
.careers_form_page legend.gfield_label.gform-field-label.gfield_label_before_complex {
    flex-direction: row-reverse;
}
.footer .mobile {
    display: none;
}
.footer .desktop {
    display: block;
}
.therapists_centers_cards .accordion-content-center p {
    margin-right: 0 !important;
    text-align: right !important;
}
.About_sixth_section h2.gform_title {
    display: none;
}
.donation-form .text-black {
    font-size: 30px;
    padding: 30px 0;
}
.updates_page .blue-card-md {
    text-align: right;
    margin: 34px 0px;
    padding: 0px 12px;
}
.Blue_section_three_col .blue-page-cards.white-bg-color {
    height: 450px;
}
.container.newsletter-container div#gform_1_validation_container {
    display: none;
}
.knowledge_center_section_one .checkbox-filters .dropdown-btn {
    height: 64px;
}
.newsletter-container input#choice_1_3_2::before,
.newsletter-container input#choice_1_3_1::before {
    font-size: 10px;
    position: relative;
    top: 0px;
}
.newsletter-container input#choice_1_3_2::before,
.newsletter-container input#choice_1_3_1::before {
    font-size: 10px;
    position: relative;
    top: 0px;
}
.newsletter-container .gchoice.gchoice_1_3_1,
.newsletter-container .gchoice.gchoice_1_3_2 {
    align-items: center;
}
.newsletter-container label#label_1_3_1,
.newsletter-container label#label_1_3_2 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.input#input_1_1 {
    Font-size: 20px !important;
}
/* New Filters css */
.knowledge_center_section_one .filter-animation,
.main-text-top,
.filter-lin {
    display: none;
}
.knowledge_center_section_one .filterContiner.row {
    display: block;
}
.knowledge_center_section_one .d-flex.justify-content-between.main-btns {
    display: none !important;
}
@media (max-width: 768px) {
    .knowledge_center_section_one .d-flex.justify-content-between.main-btns,
    .filter-lin,
    .main-text-top {
        display: block !important;
    }
    .knowledge_center_section_one .filter-animation {
        display: block;
    }
    .knowledge_center_section_one .filter-animation .searchFilter {
        background: transparent !important;
        margin: 0;
    }
    .knowledge_center_section_one .searchFilter input::placeholder {
        color: white !important;
        opacity: 1 !important;
        font-weight: 400 !important;
    }
    .knowledge_center_section_one .searchFilter input {
        color: white;
        background: transparent;
        border-bottom: 1px solid white;
        padding: 8px 30px;
        margin: 0 12px 0 19px;
        outline: none;
    }
    .knowledge_center_section_one .anim-change {
        padding: 7px 17px;
    }
    .knowledge_center_section_one .filter-animation .searchFilter .search-icon {
        filter: none;
        width: 15px;
        height: auto;
        margin-right: 23px;
        margin-top: -2px;
    }
    .knowledge_center_section_one .filter-animation span {
        color: white;
    }
    .knowledge_center_section_one .toggle-filter {
        padding: 8px;
        width: 72px;
        border-bottom: 1px solid white;
    }
    .knowledge_center_section_one .btn.option13 {
        font-size: 20px !important;
    }
    .filterContiner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
        transition: transform 0.4s ease-in-out;
        z-index: 1000;
        transform: translateY(100%);
    }
    .filterContiner.active {
        transform: translateY(0) !important;
    }
    .filterContiner.row.mobile-changes.active .dropdown-content input[type="checkbox"] {
        border-radius: 0 !important;
    }
    .filterContiner.row.mobile-changes.active {
        margin: 13px !important;
        width: 93% !important;
        padding-left: 0 !important;
        padding-right: 0px !important;
        background: white;
        border-radius: 8px;
    }
    .filterContiner.row.mobile-changes.active div#taxonomy-filter h3 {
        color: black !important;
    }
    .filterContiner.row.mobile-changes.active label.taxonomy-label {
        border: 1px solid black !important;
        margin: 4px !important;
    }
    .filterContiner.row.mobile-changes.active label.taxonomy-label img.taxonomy-icon {
        width: 17px !important;
        height: 19px !important;
    }
    .knowledge_center_section_one .filterContiner.row.mobile-changes.active .taxonomy-label:last-child {
        border-left: 1px solid black !important;
    }
    .filterContiner.row.mobile-changes.active .checkbox-filters {
        display: block !important;
        width: 100% !important;
    }
    .knowledge_center_section_one .filterContiner.row.mobile-changes.active .searchFilter.col-md-4 {
        background: white;
        display: none !important;
    }
    .filterContiner.row.mobile-changes.active .main-filter {
        padding-left: 34px !important;
        overflow: scroll !important;
    }
    .filterContiner.row.mobile-changes.active button.dropdown-btn {
        border-bottom: 1px solid black !important;
        font-size: 18px !important;
    }
    .filterContiner.row.mobile-changes.active .main-text-top {
        padding-top: 12%;
    }
    .filterContiner.row.mobile-changes.active .left-btn {
        border: 1px solid #5388F0;
        background: transparent;
        color: black;
        width: 48%;
        border-radius: 0;
        height: 60px;
        font-size: 20px;
        margin: 10px 5px 0 0;
    }
    .filterContiner.row.mobile-changes.active .right-btn {
        border: 1px solid #5388F0;
        background: #5388F0;
        color: black;
        width: 48%;
        border-radius: 0;
        height: 60px;
        font-size: 20px;
        margin: 10px 0 0 1px;
    }
    .filterContiner.row.mobile-changes.active .main-btns {
        padding: 0 17px !important;
        margin-top: 8px !important;
    }
    .filterContiner.row.mobile-changes.active .dropdown-content {
        margin-top: 12px !important;
    }
}
.main-toggle-mobile {
    width: 100%;
}
.lab-filters-first label,
.lab-filters-second label {
    border: 1px solid white;
    padding: 14px 30px;
    font-size: 24px;
    border-left: none;
    color: white;
    cursor: pointer !important;
}
.lab-filters-first label input,
.lab-filters-second label input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.labfilters .dropdown-content label {
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}
.labfilters .lab-filters-first .dropdown-content input[type="checkbox"],
.lab-filters-second .dropdown-content input[type="checkbox"] {
    display: none;
}
.lab-filters-first .dropdown-content,
.lab-filters-second .dropdown-content {
    display: flex;
    gap: 0;
}
.lab-filters-first label:last-child,
.lab-filters-second label:last-child {
    border-left: 1px solid white;
}
.labfilters .checkbox-filters .dropdown-content label {
    cursor: pointer;
    padding: 10px 12px 12px 12px;
    border-bottom: 1px solid #2CC97D;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}
/* ENGLISH LANGUAGE */
/* Home page - section 2  */
html[lang="en-US"] .BannerwithSlider .splide__slide p {
    padding: 0px 20px 20px 9px;
    margin: 0 40px 0 12px;
}
html[lang="en-US"] .BannerwithSlider .splide__slide a {
    margin-left: 20px;
    margin-right: 0;
}
/* Home page - section 3  */
html[lang="en-US"] .boxinr h3 {
    height: auto;
}
body:not(.rtl) .boxinr {
    text-align: left;
}
/* Home page - section 6  */
html[lang="en-US"] .Blue_section_three_col .blue-page-cards.white-bg-color {
    height: 520px;
}
html[lang="en-US"] .line_position {
    right: auto;
    left: 63%;
}
html[lang="en-US"] .blue-badge img.taxonomy-icon {
    margin-left: 0;
    margin-right: 10px;
    left: 0;
}
@media (min-width: 770px) and (max-width: 1000px) {
    /* Home page - Section 1 */
    .page-id-11229 .Homebanner .bgtext p,
    .page-id-11229 .bgtext .gap-2 {
        width: 100% !important;
    }
    html[lang="en-US"] .shape-box {
        top: 80% !important;
    }
    html[lang="en-US"] .Homebanner img.left-image-class {
        right: auto;
        top: 75% !important;
        left: 10%;
        width: 28% !important;
    }
}
@media (max-width: 991px) {
    html[lang="en-US"] .Blue_section_three_col .blue-page-cards.white-bg-color {
        height: auto;
    }
}
@media (max-width: 786px) {
    /* Home page - Section 1 */
    html[lang="en-US"] .BannerStrip .container.text-center.content-optimized.alignCenter {
        height: auto;
    }
    /* Home page - Section 2 */
    html[lang="en-US"] .BannerwithSlider .splide__slide a {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    /* Home page - Section 1 */
    html[lang="en-US"] .Homebanner .t-75px>div:nth-child(2) {
        text-align: left;
    }
    html[lang="en-US"] .shape-box {
        left: auto;
        top: 68%;
        bottom: -27%;
        right: 19px;
    }
    html[lang="en-US"] .Homebanner .gap-4 {
        flex-wrap: wrap;
    }
    html[lang="en-US"] .Homebanner .row.tbpadding .btn {
        margin: 0;
    }
    /* Home page - section 6  */
    html[lang="en-US"] .Purple_Cta_section .line_position {
        left: 0;
    }
}
@media (max-width: 450px) {
    /* Home page - Section 1 */
    html[lang="en-US"] .Homebanner img.left-image-class {
        right: auto;
        top: 60%;
        left: 0;
    }
}