:root {
    --light-purple: #eafaff;
    /* --purple: #6a49f2; */
    --purple: #00c4b4;
    --bg-purple: #00c4b4;
    /* --dark-purple: #32236f; */
    --dark-purple: #005f7f;
    --body-text-purple: #3e3f66;
    --text-white: #ffffff;
    --bg-white: #ffffff;
    --slider-dots-color: #d4d2dd;
    --light-bg: #dfdaf3;
    --white: #fff;
}


@media screen and (min-width: 1400px) {
    .container {
        max-width: 88%;
    }
}

.therapy-section {
    padding: 250px 0;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #FFFFFF;
    line-height: normal;
}

.therapy-section::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(185.15deg, rgba(0, 0, 0, 0.97) 11.4%, rgba(0, 0, 0, 0) 110.73%);
    z-index: -1;
}

.therapy-section .therapy-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.therapy-section .therapy-banner-video {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.therapy-section .therapy-banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.therapy-video-section .therapist-card {
    padding: 20px;
    background-color: #DAF6FF;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    font-size: 18px;
    color: #000000;
    height: 100%;
}

.therapy-video-section .therapist-card .card-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 43px;
    color: #005F7F;
}

.video-card.therapy-video {
    height: 480px;
    border: 8px solid var(--dark-purple);
}

.value-label {
    position: absolute;
    background-color: #f09837;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 10px;
    top: -26px;
    right: -12px;
    line-height: normal;
}

.slick-initialized .slick-slide:nth-child(odd) .testimonial.meet-card .testimonial-content {
    background-color: #B9EEFF;
}

.testimonial.meet-card .testimonial-content .title {
    color: var(--dark-purple);
    font-weight: 600;
}

.therapy-pricing-section {
    background: #f4f5f6;
}

.therapy-pricing-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0 26px;
}

.therapy-pricing-summary-card {
    background: #ffffff;
    border: 2px solid #e5e8eb;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    min-height: 150px;
    padding: 28px 26px;
}

.therapy-pricing-summary-card-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.therapy-pricing-summary-card h3 {
    color: #121822;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
}

.therapy-pricing-summary-card-head span {
    color: #121822;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.therapy-pricing-summary-card p {
    color: #667085;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.therapy-pricing-scroll {
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 18px;
}

.therapy-pricing-table {
    border: 1px solid #e5e8eb;
    border-radius: 16px;
    min-width: 0;
    width: 100%;
    overflow: visible;
}

.therapy-pricing-table-head,
.therapy-pricing-row {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(0, 0.85fr));
}

.therapy-pricing-table-head {
    background: #006675;
    border-radius: 16px 16px 0 0;
    color: #ffffff;
}

.therapy-pricing-feature-head {
    align-items: flex-start;
    border-radius: 16px 0 0 0;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    padding: 34px 30px;
    text-transform: uppercase;
}

.therapy-pricing-plan-head {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 138px;
    padding: 34px 18px 26px;
    position: relative;
    text-align: center;
}

