<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

:root {
    --color-primary: #1ab69d;
    --color-lavni: #ff8000;
    --color-heading-1: #181818;
    --color-border-1: #e5e5e5;
    --color-white-1: #ffffff;
    --p-medium-1: 500;
    --transition-1: 0.3s;
    --font-secondary-1: 'Spartan', sans-serif;
}

.btn-danger {
    color: #fff !important;
}

.anime-img {
    position: relative;
    z-index: 1
}

.anime {
    position: relative
}

#animImg2 {
    display: none !important
}

.dropdown-container {
    position: relative;
    margin-right: 10px;
    text-align: left;
}

.dropdown-container2 {
    position: relative;
    margin-right: 10px;
    text-align: left;
}

.change-password {
    margin-top: 10px !important;
}

.dropdown-input {
    padding: 16px 6px 16px 15px;
    border: none;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
}

.fc-v-event .fc-event-title-container {
    font-size: 13px;
}

.referral-link-btn {
    color: #fff !important;
}

.fc-nonbusiness {
    cursor: pointer;
}

.receive-text-message {
    padding: 0.1rem 1.5rem !important;
}

.dropdown-in {
    padding: 15px 6px 0 15px !important;
    border: none !important;
    border-radius: 10px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.dropdown-texts {
    padding: 0 6px 0px 15px !important;
    border: none !important;
    border-radius: 10px !important;
    color: #757575 !important;
    font-size: 14px !important
}

.dropdown-input:focus {
    outline: none
}

.dropdown-list {
    position: absolute;
    top: 68px;
    width: calc(100% - -24px);
    padding-left: 0;
    text-align: center;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

.dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.dropdown-list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.css-1636szt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    position: absolute;
    right: 7px;
    top: calc(50% - 0.7em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.dropdown-list-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    list-style: none;
}

.dropdown-list-item:last-child {
    border-bottom: none;
}

.dropdown-list-item:hover {
    background-color: #f5f5f5;
}

.dropdown-list-item.selected {
    background-color: #007bff;
    color: #fff;
}

.dropdown-list-item.selected {
    background-color: #007bff;
    color: #fff;
}

.dropdown-list-item1 {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    list-style: none;
}

.dropdown-list-item1:last-child {
    border-bottom: none;
}

.dropdown-list-item1:hover {
    background-color: #f5f5f5;
}

.dropdown-list-item1.selected {
    background-color: #007bff;
    color: #fff;
}

.dropdown-list-item1.selected {
    background-color: #007bff;
    color: #fff;
}

.dropdown-list-item2 {
    padding-right: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    list-style: none;
    padding-left: 14px;
    height: 25px;
    align-items: center;
}


.dropdown-list-item2:hover {
    background-color: #f5f5f5;
}


.no-hover:hover {
    background-color: inherit;
}

.button_Ui {
    background-color: #ff8000;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -0.01rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    box-sizing: border-box;
    transform: translateY(0);
    padding: 0.66rem 1.2rem;
    font-size: 0.8rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;

    transition: all 0.2s ease-in-out;
    transition: background-color 0.3s ease;
}

.get_start_btn {
    padding: 25px !important;
}

.button_Ui:hover {
    background-color: #ff8000;
}

.creative-ui {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    height: 100%;
}

.creative-ui1 {
    display: flex;
    align-items: center;
}

.label {
    color: #555;
    font-size: 14px;
    margin-right: 10px;
}

.divider {
    border-left: 1px solid #ccc;
    height: 40px;
    margin: 0;
}

.get-started-container {
    display: flex;
    align-items: center;
    z-index: 10;
}

.nav-link {
    border-radius: 20px !important;
    border: none !important;
}

.nav-item {
    border: none !important;
}

.create-goal {
    padding-top: 15px;
    justify-content: start !important;
    padding-left: 15px !important;
}

.middle-popup-div {
    max-height: 500px;
    overflow-y: auto;
}

.middle-popup-div1 {
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #efefef;
}

.middle-popup-div1 h2 {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 15px;
}

.mp-s1 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dccdcd;
}

.regular_call {
    background-color: lightblue;
    padding: 5px 10px;
}

.normal_call {
    background-color: lightcoral;
    padding: 5px 10px;
}

.reward_info {
    background-color: lightgreen;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .get-started-container {
        z-index: auto;
    }
}

@media (min-width: 768px) {
    .ml-md-13 {
        margin-left: -13px !important;
    }
}

@media screen and (max-width: 768px) {
    .creative-ui {
        display: flex;
        border-radius: 0.4rem;
    }

    .creative-ui1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .divider:after {
        content: "";
        width: 100%;
        height: 0;
        background: currentColor;
        display: block;
        margin-top: -5px;
    }

    .divider {
        border-left: none;
        width: 100%;
        height: 10px;
    }

    .get-started-container {
        margin-top: 20px;
    }

    .dropdown-container {
        margin-bottom: 5px;
    }

    .dropdown-container2 {
        margin-bottom: 5px;
    }

    .dropdown-container-issue {
        margin-bottom: 5px;
    }

    .button_Ui {
        font-size: 16px;
        padding: 0.5rem 1.5rem;
        border-top-left-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem;
    }

    .dropdown-list {
        z-index: 100;
        width: 100%;
    }
}

@media (max-width: 448px) {
    .dropdown-input {
        padding: 10px 8px 14px 8px;
        border: none;
        border-radius: 10px;
        color: #333;
        font-size: 15px !important;
    }

    .dropdown-container {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .dropdown-container2 {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .dropdown-container-issue {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
    }

    .tab-mnu {
        padding-left: 0px !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0px !important;
    }

    .tab-mnu li.animated {
        position: relative;
        cursor: pointer;
        padding: 15px;
    }

    .tab-cont {
        margin-left: 0px !important;
    }
}

.load-more {
    margin-top: 60px;
}

.top-bar {
    background-color: #ff8000;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 24px;
}

.top-bar p {
    margin: 0;
    color: #ebe8e5;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-shadow: #0e0701;
}

.top-bar a {
    margin: 0;
    color: #ebe8e5;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 10px;
    margin-top: -8px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
}

.contact-item {
    margin: 0;
}

.contact-info-container {
    margin-left: 10px;
}

.top-bar .col-md-6 {
    text-align: left;
}

.top-bar .col-md-6.text-md-end {
    text-align: right;
}

.social-icons-container {
    margin-left: -33px !important;
    margin-top: -14px !important;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
}

.feed {
    overflow: hidden !important;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper .swiper-slide {
    position: relative;
    width: 300px;
    height: 400px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: grayscale(80%);
    transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
    border-radius: 15px;
    background: linear-gradient(to right, #c31432, #240b36);
    overflow: hidden;
}

.swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper .swiper-slide .info {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 15px;
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -120px #000;
}

.swiper .swiper-slide .info h4 {
    margin: 0;
    padding-bottom: 10px;
}

.swiper .swiper-slide-active {
    filter: none;
}

.swiper .swiper-pagination-bullet-active {
    background-color: #c31432 !important;
}

.swiper .swiper-pagination-bullet {
    background-color: grey;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 3px solid #240b36;
    border-radius: 50%;
    color: #c31432;
    font-weight: 700;
    outline: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
    font-size: 18px;
}

.swiper .swiper-button-prev:after {
    position: relative;
    left: -1px;
}

.swiper .swiper-button-next:after {
    position: relative;
    left: 1px;
}

.swiper .swiper-button-prev,
.swiper .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper .swiper-button-next,
.swiper .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: -391px !important;
}

.swiper-button-next {
    right: -389px !important;
}

.tab-block {
    max-width: fit-content;
    height: 290px;
    margin: 50px -45px auto;
}

@media (max-width: 768px) {
    .tab-block {
        max-width: auto !important;
        height: auto !important;
        margin: auto !important;
    }
}

.tab-block .tab-mnu {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
}

.tab-block .tab-mnu:after {
    content: "";
    display: table;
    clear: both;
}

.tab-block .tab-mnu li {
    box-sizing: border-box;
    float: left;
    background-color: #fff;
    color: #60697b;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
    font-size: 18px;
}

.tab-block .tab-mnu li:hover:not(.active) {
    background-color: #fff;
}

.tab-pane .mt-5 {
    font-size: large;
    font-weight: 600;
}

.tab-block .tab-mnu .active {
    background-color: #fff;
    color: #fd7a08;
    border-bottom: 1px solid #fd7a08;
    cursor: default;
}

.tab-block .tab-cont {
    box-sizing: border-box;
    background-color: #fff;
    color: #292d2f;
    margin-left: 16px;
}

.tab-block .tab-cont .tab-pane {
    padding: 7px 27px;
    align-items: left;
}

.tab-pane p {
    font-family: system-ui;
    font-weight: 500;
}

.tab-pan1 p {
    margin-bottom: 8px;
}

.tab-mnu li.animated {
    position: relative;
    cursor: pointer;
}

.tab-mnu li.animated:not(.active)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #fd7a08;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease-in-out;
}

.tab-mnu li.animated:hover:not(.active)::before {
    transform: scaleX(1);
}

.tab-mnu li {
    padding-right: 20px;
}

.font-Urbanist {
    font-family: Urbanist !important;
}

.f-33 {
    font-size: 33px;
}

.f-36 {
    font-size: 36px;
}

.f-38 {
    font-size: 38px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-10 {
    font-size: 10px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.f-22 {
    font-size: 22px;
}

.f-40 {
    font-size: 40px;
}

.f-70 {
    font-size: 70px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-bolder {
    font-weight: bolder;
}

.f-c-black {
    color: #000000 !important;
}

.f-c-black2 {
    color: #60697b !important;
}

.f-c-gray {
    color: #606060 !important;
}

.f-c-gray3 {
    color: #565656 !important;
}

.f-c-gray4 {
    color: #333b4b !important;
}

.f-c-gray2 {
    color: #9e9e9e !important;
}

.f-c-orange {
    color: #fd7a08 !important;
}

.f-size-box2 {
    width: 115px;
    height: 111px;
}

.f-size-box3 {
    width: 121px;
    height: 119px;
}

.f-size-box4 {
    width: 123px;
    height: 118px;
}

.f-size-box5 {
    width: 113px;
    height: 115px;
}

.f-size-box6 {
    width: 132px;
    height: 113px;
}

.f-size-box7 {
    width: auto;
    height: 160px;
}

.f-size-box8 {
    width: 180px;
    height: 180px;
    border-radius: 150px;
}

.play-icon-size {
    height: 32px;
    width: 32px;
}

.play-icon-container {
    height: 52px;
    width: 52px;
    background-color: #fff;
    border-color: white !important;
    z-index: 10;
    border-radius: 35px;
    cursor: pointer;
}

.play-container {
    margin-top: -45px;
}

.f-size-box {
    width: 40px;
    height: 40px;
}

.size-60 {
    height: 60px;
    width: auto;
}

.quection-mark {
    margin-top: 25px !important;
}

.pl15 {
    padding-left: 15px;
}

.pr65 {
    padding-right: 65px;
}

.l-height15 {
    line-height: 15px;
}

.l-height40 {
    line-height: 40px;
}

.l-height45 {
    line-height: 45px;
}

.l-height55 {
    line-height: 50px;
}

.support-div {
    background-image: url(./../static/assets/img/theraphist.jpg) !important;
    background-size: cover !important;
    width: 100% !important;
    height: 1000px !important;
}

.getstart-btn {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.p-service-section {
    padding-left: 50px;
    padding-right: 50px;
}

.logo-image-size {
    height: auto;
    width: 300px;
}

.position-fixed {
    position: absolute !important;
}

.z-ind-10 {
    position: relative;
    z-index: 2 !important;
}

.container342 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.left-side {
    z-index: 14;
    background-color: #fd7a08;
    border-top-right-radius: 233px;
    border-bottom-right-radius: 65px;
    padding: 20px 0;
    color: #fff;
    margin-right: 115px;
}

.right-side {
    background-image: url(../static/assets/img/photos/ab2.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -340px;
}

.right-curve {
    background-color: #fd7a08;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}

.half-circle {
    background-color: #fd7a08;
    clip-path: ellipse(66% 53% at 3% 50%);
}

.min-h-100 {
    min-height: 100% !important;
}

.pl25 {
    padding-left: 40px;
    padding-top: 85px;
    padding-bottom: 85px;
}

.fixed-div {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    z-index: 100;
}

.pt4 {
    padding-top: 4.5rem;
}

.hidden-sm {
    visibility: hidden;
}

.ptb-size {
    padding-top: 214px;
    padding-bottom: 147px;
}

.quection-icon {
    vertical-align: baseline !important;
    height: 34px;
    width: auto;
}

.btn-choose-2 {
    color: white !important;
    background-color: #60697b !important;
    border-color: #60697b !important;
}

@media (min-width: 576px) {
    .gray-border {
        border: 1px solid #868c97;
        border-radius: 10px;
    }
}

@media (min-width: 998px) {
    .plpr-150 {
        padding-left: 130px;
        padding-right: 130px;
    }

    .plpr-180 {
        padding-left: 180px;
        padding-right: 180px;
    }

    .videoPlayer {
        max-width: 60vw !important;
    }

    .close {
        position: absolute;
        top: -16px;
        right: 8px;
        font-size: 40px !important;
        cursor: pointer;
        margin-left: -18px;
        z-index: 999999 !important;
        cursor: pointer;
        color: white !important;
    }

    .videoSize2 {
        width: 800px !important;
    }
}

@media (min-width: 1400px) {
    .anime {
        width: 823px;
        height: 500px;
        margin-bottom: 100px;
    }

    .anime-img {
        left: 0;
        right: 0;
        width: 550px;
        height: 1050px;
        margin-top: -650px;
    }

    .pl25 {
        padding-left: 100px !important;
    }

    .p-service-section {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }

    .ptb-size {
        padding-top: 304px !important;
        padding-bottom: 323px !important;
    }

    .videoPlayer {
        max-width: 40vw !important;
    }

    .close {
        position: absolute;
        top: -16px;
        right: 8px;
        font-size: 40px !important;
        cursor: pointer;
        margin-left: -18px;
        z-index: 999999 !important;
        cursor: pointer;
        color: white !important;
    }

    .videoSize2 {
        width: 800px !important;
    }
}

@media (max-width: 480px) {
    .requirement-container {
        width: auto;
        height: 38% !important;
        background-size: 124vw !important;
    }

    .requirement-container-2 {
        margin-top: -585px !important;
    }
}

@media (min-width: 480px) and (max-width: 580px) {
    .requirement-container {
        width: auto;
        height: 20% !important;
        background-size: 124vw !important;
    }

    .requirement-container-2 {
        margin-top: -660px;
    }
}

@media (min-width: 580px) and (max-width: 998px) {
    .requirement-container {
        width: auto;
        height: 24% !important;
        background-size: 124vw !important;
    }

    .requirement-container-2 {
        margin-top: -590px;
    }
}

@media (min-width: 998px) and (max-width: 1200px) {
    .requirement-container {
        width: auto;
        height: 24% !important;
        background-size: 124vw !important;
    }

    .requirement-container-2 {
        margin-top: -590px;
    }
}

@media (max-width: 998px) {
    .left-side {
        z-index: 14;
        background-color: #fd7a08;
        border-top-right-radius: 233px;
        border-bottom-right-radius: 65px;
        padding: 20px 0;
        color: #fff;
        margin-right: -135px;
    }

    .right-side {
        background-image: url(../static/assets/img/photos/ab2.jpg);
        background-size: cover;
        background-position: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -73px;
    }

    .videoPlayer {
        max-width: 90vw !important;
    }

    .close {
        position: absolute;
        top: -16px;
        right: 8px;
        font-size: 40px !important;
        cursor: pointer;
        margin-left: -18px;
        z-index: 999999 !important;
        cursor: pointer;
        color: white !important;
    }

    .videoSize2 {
        width: 80vw !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .left-side {
        z-index: 14;
        background-color: #fd7a08;
        border-top-right-radius: 233px;
        border-bottom-right-radius: 65px;
        padding: 20px 0;
        color: #fff;
        margin-right: 85px;
    }

    .right-side {
        background-image: url(../static/assets/img/photos/ab2.jpg);
        background-size: cover;
        background-position: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -324px;
    }

    .requirement-container-2 {
        margin-top: -330px;
    }
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .left-side {
        z-index: 14;
        background-color: #fd7a08;
        border-top-right-radius: 233px;
        border-bottom-right-radius: 65px;
        padding: 20px 0;
        color: #fff;
        margin-right: -36px;
    }

    .right-side {
        background-image: url(../static/assets/img/photos/ab2.jpg);
        background-size: cover;
        background-position: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -186px;
    }

    .requirement-container-2 {
        margin-top: -330px;
    }
}

@media (min-width: 1700px) {
    .left-side {
        z-index: 14;
        background-color: #fd7a08;
        border-top-right-radius: 233px;
        border-bottom-right-radius: 65px;
        padding: 20px 0;
        color: #fff;
        margin-right: -210px;
    }

    .right-side {
        background-image: url(../static/assets/img/photos/ab2.jpg);
        background-size: cover;
        background-position: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -700px;
    }

    .plpr-150 {
        padding-left: 250px;
        padding-right: 250px;
    }

    .plpr-180 {
        padding-left: 300px;
        padding-right: 300px;
    }

    .requirement-container-2 {
        margin-top: -330px;
    }
}

@media (max-width: 1400px) {
    .anime {
        width: 700px;
        height: 550px;
        margin-top: -150px;
    }

    .anime-img {
        left: 0;
        right: 0;
        width: 530px;
        height: 500px;
        margin-top: -550px;
    }
}

@media (max-width: 1200px) {
    .anime {
        width: 556px;
        height: 500px;
        left: 0;

    }

    .anime-img {
        left: 0;
        right: 0;
        width: 526px;
        height: 526px;
        margin-top: -490px;
    }
}

@media (max-width: 992px) {
    .anime {
        width: 510px;
        height: 600px;
        margin-left: 0;
        margin-top: -60px;
    }

    .anime-img {
        left: 0;
        right: 0;
        width: 480px;
        margin-top: -600px;
    }

    .l-height15 {
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .anime {
        width: 510px;
        height: 480px;
        right: 500px;
        margin-left: 0;
    }

    .anime-img {
        left: 0;
        right: 0;
        width: 450px;
        margin-top: -550px;
    }
}

@media (max-width: 576px) {
    .anime {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .anime-img {
        width: 100%;
        height: auto;
        margin-top: -350px;
    }
}

.dropdown-input::placeholder {
    font-weight: 700;
    color: #333;
}

@media (max-width: 767px) {
    .creative-ui {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .get_start_btn {
        padding: 14px !important;
    }

    .dropdown-container {
        margin-right: 0;
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
    }

    .dropdown-container2 {
        margin-right: 0;
        margin-bottom: 0px;
    }

    .dropdown-container-issue {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
    }
}

.mlr-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.btn-white {
    background: #ffffff !important;
    color: #fd7a08 !important;
}

.bg-gray2 {
    background-color: #f2f2f2;
}

.bg-orange2 {
    background-color: #fff8f1;
}

.bg-white {
    background-color: #fff;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.bg-icon {
    height: 60px;
    width: 60px;
    background-color: #fff0e2;
    border-radius: 50px;
}

.bg-icon2 {
    height: 78px;
    width: 78px;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.requirement-container {
    width: auto;
    height: 60%;
    background-size: cover;
}

.requirement-container2 {
    margin-top: 724px;
}

.size-box-why {
    width: 100%;
    height: 100%;
}

.bg-group-img {
    background-size: cover;
    width: 100%;
    height: auto;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999 !important;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    z-index: 99999 !important;
}

body {
    height: 100vh;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay2 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay2 {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close {
    position: absolute;
    top: -16px;
    right: 8px;
    font-size: 40px !important;
    cursor: pointer;
    margin-left: -18px;
    z-index: 999999 !important;
    cursor: pointer;
    color: white !important;
}

@media screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: 0;
        height: 100%;
    }
}

@media screen and (max-width: 799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.img-first-section-md {
    max-height: 0;
    max-width: 0;
}

.plpr-0 {
    padding-left: 2px;
    padding-right: 0;
}

.ok-btn {
    padding: 6px 10px 6px 10px !important;
    font-size: 14px !important;
}

.mtm-20 {
    margin-top: -20px;
}

.card-view-service {
    border-radius: 10px;
}

.card1-bg {
    background-color: #FFD9B8;
}

.card2-bg {
    background-color: #FFBC82;
}

.card3-bg {
    background-color: #FDA457;
}

.card1-icon-bg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.card2-icon-bg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.card3-icon-bg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-font-coler-service {
    color: #000000 !important;
}

.f-mb-0 {
    margin-bottom: 0px;
}

.btn-size-chat-s {
    height: 49px;
    width: 40px;
}

.max-width {
    max-width: 100% !important;
}

.sigCanvas {
    min-width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border: 1px solid black !important;
    border-radius: 10px !important;
}

.sigCanvasNew {
    border-radius: 10px !important;
    border: 1px solid black;
    width: 150px;
    height: 150px;
}

.sigCanvasNewDiv {
    border-radius: 10px !important;
    width: 150px;
    height: 150px;
}

@media (max-width: 375px) {
    .sigCanvasNew {
        width: 250px;
        height: 150px;
    }

    .sigCanvasNewDiv {
        width: 250px;
        height: 150px;
    }
}

@media (min-width: 375px) and (max-width: 460px) {
    .sigCanvasNew {
        width: 280px;
        height: 150px;
    }

    .sigCanvasNewDiv {
        width: 280px;
        height: 150px;
    }
}

@media (min-width: 450px) and (max-width: 540px) {

    .sigCanvasNew {
        width: 350px;
        height: 150px;
    }

    .sigCanvasNewDiv {
        width: 350px;
        height: 150px;
    }
}

@media (min-width:540px) and (max-width: 767px) {
    .sigCanvasNew {
        width: 430px;
        height: 150px;
    }

    .sigCanvasNewDiv {
        width: 430px;
        height: 150px;
    }
}

@media (min-width:768px) and (max-width: 768px) {
    .sigCanvasNew {
        width: 620px;
        height: 150px;
    }

    .sigCanvasNewDiv {
        width: 620px;
        height: 150px;
    }
}


@media (min-width: 830px) and (max-width: 989px) {

    .sigCanvasNew {
        width: 300px;
        height: 150px;
    }

    .sigCanvasNewDiv {
        width: 300px;
        height: 150px;
    }
}


.sigCanvasClientAssesment {
    width: 150px;
    height: 150px
}

@media (max-width: 575px) {
    .sigCanvasClientAssesment {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .sigCanvasClientAssesment {
        width: 250px
    }
}

@media (min-width: 1024px) {
    .sigCanvasClientAssesment {
        width: 250px
    }
}

.sigCanvasClientTherapyPlan {
    width: 150px;
    height: 150px
}

@media (max-width: 575px) {
    .sigCanvasClientTherapyPlan {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .sigCanvasClientTherapyPlan {
        width: 250px
    }
}

@media (min-width: 1024px) {
    .sigCanvasClientTherapyPlan {
        width: 250px
    }
}

.sigCanvasClientAssesmentDiagoniceNote {
    width: 400px;
    height: 300px;
    border: 1px solid;
}

.sigCanvasClientAssesmentDiagoniceNoteNew {
    width: 400px;
    height: 300px;
}

@media (max-width: 575px) {
    .sigCanvasClientAssesmentDiagoniceNote {
        width: 250px;
        height: 250px;

    }

    .sigCanvasClientAssesmentDiagoniceNoteNew {
        width: 250px;
        height: 250px;
    }
}

.sigCanvasGenerateAINotesNew {
    border-radius: 10px !important;
    border: 1px solid black;
    width: 400px;
    height: 150px;
}

.sigCanvasGenerateAINotesNewDiv {
    width: 400px;
    height: 150px;
}

@media (max-width: 450px) {
    .sigCanvasGenerateAINotesNew {
        width: 320px;
        height: 80px;
    }

    .sigCanvasGenerateAINotesNewDiv {
        width: 320px;
        height: 80px;
    }
}






.fs-12-signature {
    font-size: 12px;
}

.close-sm2 {
    height: 22px;
    width: 22px;
}

.icon-btn-ai {
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.goal-container-ai {
    border: 1px solid #6d6c6c;
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.more-iconAi {
    display: block;
    line-height: 20px;
}

.icon-s-sm {
    height: 28px;
    width: auto;
}

.fc .fc-bg-event {
    background: rgb(255 4 104) !important;
    opacity: 1 !important;
    color: #fff !important;
}

.fc .fc-bg-event:hover {
    background: #e60e0e !important;
}

.fc-timegrid-slot {
    height: 1.5em !important;
    border-bottom: 0 !important;
}

.dates-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.default-therapist {
    display: flex;
    align-items: center;
}

.dt-btn {
    margin-left: 5px;
    margin-bottom: 6px;
    background: transparent !important;
}

.dt-name {
    color: #ff8000;
    font-size: 15px;
}

.default-therapist-list {
    display: flex;
    flex-direction: column;
}

.therapist-one {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 35px;
    padding: 0px 10%;
    margin-bottom: 20px;
}

.therapist-name {
    width: 70%;
    height: 35px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
}

.set-default {
    width: 30%;
    height: 35px;
    display: flex;
    justify-content: center;
}

.set-default-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dt-icon {
    font-size: 22px;
}

.block-dates {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    margin-bottom: 15px;
    font-size: 12px;
    cursor: pointer;
}

.avialble-times {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    margin-bottom: 15px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 25px;
}

.block-dates-btn {
    background: #ff0468!important;
    color: #fff!important;
}

.block-dates-btn-enabled {
    color: #604f4f!important;
    background-color: #f5d404!important;
}

.available-times-btn {
    border-radius: 6px;
    background: #2dd37b!important;
    color: #fff!important;
    padding: 5px 10px;
}

.available-times-btn-enabled {
    color: #604f4f!important;
    background-color: #f5d404!important;
}

.fc-highlight {
    background: #fae3a8 !important;
    opacity: 0.5 !important;
    cursor: pointer;
}

.remove-blocked-dates {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e7e7e7;
}
.sync-with-google{
    background: #f5d404!important;
    color: #fdfdfd!important;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.unblock-date-icon {
    width: 20px;
    height: 20px;
}

.spinner-loading {
    color: #FFBC82;
    margin-top: 3px;
}

.note-div-sec1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    padding-bottom: 5px;
}

.note-div-sec2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.note-merge-sec {
    background: #9f26bc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    color: #fff;
    margin-left: 15px;
}

.note-regular-call {
    background: #1de5cf;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.does-not-repeat {
    background: #ffa3d9;
    padding: 3px 8px;
    margin-right: 10px;
    border-radius: 5px;
}

.weekly {
    background: #c9d60c;
    padding: 3px 8px;
    margin-right: 10px;
    border-radius: 5px;
}

.bi-weekly {
    background: #abc8f8;
    padding: 3px 8px;
    margin-right: 10px;
    border-radius: 5px;
}

.COMPLETED {
    background-color: rgba(18, 186, 18, 0.779);
    color: #fff !important;
    padding: 2px 6px;
    border-radius: 6px;
}

.CANCELLED {
    background-color: red;
    color: #fff !important;
    padding: 2px 6px;
    border-radius: 6px;
}

.ONGOING {
    background-color: rgb(179, 146, 17);
    color: #fff !important;
    padding: 2px 6px;
    border-radius: 6px;
}

.STARTED,
.INITIALIZED {
    background-color: rgb(21, 96, 237);
    color: #fff !important;
    padding: 2px 6px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .note-div-sec1 {
        flex-direction: column;
    }

    .note-div-sec2 {
        width: 190px;
    }

    .created-at-label {
        display: none;
    }
}

#dropdown-list-issue {
    padding: 2px;
    position: absolute;
    padding-left: 0;
    text-align: left;
    max-height: none;
    overflow: visible;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    width: auto;
    height: auto;
    padding-right: 10px;
}

@media (min-width: 768px) {
    #dropdown-list-issue {
        width: 500px;
    }
}

@media (max-width: 767px) {
    #dropdown-list-issue {
        width: auto;
    }
}


#dropdown-list-issue li {
    list-style: none;
    break-inside: avoid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.dropdown-container-issue {
    position: relative;
    margin-right: 10px;
    text-align: left;
}

.topic-text {
    font-size: 20px;
}

.btn-mobile {
    max-width: 500px;
    white-space: normal;
    text-align: center;
}

.max-width {
    max-width: 100%;
}

.review-button-margin {
    margin-left: 20px;
}

.brand-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 180px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.brand-logo {
    object-fit: contain;
}

.brand-name {
    display: none;
    font-size: 14px;
    color: #000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.brand-logo-container:hover {
    border: 2px solid black;
    border-radius: 10px;
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    justify-content: space-around;
}

.brand-logo-container:hover .brand-name {
    display: block;
}

.brand-name-button {
    display: none;
}

.brand-logo {
    max-width: 100%;
}

@media (max-width: 768px) {
    .brand-name-button {
        display: block;
        font-size: 13px;
    }

    .brand-logo-container:hover .brand-name {
        display: none;
    }

    .brand-name {
        display: none;
    }

    .brand-logo-container:hover {
        border: none;
        border-radius: 0px;
        transform: none;
        box-shadow: none;
        justify-content: center;
    }

    .brand-logo {
        max-width: 70%;
        min-width: 40%;
    }

    .center-mobile {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #blob1 {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

.divider-top {
    display: none;
}

@media (max-width: 767px) {
    .divider-top {
        display: block;
        border-top: 1px solid #ccc;
        width: 100%;
        max-width: calc(100% - 16px);
        margin: 0 auto;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.button-box-container {
    margin-top: auto;
    display: flex;
    justify-content: center;
    border-radius: 0.4rem;

}

@media (max-width: 767px) {
    .button-box-container {
        display: block;
        padding: 5px;
    }

    .button_Ui.get_start_btn {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    #loginLinkButton {
        display: block;
        margin: 20px auto;
        max-width: 200px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .creative-ui {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }

    .get_start_btn {
        padding: 14px !important;
    }

    .dropdown-container {
        margin-right: 0;
        margin-bottom: 0px;
        width: 100%;
        text-align: left;
    }

    .dropdown-container2 {
        margin-right: 0;
        margin-bottom: 0px;
    }

    .divider-top {
        display: block;
        border-top: 1px solid #ccc;
        width: 100%;
        max-width: calc(100% - 16px);
        margin: 0 auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .divider {
        display: none;
    }

    .button-box-container {
        display: block;
        padding: 5px;
    }

    .button_Ui.get_start_btn {
        width: 100%;
        box-sizing: border-box;
        border-top-left-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem;
    }

    .dropdown-list {
        width: 100%;
    }

}

.dropdown-list-issue-display-none {
    display: none !important;
}

.dropdown-list-issue-display-grid {
    display: grid !important;
}

.selected-option {
    background-color: #FFBE57 !important;
    color: white;
    border-radius: 10px;
    margin-left: 10px;
}

.submit-button {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.shared {
    grid-column: 1 / span 2;
}

.dropdown-list-insurance-display-block {
    display: block !important;
}

.button-fixed {
    width: 250px;
    white-space: normal;
    text-align: center;
    overflow-wrap: break-word;
    line-height: 1.4;
    padding: 10px 15px;
}

/*---------------------------
    Social Share Style
---------------------------*/
.social-share {
    margin: -10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-share li {
    margin: 10px;
}

.social-share li a {
    border: 1px solid var(--color-border-1);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    color: var(--color-body);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.social-share li a:hover {
    background-color: var(--color-lavni);
    border-color: var(--color-lavni);
    color: var(--color-white-1);
}

.social-share.icon-transparent {
    margin: 0 -15px;
}

.social-share.icon-transparent li {
    margin: 0 15px;
}

.social-share.icon-transparent li a {
    height: auto;
    width: auto;
    color: var(--color-body);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: initial;
    font-size: 18px;
    border: none;
    border-radius: 0;
}

.social-share.icon-transparent li a:hover {
    color: var(--color-lavni);
    background-color: transparent;
}

.team-details-content .main-info .team-meta,
.team-details-content .contact-info ul,
.edu-cta-banner .shape-group,
.edu-blog-area .shape-group,
.about-image-gallery .shape-group li {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-content {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .team-details-content {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .team-details-content .main-info .title {
        margin-bottom: 0;
    }

    .team-details-thumb {
        text-align: center;
        margin-bottom: 30px;
    }

    .team-details-thumb .thumbnail img {
        width: 250px !important;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .team-details-content .main-info .title {
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

    .team-details-thumb {
        text-align: center;
        margin-bottom: 25px;
    }

    .team-details-thumb .thumbnail img {
        width: 230px !important;
        height: 230px;
    }
}

.team-details-thumb .thumbnail {
    margin-bottom: 30px;
}

.team-details-thumb .thumbnail img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.team-details-thumb .social-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .team-details-thumb .thumbnail {
        margin-bottom: 10px;
    }
}

.team-details-content .main-info {
    margin-bottom: 30px;
}

.team-details-content .main-info .subtitle {
    font-weight: var(--p-medium-1);
    color: var(--color-lavni);
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.team-details-content .main-info .title {
    margin-bottom: 0;
}

.team-details-content .main-info .team-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-content .main-info .team-meta {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .team-details-content .main-info .team-meta {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .counseling-p {
        margin-bottom: 0px !important;
    }
}

.team-details-content .main-info .team-meta li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-heading-1);
    margin-right: 40px;
    position: relative;
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
}

.team-details-content .main-info .team-meta li:after {
    content: "";
    height: 19px;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 3px;
    right: -22px;
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
}

.team-details-content .main-info .team-meta li:last-child {
    margin-right: 0;
}

.team-details-content .main-info .team-meta li:last-child:after {
    display: none;
}

.team-details-content .main-info .team-meta li i {
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 7px;
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
}

.team-details-content .main-info .team-meta li .rating {
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
}

.team-details-content .main-info .team-meta li .rating i {
    color: #ff8000;
    margin-right: 0;
}

.team-details-content .main-info .team-meta li .location {
    color: #ff8000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.team-details-content .main-info .team-meta li .rating-count {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-heading-1);
    margin-left: 10px;
    -webkit-transition: var(--transition-1);
    transition: var(--transition-1);
}

.team-details-content .contact-info {
    margin-top: 40px;
}

.team-details-content .contact-info ul li span {
    font-family: var(--font-secondary-1);
    min-width: 100px;
    display: inline-block;
    font-weight: var(--p-semi-bold);
    color: var(--color-heading-1);
}

html[dir="rtl"] .team-details-content .main-info .team-meta li {
    margin-right: inherit;
    margin-left: 40px;
}

html[dir="rtl"] .team-details-content .main-info .team-meta li::after {
    right: inherit;
    left: -22px;
}

html[dir="rtl"] .team-details-content .main-info .team-meta li i {
    margin-right: inherit;
    margin-left: 7px;
}

.therapy-features img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.therapy-features span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
}

.button-fixed:hover span {
    color: #60697B;
}

.edu-cta-banner-area {
    padding: 80px 0;
    background-color: #f0f4f5;
    position: relative;
    z-index: 1;
}

.edu-cta-banner-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FAD961, #F76B1C);
    z-index: 1;
}

.edu-cta-banner-area::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(./../img/icons/public/cta.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.edu-cta-banner {
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-cta-banner-area {
        padding: 80px 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-area {
        padding: 80px 0 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-cta-banner-area .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner-area .shape-group {
        display: none;
    }
}

.home-one-cta-wrapper,
.university-cta-wrapper,
.online-academy-cta-wrapper {
    overflow: hidden;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-02 {
    bottom: -9px;
    left: 11px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-03 {
    top: -21px;
    right: -115px;
    z-index: 0;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 767px) {
    .edu-cta-banner .shape-group {
        display: none;
    }
}

.edu-cta-banner .shape-group li {
    position: absolute;
    z-index: -1;
}

.edu-cta-banner .shape-group li.shape-1 {
    bottom: 0;
    left: -130px;
}

.edu-cta-banner .shape-group li.shape-2 {
    top: -105px;
    right: -160px;
}

.therapy-section {
    padding: 40px 0;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .therapy-section {
        padding: 30px 0;
    }
}

.therapy-features {
    display: flex;
    justify-content: center;
    gap: 50px;

}


.therapy-feature-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    width: 100%;
    max-width: 350px;
    height: auto;
    transition: box-shadow 0.3s ease-in-out;
}

.therapy-feature-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.therapy-icon-box {
    width: 80px;
    height: 80px;
    background-color: #fcebd9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.therapy-icon-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.therapy-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.therapy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.therapy-tags span {
    padding: 2px 12px;
    border: 1px solid rgb(201, 200, 200);
    border-radius: 5px;
    font-size: 0.9rem;
}

.therapy-approaches,
.therapy-fees {
    list-style-type: none;
    padding-left: 0;
}

.therapy-approaches li,
.therapy-fees li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
}

.therapy-check-icon {
    width: 16px;
    height: 16px;
    background-image: url('path-to-check-icon.png');
    background-size: contain;
    margin-right: 8px;
}

.rating img,
.contact img {
    width: 18px;
    height: auto;
}

.therapy-approaches li i,
.therapy-fees li i {
    color: #ff8000;
}

.therapy-approaches li span,
.therapy-fees li span,
.therapy-tags span {
    font-size: small;
    text-transform: capitalize;
}

.commont-logo-bottom-in {
    margin-bottom: -20px;
}

.insurance-area .icon img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .insurance-area .icon img {
        width: 120px;
        height: auto;
        padding-bottom: -50px;
        padding-top: -50px;
    }
}

.insurance-area {
    padding: 60px 0;
    background-color: #fdf5e8;
    position: relative;
    z-index: 1;
}

.insurance-area .insurance-banner h5 {
    font-size: small;
    font-weight: 500;
}

html[dir="rtl"] .edu-about-area .about-content .features-list li {
    padding-left: 0;
    padding-right: 35px;
}

html[dir="rtl"] .edu-about-area .about-content .features-list li::before {
    left: inherit;
    right: 0;
}

html[dir="rtl"] .edu-about-area .award-status {
    right: inherit;
    left: 70px;
}

html[dir="rtl"] .edu-about-area .award-status .inner .icon {
    margin-right: 0;
}

html[dir="rtl"] .edu-about-area .award-status .inner .content {
    text-align: right;
    margin-right: 15px;
}

.about-image-gallery {
    position: relative;
    padding: 90px 0 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-gallery {
        text-align: center;
    }
}

.about-image-gallery img {
    border-radius: 10px;
}

.about-image-gallery .shape-group li {
    position: absolute;
    z-index: -1;
}

.about-image-gallery .shape-group li.shape-1 {
    top: 20px;
    left: -100px;
}

@media only screen and (max-width: 991px) {
    .about-image-gallery .shape-group li.shape-1 {
        left: 0;
    }
}

.about-image-gallery .shape-group li.shape-2 {
    bottom: -30px;
    right: 130px;
}

.about-style-4 .about-image-gallery {
    padding: 80px 0 65px;
    margin-right: 30px;
}

.about-style-4 .about-image-gallery .main-img-1 {
    background-color: var(--color-white-1);
    padding: 20px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 0 20px 40px 0 rgba(42, 11, 88, 0.1);
}

.about-style-4 .about-image-gallery .main-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-style-4 .about-image-gallery .shape-group .shape-1 {
    left: inherit;
    right: 85px;
    top: 0;
}

.about-style-4 .about-image-gallery .shape-group .shape-2 {
    right: 31px;
    left: inherit;
    top: 32px;
    z-index: -2;
    bottom: inherit;
}

.about-style-4 .about-image-gallery .shape-group .shape-3 {
    right: inherit;
    left: -32px;
    bottom: 32px;
}

.about-style-4 .about-image-gallery .shape-group .shape-4 {
    right: 70px;
    bottom: -25px;
    z-index: -1;
}

.about-style-4 .about-image-gallery .shape-group .shape-4 span {
    display: block;
    height: 320px;
    width: 320px;
    border: 1px solid var(--color-border-1);
    border-radius: 50%;
}

.ift-cta {
    display: inline-block;
    background-color: #ff8000;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.ift-cta:hover {
    background-color: #FF8C00;
    color: white;
}

@media (max-width: 992px) {
    .ift-cta {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .ift-cta {
        display: block;
        width: 80%;
        text-align: center;
        padding: 8px 0;
        margin: 8px auto;
    }

    .mobile-center-text {
        text-align: center !important;
    }
}

/* About Styles */
.bg-new {
    background-color: #FFFBF4;
}

.about-main-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}

.about-main-image-item {
    display: block;
}

.about-main-image-item figure {
    width: 230px;
    height: 230px;
}

.about-main-image-item figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .about-main-image-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
    }

    .about-main-image-item:nth-child(1) {
        grid-column: 1 / span 1;
        position: relative;
        top: 110px;
    }

    .about-main-image-item:nth-child(2) {
        grid-column: 2 / span 1;
        position: relative;
        top: -30px;
    }

    .about-main-image-item:nth-child(3) {
        grid-column: 3 / span 1;
        position: relative;
        top: 50px;
    }
}

@media (max-width: 767px) {
    .about-main-image-grid {
        display: none;
    }
}

@media (max-width: 992px) {
    .about-main-image-grid {
        display: none;
    }
}

.about-lavni-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
}

.about-lavni-sub-title {
    color: #000;
}

@media (max-width: 992px) {

    .about-lavni-title,
    .about-lavni-sub-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-lavni-title {
        font-size: 1.8rem;
        font-weight: 600;
        margin-top: 30px;
    }

    .about-lavni-sub-title {
        font-size: 1rem;
        margin-bottom: 30px;
        margin-top: 10px;
        color: #000;
    }
}

.about-image-4 {
    width: 100%;
    height: auto;
}

.about-image-5 {
    margin-left: 20px;
    margin-top: 90px;
    width: 100%;
    height: auto;
}

.about-image-8 {
    margin-left: 25px;
    margin-top: 70px;
    width: 90%;
    height: auto;
}

.about-image-6 {
    width: 100%;
    height: auto;
}

.about-image-7 {
    width: 97%;
    height: auto;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .about-image-4 {
        width: 400px !important;
        height: 400px;
    }

    .about-image-6 {
        width: 450px !important;
        height: 450px;
        margin-top: 0px;
    }

    .about-image-container {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-image-5 {
        width: 430px !important;
        height: 430px;
        margin-top: 2px;
        margin-left: 0px;
        margin-bottom: 7px;
    }

    .about-image-8 {
        width: 430px !important;
        height: 450px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 7px;
    }

    .about-image-7 {
        width: 430px !important;
        height: 450px;
        margin-top: 3px;
    }
}

@media (max-width: 768px) {
    .about-image-4 {
        width: 250px !important;
        height: auto;
        margin-top: 18px;
    }

    .about-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-image-6 {
        width: 300px !important;
        height: auto;
        margin-top: 0px;
    }

    .about-image-5 {
        width: 300px !important;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 7px;
    }

    .about-image-8 {
        width: 300px !important;
        height: 300px;
        margin-top: 7px;
        margin-left: 0px;
        margin-bottom: 7px;
    }

    .about-image-7 {
        width: 300px !important;
        height: 350px;
        margin-top: 3px;
    }
}

.about-text-content-1 p {
    text-align: left;
}

.about-text-content-1 h2 {
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.5;
}

.onboarding-text-content h2 {
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .about-text-content-1 p .onboarding-text-content p {
        text-align: left;
        margin-left: 10px;

    }

    .about-text-content-1 h2,
    .onboarding-text-content h2 {
        font-size: 1.2rem;
        text-align: left;
        margin-top: 25px;
        margin-bottom: 18px;
        margin-left: 10px;
    }

}

@media (max-width: 992px) {

    .about-text-content-1 p,
    .onboarding-text-content p {
        text-align: left;
        margin-left: 10px;
    }

    .about-text-content-1 h2,
    .onboarding-text-content h2 {
        text-align: left;
        margin-left: 10px;
    }

}

/* About button styles */
.about-btn {
    height: 75px;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.4;
    border: 5px solid transparent;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.about-btn-white {
    background-color: white;
    color: #60697b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.5s ease;
}

.about-btn-white:hover,
.about-btn-white:focus,
.about-btn-white:active {
    background-color: #ff8000;
    color: white;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
}

.about-btn-orange {
    background-color: #ff8000;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.about-btn-orange:hover,
.about-btn-orange:focus,
.about-btn-orange:active {
    transform: translateY(-8px);
    color: white;
}

.about-button-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
}

@media (min-width: 768px) {
    .about-button-group {
        flex-direction: column;
    }
}

/* Blog Styles */
.blog-image-1 {
    width: 100%;
    height: auto;
}

.blog-image-3 {
    width: 80%;
    height: auto;
}

.blog-image-2 {
    width: 80%;
    height: auto;
}

.blog-image-5 {
    width: 75%;
    height: auto;
}

.blog-image-4 {
    width: 80%;
    height: auto;
}

@media (max-width: 992px) {
    .blog-image-1 {
        width: 380px !important;
        height: 380px;
        margin-top: 5px;
    }

    .blog-image-4 {
        width: 380px !important;
        height: 380px;
        margin-top: 5px;
    }

    .blog-image-5,
    .blog-image-2 {
        width: 350px !important;
        height: 380px;
        margin-top: 8px;
    }

    .blog-image-3 {
        width: 350px !important;
        height: 380px;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .blog-image-1 {
        display: none;
    }

    .blog-image-4 {
        display: none;
    }

    .blog-image-5 {
        width: 280px !important;
        height: auto;
        margin-top: 6px;
        margin-bottom: 13px;
    }

    .blog-image-2 {
        width: 280px !important;
        height: auto;
        margin-top: 0px;
        margin-bottom: 13px;
        margin-top: 5px;
    }

    .blog-image-3 {
        width: 280px !important;
        height: auto;
        margin-top: 3px;
        margin-bottom: 13px;
    }
}

.blog-lavni-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .blog-lavni-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .blog-lavni-title {
        font-size: 1.6rem;
        font-weight: 600;
        margin-top: 26px;
        padding: 0px 5px;
    }
}

/* Medicaid therapist styles */
.schedule_an_medicaid_appointment {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 778px) {
    .schedule_an_medicaid_appointment {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 50%;
        z-index: 999;
        background-color: white !important;
        transform: translateX(-50%);
        min-width: 287px !important;
        color: white;
        background: #FD7A08 !important;
        font-size: 14px;
        line-height: 1;
        font-family: var(--font-secondary);
        font-weight: 500;
        padding: 18px 40px 18px 40px;
        border-radius: 5px;
        text-align: center;
    }
}

.medicaid-image-1 {
    width: 90%;
    height: auto;
    margin-top: 20px;
}

.medicaid-image-2 {
    width: 100%;
    height: auto;
}

.medicaid-image-4 {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.medicaid-lavni-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.5;
}

.medicaid-text-content-1 p {
    text-align: left;
}

.medicaid-text-content-1 h2 {
    text-align: left;
    margin-bottom: 18px;
    line-height: 1.5;
    font-size: 1.55rem;
}
.articles-text-content-1 p {
    text-align: left;
}

.articles-text-content-1 h2 {
    text-align: left;
    margin-bottom: 18px;
    line-height: 1.5;
    font-size: 1.5rem;
}

.btn-medicaid,
.btn-medicaid-2 {
    font-size: 0.75rem;
    white-space: normal;
    text-align: center;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.medicaid-image-3 {
    width: 80%;
    height: auto;
    margin-top: 55px;
    margin-left: 20px;
}

.medicaid-text-content-2 p {
    text-align: center;
}

.medicaid-text-content-2 h2 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 1.55rem;
}

@media (max-width: 768px) {
    .medicaid-text-content-1 p {
        text-align: left;
        margin-left: 10px;
    }

    .medicaid-text-content-1 h2 {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 12px;
        margin-left: 10px;
        font-size: 25px;
    }
    .articles-text-content-1 p {
        text-align: left;
        margin-left: 10px;
    }

    .articles-text-content-1 h2 {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 12px;
        margin-left: 10px;
        font-size: 25px;
    }

    .medicaid-image-1 {
        display: none;
    }

    .medicaid-image-2 {
        width: 280px !important;
        height: auto !important;
        margin-top: 12px !important;
    }

    .medicaid-image-4 {
        width: 300px !important;
        height: auto !important;
        margin-top: 0px !important;
    }

    .medicaid-lavni-title {
        font-size: 1.6rem !important;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .medicaid-image-3 {
        width: 300px !important;
        height: 250px !important;
        margin-top: 0px;
        margin-bottom: 10px !important;
        margin-left: 0px;
    }

    .btn-medicaid {
        margin-left: 10px;
        margin-bottom: 12px !important;
        white-space: normal;
        text-align: center;
        padding: 10px;
        width: 100% !important;
    }

    .btn-medicaid-2 {
        padding: 10px;
        width: 100% !important;
        margin-left: 10px;
        margin-bottom: 35px;
        white-space: normal;
        text-align: center;
    }

    .medicaid-text-content-2 p {
        text-align: left;
        margin-left: 10px;
    }

    .medicaid-text-content-2 h2 {
        text-align: left;
        margin-top: 25px;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 25px;
    }

}

@media (max-width: 992px) {
    .medicaid-text-content-1 p {
        text-align: left;
        margin-left: 10px;
        margin-bottom: 4px !important;
    }

    .medicaid-text-content-1 h2 {
        text-align: left;
        margin-left: 10px;
    }
    .articles-text-content-1 p {
        text-align: left;
        margin-left: 10px;
        margin-bottom: 4px !important;
    }

    .articles-text-content-1 h2 {
        text-align: left;
        margin-left: 10px;
    }

    .medicaid-image-3 {
        width: 300px;
        height: 380px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .btn-medicaid {
        margin-left: 10px;
        margin-bottom: 20px;
        white-space: normal;
        text-align: center;
        padding: 8px;
    }

    .btn-medicaid-2 {
        margin-left: 10px;
        margin-bottom: 30px;
        white-space: normal;
        text-align: center;
        padding: 8px;
    }

    .medicaid-image-1,
    .medicaid-image-2,
    .medicaid-image-4 {
        width: 350px;
        height: 350px;
        margin-top: 3px;
    }

    .medicaid-lavni-title {
        font-size: 2.1rem;
        text-align: center;
    }

    .medicaid-text-content-2 p {
        text-align: left;
        margin-left: 10px;
    }

    .medicaid-text-content-2 h2 {
        text-align: left;
        margin-left: 10px;
        margin-top: 20px;
    }

}

.benefit-row {
    display: flex;
    align-items: center;
}

.medicaid-icon {
    width: 60px;
    height: 60px;
    background-color: none;
    border-radius: 50%;
}

.size-60 {
    width: 60px;
    height: 60px;
}

.benefit-text {
    text-align: left;
}

@media (max-width: 768px) {
    .benefit-row {
        flex-direction: column;
        text-align: center;
    }

    .benefit-icon-column {
        width: 100%;
        margin-bottom: 10px;
    }

    .benefit-text-column {
        width: 100%;
    }

    .medicaid-icon {
        margin-bottom: 4px;
    }

    .benefit-text {
        text-align: center;
    }
}

.unique-card-1 {
    border-radius: 15px;
    border: none;
    transition: transform 0.3s ease-in-out;
    height: 420px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.unique-card-2 {
    border-radius: 15px;
    border: none;
    transition: transform 0.3s ease-in-out;
    min-height: 340px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.unique-card-3 {
    border-radius: 15px;
    border: none;
    transition: transform 0.3s ease-in-out;
    height: 420px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .unique-card-2 {
        height: 320px;
    }

    .unique-card-1 {
        height: 280px;
    }

    .unique-card-3 {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .unique-card-2 {
        height: 400px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .unique-card-1 {
        height: 280px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .unique-card-3 {
        height: 280px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.unique-step-badge {
    position: absolute;
    top: 8px;
    left: 7px;
    background-color: #EDEDED;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #FF7F32;
}

.unique-card:hover {
    transform: translateY(-10px);
}

.unique-card p {
    margin-bottom: 5px;
}

.unique-step-icon {
    width: 120px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFA04E;
    margin-top: 15px;
}

.unique-step-svg-1 {
    width: 63px;
    height: 60px;
}

.unique-step-svg-2 {
    width: 40px;
    height: 58px;
}

.unique-step-svg-3 {
    width: 50px;
    height: 58px;
}

.unique-step-number {
    font-weight: bold;
}

@media (max-width: 768px) {
    .unique-step-icon {
        width: 100px;
        height: 100px;
    }

    .unique-card {
        margin-bottom: 20px;
    }
}

.service-lavni-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #000;
    margin-top: 25px;
    margin-bottom: 28px;
    line-height: 1.5;
}

.service-image-4 {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.service-image-3 {
    margin-top: 30px;
    width: 115%;
    height: auto;
}

.service-image-5 {
    margin-top: 50px;
    width: 115%;
    height: auto;
}

.service-image-6 {
    margin-top: 20px;
    width: 120%;
    height: auto;
}

.btn-service {
    margin-top: 10px;
    margin-bottom: 15px;
    white-space: normal;
    text-align: center;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.75rem;
}

@media (max-width: 992px) {
    .service-lavni-title {
        text-align: center;
    }

    .service-image-3,
    .service-image-4,
    .service-image-5,
    .service-image-6 {
        width: 350px;
        height: 350px;
        margin-top: 0px !important;
    }

    .btn-service {
        padding: 8px;
        margin-left: 10px;
        white-space: normal;
        text-align: center;

    }
}

@media (max-width: 768px) {
    .service-lavni-title {
        padding: 0px 7px;
        font-size: 1.65rem;
        font-weight: 600;
        margin-top: 22px;
        margin-bottom: 15px;
    }

    .service-image-3,
    .service-image-6 {
        width: 280px !important;
        height: auto;
        margin-bottom: 6px;
    }

    .service-image-4 {
        width: 200px !important;
        height: 200px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .service-image-5 {
        width: 280px !important;
        height: auto;
        margin-bottom: 20px;
    }

    .btn-service {
        margin-top: 0px !important;
        white-space: normal;
        text-align: center;
        padding: 10px;
        width: 100% !important;
        margin-left: 10px;
    }
}



.services-main-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}

.services-main-image-item {
    display: block;
}

.services-main-image-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

@media (min-width: 768px) {
    .services-main-image-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .services-main-image-item:nth-child(1) {
        grid-column: 1 / span 1;
        position: relative;
        top: -20px;
    }

    .services-main-image-item:nth-child(2) {
        grid-column: 2 / span 1;
        position: relative;
        top: 140px;
    }
}

@media (max-width: 991px) {
    .services-main-image-grid {
        display: none;
    }
}

.get_started_btn {
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 778px) {
    .get_started_btn {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 50%;
        z-index: 999;
        background-color: white !important;
        transform: translateX(-50%);
        min-width: 180px !important;
        color: white;
        background: #FD7A08 !important;
        font-size: 14px;
        line-height: 1;
        font-family: var(--font-secondary);
        font-weight: 500;
        padding: 20px 38px 20px 38px;
        border-radius: 5px;
        text-align: center;
    }
}

/***** Quote Section CSS *****/

.quote-section {
    margin-top: 10px;
}


.quote-container {
    padding: 2.5rem;
    background-color: #fff;
    border: 1px solid #ff8000;
    border-radius: 0 35px 0 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 87%;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

.quote-author {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 1rem;
    padding: 10px;
}

.quote-text {
    font-size: 1rem;
    font-style: italic;
    color: #666;
}

@media (max-width: 992px) {
    .quote-container {
        padding: 1.8rem;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .quote-container {
        padding: 1.8rem;
        margin-top: 20px;
    }

    .quote-author {
        font-size: 1.1rem;
    }

    .quote-text {
        font-size: 0.9rem;
    }
}

.onboarding-image-1 {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .onboarding-image-1 {
        width: 350px !important;
        height: 350px;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .onboarding-image-1 {
        width: 280px !important;
        height: 280px;
        margin-top: 0px;
    }
}

.therapy-features .with-border {
    position: relative;
}

.therapy-features .with-border::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    background-color: #ccc;
}

@media (max-width: 768px) {
    .therapy-features .with-border::before {
        display: none;
    }
}

.blogs-dropdown {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    transition: all 0.3s ease;
}

.blogs-dropdown-privacy{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 0px;
    transition: all 0.3s ease;
}
.extra-text-bold {
    color: #343f52; 
}</pre></body></html>