.therapy-pricing-best-plan {
    background: linear-gradient(180deg, #00c4b4 0%, #008b92 100%);
}

.therapy-pricing-value-label {
    background: #f09837;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    padding: 9px 14px;
    position: absolute;
    text-transform: uppercase;
    top: -14px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.therapy-pricing-tier {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.therapy-pricing-plan-head strong {
    display: block;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 4px;
}

.therapy-pricing-plan-head span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 14px;
}

.therapy-pricing-row {
    background: #ffffff;
    min-height: 72px;
}

.therapy-pricing-row-alt {
    background: #eef0f2;
}

.therapy-pricing-feature {
    align-items: center;
    color: #222831;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 12px;
    padding: 20px 30px;
}

.therapy-pricing-dot {
    background: #00c4b4;
    border-radius: 50%;
    flex: 0 0 7px;
    height: 7px;
    width: 7px;
}

.therapy-pricing-check-cell {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 12px;
}

.therapy-pricing-check,
.therapy-pricing-cross {
    font-size: 34px;
    font-weight: 900;
}

.therapy-pricing-check {
    background: linear-gradient(256deg, #00C4B4 0%, #005F7F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.therapy-pricing-cross {
    color: #e71f0a;
}

.therapy-pricing-purchase-row {
    background: #f4f5f6;
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(0, 0.85fr));
    padding: 24px 0 0;
}

.therapy-pricing-purchase-cell {
    background: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 142px;
    padding: 24px 16px 18px;
    position: relative;
}

.therapy-pricing-value-pill {
    background: #f09837;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 9px 14px;
    position: absolute;
    top: 0px;
    white-space: nowrap;
    z-index: 1;
    left: -20px;
}

.therapy-pricing-option {
    align-items: center;
    background: #ffffff;
    border: 2px solid #f09837;
    border-radius: 18px;
    /* box-shadow: 0 5px 0 #111111; */
    color: #f09837;
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.1;
    min-height: 60px;
    padding: 9px 14px;
    position: relative;
    width: 100%;
}

.therapy-pricing-option-amount {
    font-size: clamp(18px, 1.45vw, 24px);
    font-weight: 600;
    white-space: nowrap;
}

.therapy-pricing-option-suffix {
    font-size: clamp(16px, 1.25vw, 22px);
    font-weight: 600;
    margin-left: 2px;
    white-space: nowrap;
}

.therapy-pricing-selected-mark {
    align-items: center;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #009d66;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -7px;
    top: -9px;
    width: 24px;
    z-index: 2;
}

.therapy-pricing-option-full {
    background: #009d66;
    border-color: #009d66;
    border-radius: 18px;
    box-shadow: none;
    color: #ffffff;
    gap: 12px;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px 18px;
}

.therapy-pricing-option-full .therapy-pricing-option-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.05;
    margin-left: 0;
    text-align: left;
    white-space: normal;
}

.therapy-pricing-option-full .therapy-pricing-option-amount {
    color: #ffffff;
}

.therapy-pricing-option.active {
    outline: 4px solid rgba(0, 95, 127, 0.2);
    outline-offset: 2px;
}

.therapy-pricing-option:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.therapy-pricing-book-btn {
    background: #e91d05;
    border-radius: 8px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 18px;
    padding: 16px 24px;
    text-align: center;
    text-transform: uppercase;
}

.therapy-pricing-book-row {
    background: #f4f5f6;
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) minmax(0, 2.55fr);
    padding-bottom: 24px;
}

.therapy-pricing-book-cell {
    background: #ffffff;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.08);
    padding: 1px 18px 20px;
}

.therapy-pricing-book-btn:hover {
    color: #ffffff;
    opacity: 0.9;
}

.therapy-pricing-book-btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}

@media (max-width: 991px) {
    .therapy-pricing-summary {
        grid-template-columns: 1fr;
    }

    .therapy-pricing-scroll {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .therapy-pricing-table-head,
    .therapy-pricing-row,
    .therapy-pricing-purchase-row {
        grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(0, 1fr));
    }

    .therapy-pricing-book-row {
        grid-template-columns: minmax(220px, 1.2fr) minmax(0, 3fr);
    }

    .therapy-pricing-feature-head {
        font-size: 18px;
        padding: 28px 18px;
    }

    .therapy-pricing-plan-head {
        padding-left: 10px;
        padding-right: 10px;
    }

    .therapy-pricing-plan-head strong {
        font-size: 22px;
    }

    .therapy-pricing-feature {
        padding-left: 18px;
        padding-right: 18px;
    }

    .therapy-pricing-purchase-cell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .therapy-pricing-option {
        padding-left: 10px;
        padding-right: 10px;
    }

    .therapy-pricing-option-full .therapy-pricing-option-label {
        font-size: 17px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .therapy-pricing-purchase-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-top: 18px;
    }

    .therapy-pricing-purchase-empty {
        display: none;
    }

    .therapy-pricing-purchase-cell {
        gap: 10px;
        min-height: 136px;
        padding: 24px 10px 14px;
    }

    .therapy-pricing-value-pill {
        font-size: 13px;
        left: 50%;
        padding: 8px 12px;
        top: -8px;
        transform: translateX(-50%);
    }

    .therapy-pricing-option {
        border-radius: 14px;
        flex-direction: column;
        gap: 2px;
        min-height: 58px;
        padding: 8px 6px;
        text-align: center;
    }

    .therapy-pricing-option-full {
        gap: 4px;
        justify-content: center;
    }

    .therapy-pricing-option-full .therapy-pricing-option-label {
        font-size: 15px;
        line-height: 1.05;
        text-align: center;
    }

    .therapy-pricing-option-amount {
        font-size: 15px;
        white-space: normal;
        word-break: break-word;
    }

    .therapy-pricing-option-suffix {
        font-size: 13px;
        margin-left: 0;
    }

    .therapy-pricing-book-row {
        display: block;
        padding-bottom: 18px;
    }

    .therapy-pricing-book-row>div:first-child {
        display: none;
    }

    .therapy-pricing-book-cell {
        padding: 1px 18px 18px;
    }
}

@media (max-width: 575px) {
    .therapy-pricing-summary-card {
        padding: 22px 20px;
    }

    .therapy-pricing-summary-card h3 {
        font-size: 22px;
    }

    .therapy-pricing-table {
        border-radius: 12px;
    }

    .therapy-pricing-table-head {
        border-radius: 12px 12px 0 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .therapy-pricing-feature-head {
        display: none;
    }

    .therapy-pricing-plan-head {
        min-height: 112px;
        padding: 24px 6px 16px;
    }

    .therapy-pricing-plan-head strong {
        font-size: 18px;
    }

    .therapy-pricing-plan-head span {
        font-size: 12px;
    }

    .therapy-pricing-tier {
        font-size: 11px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .therapy-pricing-value-label {
        font-size: 9px;
        padding: 7px 9px;
        top: -11px;
    }

    .therapy-pricing-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .therapy-pricing-feature {
        grid-column: 1 / -1;
        font-size: 14px;
        min-height: auto;
        padding: 16px 14px 12px;
    }

    .therapy-pricing-check-cell {
        border-top: 1px solid #e5e8eb;
        min-height: 54px;
        padding: 10px 6px;
    }

    .therapy-pricing-check,
    .therapy-pricing-cross {
        font-size: 28px;
    }

    .therapy-pricing-purchase-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-top: 16px;
    }

    .therapy-pricing-purchase-empty {
        display: none;
    }

    .therapy-pricing-purchase-cell {
        gap: 10px;
        min-height: 132px;
        padding: 22px 6px 12px;
    }

    .therapy-pricing-value-pill {
        font-size: 10px;
        left: 50%;
        padding: 7px 9px;
        top: -9px;
        transform: translateX(-50%);
    }

    .therapy-pricing-option {
        border-radius: 12px;
        min-height: 50px;
        padding: 8px 6px;
    }

    .therapy-pricing-option-full {
        border-radius: 12px;
        flex-direction: column;
        gap: 4px;
        justify-content: center;
        padding: 8px 6px;
    }

    .therapy-pricing-option-full .therapy-pricing-option-label {
        font-size: 12px;
        text-align: center;
    }

    .therapy-pricing-option-amount {
        font-size: 15px;
        white-space: normal;
        word-break: break-word;
    }

    .therapy-pricing-option-suffix {
        font-size: 12px;
    }

    .therapy-pricing-book-row {
        display: block;
        padding-bottom: 16px;
    }

    .therapy-pricing-book-row>div:first-child {
        display: none;
    }

    .therapy-pricing-book-cell {
        padding: 1px 12px 16px;
    }

    .therapy-pricing-book-btn {
        font-size: 14px;
        padding: 14px 12px;
    }
}

.testimonial.meet-card .testimonial-content {
    display: flex;
    background-color: #ffffff;
    border-radius: 500px;
    gap: 30px;
    overflow: hidden;
    align-items: center;
    padding-right: 40px;
}

.testimonial.meet-card .testimonial-content .description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.stuttering-therapist {
    padding: 20px 0;
}

.desc-slider {
    text-align: left;
}

.stutter-card {
    background-color: #006675;
    border-radius: 20px;
    padding: 30px;
    font-size: 20px;
    color: #ffffff;
    height: 100%;
}

.stutter-card .card-title {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.buy-left-sec {
    background-color: #006674;
    text-align: left;
    padding: 65px 40px;
    font-size: 20px;
    height: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.buy-right-sec {
    background-color: #ffffff;
    padding: 65px 40px;
    text-align: left;
}

.buy-left-sec .section_title h2 {
    font-size: 58px;
}

.buy-right-sec .form-label {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: left;
}

.buy-right-sec .form-control {
    padding: 18px 16px;
    background-color: #ECFAFF;
    border: 1px solid #F0F0F0;
    border-radius: 30px !important;
}

.buy-right-sec .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.buy-right-sec .form-select {
    padding: 18px 16px;
    background-color: #ECFAFF;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
}

.buy-right-sec .input-group {
    gap: 12px;
}

.buy-right-sec .country-select {
    width: 188px;
}

.buy-right-sec .pricing_block .pkg_name {
    display: flex;
    justify-content: end;
    align-items: center;
    color: #000000;
    font-size: 18px;
}

.buy-right-sec .pricing_block {
    padding: 15px 16px;
    background-color: #ECFAFF;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    width: 100%;
    color: rgb(0 0 0 / 50%);
}

.buy-right-sec .pricing_block input[type="radio"] {
    height: 21px;
    width: 21px;
    accent-color: #005F7F;
    border: 1px solid #005F7F;
}

.buy-right-sec .pricing_block:has(input[type="radio"]:checked) {
    background-color: #ECFAFF;
    color: #000000;
}

.buy-right-sec .pricing_block:has(input[type="radio"]:checked) .pkg_name span {
    color: #000000;
}

.buy-right-sec .pricing_block:has(input[type="radio"]:checked) .price {
    color: #000000 !important;
}

.buy-right-sec .content-table tbody tr {
    border-bottom: none;
}

.buy-right-sec .content-table tbody tr.active-row {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background-color: transparent;
    font-size: 20px;
}

.buy-right-sec .content-table tbody td {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.buy-right-sec .content-table input.quantity-input {
    background-color: #ECFAFF;
    border-radius: 50px;
    padding-left: 6px;
    border: none;
}

.buy-right-sec .credit-card-details {
    background-color: #ECFAFF;
    border-radius: 15px;
    padding: 25px 16px;
    border: none;
}

.buy-right-sec .term_check input {
    width: 17px;
    height: 17px;
    accent-color: var(--purple);
}

.buy-right-sec .term_check {
    display: flex;
    align-items: center;
    gap: 6px;
}

.buy-right-sec .form-input-group {
    gap: 12px;
    padding: 18px 16px;
    background-color: #ECFAFF;
    border: 1px solid #F0F0F0;
    border-radius: 30px !important;
}

/* .auth-left-sec{
        background-image: url("../images/auth-side-image.webp");
        position: relative;
        background-size: contain;
        background-repeat: repeat;
        z-index: 1;
        min-height: 100vh;
    } */
.auth-left-sec {

    background-image: url("../images/image.jpeg");
    position: relative;
    background-size: contain;
    background-repeat: repeat;
    z-index: 1;
    min-height: 100vh;
    background-attachment: fixed;
}

.plan-toggle {
    display: flex;
    gap: 8px;

}

.toggle-btn {
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #005F7F;
    background: transparent;
    color: #005F7F;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    font-size: 16px;

}

.toggle-btn.active {
    background-color: #005F7F;
    color: #ffffff;
}

.auth-left-sec::after {
    content: "";
    position: fixed;
    height: 596px;
    width: 41.7%;
    bottom: -2px;
    left: 0;
    background: linear-gradient(179.57deg, rgba(0, 0, 0, 0) 4.47%, rgba(0, 0, 0, 0.64) 33.64%);
    z-index: -1;
}

.auth-left-sec .section_title {
    position: fixed;
    bottom: 22px;
    z-index: 1;
    width: 38%;
}

.otp-tabs .nav-link {
    background-color: #ffffff;
    padding: 12px 34px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.otp-tabs .nav-link.active {

    background: var(--purple);

    color: #ffffff;


}

.otp-form {
    height: calc(100vh - 280px);
    display: flex;
    flex-direction: column;
}

.pricing-vector {
    position: absolute;
    height: 890px;
    width: 100%;
    bottom: 0px;
    margin: 0 auto;
    z-index: -1;
}

.pricing-vector img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.get-hover {
    animation: pulse 2s infinite;
    background: linear-gradient(186.88deg, #00C4B4 5.38%, #005E56 108.97%);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.buy-section {
    padding-top: 109px;
}

.manage-therapy-card {
    padding: 60px;
    background: linear-gradient(180deg, #00C4B4 0%, #005F7F 100%), #EAFAFF;
    border-radius: 40px;
    text-align: center;
    margin-top: 65px;
    color: #ffffff;
    margin-bottom: 45px;
}

.manage-therapy-card .plan-label {
    border-radius: 15px;
    font-weight: 700;
    font-size: 20px;
    background-color: #ffffff;
    padding: 10px 24px;
    color: #005F7F;
    margin: 0 auto;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 15px;
}

.manage-therapy-card .price-label {
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;

}

.manage-therapy-card .title {
    font-size: 40px;
}

@media (max-width: 1800px) {
    .therapy-section .therapy-title {
        font-size: 58px;
    }
}

@media (max-width: 1700px) {
    .therapy-section .therapy-title {
        font-size: 50px;
        line-height: normal;
    }

    .pricing-vector {

        height: 850px;
    }

}

@media (max-width: 1600px) {
    .desc-slider {
        width: 60%;
    }

    .testimonial.meet-card .testimonial-content {
        gap: 20px;
    }

    .testimonial.meet-card .therapist-img {
        width: 40%;
    }

    .testimonial.meet-card .therapist-img img {
        width: 100%;
        object-fit: cover;
    }

    .pricing-vector {
        height: 780px;
    }

    .buy-left-sec .section_title h2 {
        font-size: 48px;
    }

    .buy-left-sec {
        font-size: 18px;
    }

    .otp-form {
        height: auto;
    }
}

@media (max-width: 1400px) {
    .therapy-section .therapy-title {
        font-size: 45px;
    }

    .therapy-section {
        font-size: 20px;
    }

    .stuttering-therapist .slick-slide>div {
        margin: 10px;
    }

    .testimonial.meet-card .testimonial-content .description {
        font-size: 16px;
    }

    .testimonial.meet-card .testimonial-content {
        padding-right: 20px;
    }

    .testimonial.meet-card .testimonial-content .title {
        font-size: 20px;
    }

    .therapy-video-section .therapist-card .card-title {

        font-size: 24px;
        line-height: normal;
    }

    .therapy-section .therapy-title {
        font-size: 36px;
    }

    .video-card.therapy-video {
        height: 440px;
    }

    .pricing-vector {
        height: 650px;
    }

    .buy-left-sec .section_title h2 {
        font-size: 44px;
    }

    .buy-right-sec .form-label {
        font-size: 16px;
    }

    .buy-right-sec .form-control {
        padding: 16px 14px;
    }

    .buy-right-sec .form-select {
        padding: 16px 14px;
    }

    .buy-left-sec,
    .buy-right-sec {
        padding: 30px 30px;

    }

    .buy-section {
        padding-top: 100px;
    }

    .manage-therapy-card .price-label {

        font-size: 45px;
    }

    .manage-therapy-card .plan-label {
        font-size: 18px;
    }

}

@media (max-width: 1200px) {
    .font_32 {
        font-size: 24px !important;
    }

    .therapy-section .therapy-title {
        font-size: 34px;
    }

    .therapy-section {
        font-size: 18px;
    }

    .buy-section {
        padding-top: 84px;
    }

    .video-card.therapy-video {
        height: 400px;
    }

    .therapy-video-section .therapist-card .card-title {

        font-size: 20px;
        line-height: normal;
    }

    .therapy-video-section .therapist-card {
        padding: 14px;

        font-size: 16px;
    }

    .stutter-card {
        font-size: 16px;
        padding: 20px;
    }

    .stutter-card .card-title {

        font-size: 22px;
    }

    .therapy-section {
        padding: 200px 0;
    }

    .buy-left-sec .section_title h2 {
        font-size: 35px;
    }

    .buy-left-sec {
        font-size: 16px;
    }

    .buy-right-sec .form-label {
        font-size: 14px;
    }

    .buy-right-sec .form-control {
        padding: 14px 12px;
        font-size: 14px;
    }

    .buy-right-sec .form-select {
        padding: 14px 12px;
        font-size: 14px;
    }

    .buy-right-sec .form-input-group {

        padding: 13px 16px;
    }

    .buy-right-sec .content-table tbody td {

        font-size: 16px;
    }

    .pricing-vector {
        height: 450px;
    }

    .buy-right-sec .pricing_block .pkg_name {
        font-size: 16px;
    }

    .toggle-btn {
        font-size: 14px;
    }

    .otp-form .puprple_btn {
        padding: 20px 40px;
        font-size: 16px;
        line-height: 0px;

    }

    .otp-tabs .nav-link {
        padding: 10px 29px;
        font-size: 14px;
    }

    .auth-left-sec {

        position: fixed;
        background-size: contain;
        background-repeat: repeat;

        background-attachment: fixed;
        top: 0;
        left: 0;
        width: 41.6%;
    }

    .buy-left-sec,
    .buy-right-sec {
        padding: 32px 30px;
    }
}

@media (max-width: 991.5px) {
    .therapy-section .therapy-title {
        font-size: 34px;
    }

    .video-card.therapy-video {
        height: 250px;
    }

    .stutter-card .card-title {
        font-size: 20px;
    }

    .pricing-vector {
        height: 200px;
        /* display: none; */
        width: 200px;
        right: 0;
    }

    .auth-left-sec {
        position: relative;
        background-size: contain;
        background-repeat: repeat;
        height: 370px;
        min-height: auto;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
    }

    .auth-left-sec .section_title {
        position: relative;
        width: 65%;
        bottom: 0;
    }

    .buy-left-sec.auth-left-sec .section_title h2 {
        font-size: 34px;
    }

    .otp-tabs .nav-link {

        padding: 10px 28px;

        font-size: 16px;
    }

    .auth-left-sec::after {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }

    .manage-therapy-card .title {
        font-size: 34px;
    }

    .manage-therapy-card .plan-label {
        font-size: 16px;
    }

    .manage-therapy-card .price-label {
        font-size: 42px;
    }

    .navbar-expand-lg .nav-link.dark_btn.get-btn {
        padding: 9px 22px;

        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .therapy-section .therapy-title {
        font-size: 30px;
    }

    .therapy-video-section .therapist-card .card-title {
        font-size: 18px;
    }

    .therapy-video-section .therapist-card {

        font-size: 14px;
    }

    .testimonial.meet-card .therapist-img {
        width: 44%;
    }

    .therapy-section .therapy-title {
        font-size: 22px;
    }

    .buy-left-sec .section_title h2 {
        font-size: 26px;
    }

    .auth-left-sec .section_title {
        width: 78%;
    }

    .otp-tabs .nav-link {
        font-size: 14px;
        padding: 12px 18px;
    }

    .value-label {
        font-size: 14px;
        padding: 10px 12px;
        top: -19px;
        right: -12px;
    }
}

@media (max-width: 576px) {
    .font_18 {
        font-size: 14px !important;
    }

    .font_32 {
        font-size: 20px !important;
    }

    .therapy-section .therapy-title {
        font-size: 28px;
    }

    .testimonial.meet-card .testimonial-content .description {
        font-size: 14px;
    }

    .testimonial.meet-card .testimonial-content {
        gap: 12px;
    }

    .therapy-section {
        font-size: 15px;
    }

    .therapy-section .therapy-title {
        font-size: 20px;
    }

    .video-card.therapy-video {
        height: 220px;
        border: 5px solid var(--dark-purple);
    }

    .testimonial.meet-card .testimonial-content .description {
        font-size: 12px;
    }

    .stutter-card {
        font-size: 14px;
        padding: 15px;
    }

    .stutter-card .card-title {
        font-size: 18px;
        line-height: normal;
    }

    .pricing-vector {
        height: 140px;
        width: 100px;
    }

    .buy-right-sec .form-select {

        font-size: 14px;
    }

    .buy-right-sec .form-control {

        font-size: 14px;
    }

    .buy-left-sec,
    .buy-right-sec {
        padding: 32px 14px;
        text-align: left;
    }

    .buy-right-sec .content-table tbody td {
        font-size: 14px;
    }

    .buy-right-sec .pricing_block input[type="radio"] {
        height: 18px;
        width: 18px;
    }

    .buy-right-sec .pricing_block .pkg_name {
        font-size: 14px;
        justify-content: flex-start;
    }

    .buy-right-sec .pricing_block input[type="radio"] {
        height: 18px;
        width: 18px;
    }

    .buy-left-sec .section_title h2 {
        font-size: 22px;
    }

    .testimonial.meet-card .therapist-img {
        width: 52%;
        height: 218px;
    }

    .testimonial.meet-card .testimonial-content .title {
        font-size: 16px;
    }

    .testimonial.meet-card .testimonial-content {
        padding-right: 20px;
    }

    .buy-right-sec .country-select {
        width: 148px;
    }

    .therapy-section {
        padding: 156px 0;
    }

    .buy-right-sec .form-input-group {

        padding: 14px 12px;
    }

    .auth-left-sec .section_title {
        width: 100%;
    }

    .otp-tabs .nav-link {
        font-size: 12px;
    }

    .toggle-btn {
        padding: 8px 12px;
        font-size: 10px;
    }

    .plan-toggle {

        gap: 4px;
    }

    .buy-right-sec .pricing_block {
        padding: 13px 11px;
    }

    .manage-therapy-card .title {
        font-size: 24px;
    }

    .manage-therapy-card {
        padding: 40px;
    }

    .manage-therapy-card .plan-label {
        font-size: 14px;
    }

    .manage-therapy-card .price-label {
        font-size: 32px;
    }


}

@media (max-width: 400px) {
    .therapy-section {
        padding: 130px 0;
    }

    .buy-right-sec .country-select {
        width: 132px;
    }
}
