/* Exporting Fonts */

@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
}

:root {
    --blue: #00b3fe;
    --primery: #0d131a;
    --secondary: rgba(0, 0, 0, 0.6);
    --darkblue: #00233b;
    --black: #000;
    --white: #fff;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primery-color);
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--primery-color);
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

a,
a:hover,
button,
button:hover {
    transition: 0.3s all ease;
}

a {
    text-decoration: none;
}

.site-btn {
    background: var(--blue);
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    border: 1px solid var(--blue);
    border-radius: 6px;
    width: 100%;
    max-width: 350px;
    padding: 12px 16px;
}

.site-btn:hover {
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.site-container {
    max-width: 430px;
    text-align: center;
    margin: auto;
}

.page_with_info .header,
.page_with_info .msger-chat{
    padding-top: 40px !important;
}
.header_info {
    max-width: 430px;
    position: fixed;
    z-index: 1100;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFAC1;
    color: var(--blue);
    text-align: center;
    margin: auto;
    padding: 5px 0;
}


.header {
    max-width: 430px;
    position: fixed;
    z-index: 1060;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: var(--blue);
    text-align: center;
    margin: auto;
    padding: 25px 0;
}

.header img {
    max-width: 188px;
}

.main-body {
    background: var(--white);
    padding: 86px 0 20px;
    position: relative;
    z-index: 1;
}

.main-body.session-view,
.main-body.question-sec {
    padding-bottom: 0;
}

.edge {
    position: absolute;
    bottom: 98%;
    z-index: -1;
}

.start-chat {
    text-align: center;
    margin: auto;
    padding: 150px 0;
}

.start-chat img {
    max-width: 160px;
}

.start-chat p {
    font-size: 22px;
    font-weight: 400;
    color: var(--primery);
    font-family: 'Montserrat', sans-serif;
}

/* Verification */
.verification .text {
    margin-top: 40px;
}
.verification .text h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primery);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
}

.verification .text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary);
    font-family: 'Montserrat', sans-serif;
    max-width: 270px;
    text-align: center;
    margin: auto;
}

.enter-num {
    max-width: 370px;
    padding: 96px 0;
    text-align: center;
    margin: auto;
}

.enter-num h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    font-family: 'Montserrat', sans-serif;
    text-align: start;
    margin-bottom: 16px;
}

.enter-num input,
select {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 13px 19px;
}

/* Verify OTP */

.next-btn p {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary);
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}

.next-btn p a {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue);
}

.next-btn p a:hover {
    color: var(--primery);
}

.verification.otp .enter-num {
    padding: 91px 0;
    max-width: 357px;
}

.verification.otp input,
select {
    text-align: center;
}

/* Just Talk */

.header.secondary-head {
    background: var(--white);
    text-align: left;
}

.header.secondary-head i {
    font-size: 22px;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 1060;
    overflow-y: scroll;
    width: 90%;
    left: -100%;
    transition: 0.3s all ease-in-out;
    padding: 22px 36px 50px 33px;
}

.sidebar-collapse::-webkit-scrollbar {
    width: 5px;
}

.sidebar-collapse::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.25);
    margin: 22px 15px 0 0;
    border-radius: 10px;
}

.sidebar-collapse::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 10px;
}

.sidebar-collapse.show {
    transition: 0.3s all ease-in-out;
    left: 0;
}

#sidebarCollapse {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#sidebarCollapse .close-btn {
    text-align: end;
}

.close-btn .btn.btn-bar {
    border: none;
}

.close-btn .btn.btn-bar i {
    color: #1e1e1e;
    font-size: 26px;
}

.sidebar-body .sidebar-logo {
    margin-bottom: 62px;
}

.sidebar-body .sidebar-logo img {
    max-width: 152px;
    margin-top: -26px;
}

.sidebar-list {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.sidebar-list h2 {
    font-size: 20px !important;
    font-weight: 700;
    color: var(--darkblue) !important;
    margin-bottom: 21px;
}

.sidebar-list ul {
    list-style-type: none;
}

.sidebar-list ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--darkblue);
}

.sidebar-list ul li a:hover {
    color: var(--blue);
}

.sidebar-list ul li {
    margin-bottom: 7px;
}

.sidebar-body .logout-btn .site-btn {
    min-width: unset;
    width: 100%;
}

.sidebar-body .logout-btn {
    padding-top: 14px;
}

.secondary-head .btn-bar {
    background: transparent;
    border: 1px solid var(--blue);
    padding: 4px 7px;
    border-radius: 7px;
    position: relative;
    z-index: 2;
}

.main-body.blue-bg {
    background: var(--blue);
    min-height: 100vh;
}

.just-talk .text h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
}

.just-talk .text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-top: 12px;
}

.just-talk .text {
    padding: 30px 0 158px;
}

.site-btn.outline {
    background: transparent;
    border: 1px solid white;
    color: var(--white);
}

.site-btn.outline:hover {
    background: var(--white);
    color: var(--blue);
}

.site-btn.talk-btn {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--blue);
}

.site-btn.talk-btn:hover {
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.just-talk .next-btn a {
    margin-bottom: 21px;
}

.just-talk .alert-msg a {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 10px;
}

.just-talk .alert-msg a:hover {
    color: var(--primery);
}

.just-talk .alert-msg span:hover {
    border: 1px solid var(--primery);
    color: var(--primery);
}

.alert-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.just-talk .alert-msg span {
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 25px;
    padding: 5px 13px;
    cursor: pointer;
}

/* Questionnaire View */

.question-head {
    text-align: left;
    padding: 21px 0;
}

.question-head h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}

.question-head p {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
}

.question-head .text {
    margin-left: 8px;
}

/* Chat */

.msg {
    display: flex;
}

.msg-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: var(--white);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
    border-radius: 50%;
}

.massege {
    display: block;
}

.msger-chat {
    padding: 20px 9px 0;
    height: calc(100vh - 255px);
    overflow-y: scroll;
}

.msger-chat::-webkit-scrollbar {
    width: 5px;
}

.msger-chat::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 5px;
}

.msger-chat h6 {
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
}

.timer {
    text-align: start;
    margin-top: 10px;
}

.msg-bubble {
    max-width: 235px;
    padding: 9px 10px;
    border-radius: 10px;
    background: var(--blue);
    color: var(--white);
    text-align: left;
}

.msg-bubble.lg-text {
    max-width: 207px !important;
}

.msg-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-img {
    margin: 0 0 0 10px;
}

.right-msg .msg-img {
    background-size: 55% 55%;
}

.right-msg .msg-img {
    background: rgba(147, 140, 253, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-msg .msg-img p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}

.right-msg .msg-bubble {
    background: var(--white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.right-msg .msg-text {
    color: #0d131a;
}

/* Choose Button */

.choose-btn button {
    margin-bottom: 16px;
}

.choose-btn .site-btn.quite-btn {
    min-width: unset;
    width: 67%;
    background: #938cfd;
    border: 1px solid #938cfd;
}

.site-btn.quite-btn:hover {
    background: transparent;
    color: #938cfd;
}

.choose-btn .site-btn.loud-btn {
    min-width: unset;
    width: 67%;
    background: #ffcd4e;
    border: 1px solid #ffcd4e;
}

.site-btn.loud-btn:hover {
    background: transparent;
    color: #ffcd4e;
}

.choose-btn .site-btn.shy-btn {
    min-width: unset;
    width: 67%;
    background: #4fdb8a;
    border: 1px solid #4fdb8a;
}

.site-btn.shy-btn:hover {
    background: transparent;
    color: #4fdb8a;
}

.choose-btn {
    padding-bottom: 20px;
}

.msger-input {
    color: #0d131a;
    font-size: 16px;
    font-weight: 400;
    border: none;
    flex: 1;
    background: var(--white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 17px;
    border-radius: 8px;
    width: calc(100% - 67px);
}

.msger-inputarea {
    padding: 0 21px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    max-width: 430px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}

.msger-inputarea input::placeholder {
    color: #0d131a;
}

.msger-send-btn {
    margin-left: 10px;
    padding: 8px 12px;
    min-width: 50px;
    border: 1px solid var(--blue);
    border-radius: 7px;
    background: var(--blue);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all ease;
    font-size: 24px;
}

.msger-send-btn:hover,
.msger-send-btn:focus {
    background: var(--white);
    color: var(--blue);
}

/* Session View */

.session-view .msg-bubble.lg-text {
    max-width: 253px !important;
}

.therapist-head {
    text-align: left;
    padding: 25px 0 25px 8px;
    z-index: 100;
}

.therapist-head .btn-bar {
    background: transparent;
    border: 1px solid var(--white);
    padding: 4px 7px;
    border-radius: 7px;
    position: relative;
    z-index: 2;
}

.therapist-head i {
    font-size: 22px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.therapist-head h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-top: 20px;
}

.therapist-sec {
    padding: 0 10px;
}
.main-body.therapist-body {
    padding: 150px 0 20px;
}
.select-contegry {
    margin-bottom: 35px;
}

.select-contegry .form-select {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: var(--primery);
    padding: 10px 9px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.therapist-card {
    margin-bottom: 20px;
    padding: 16px 18px 16px 9px;
    background: var(--white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

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

.therapist-card .info img {
    border-radius: 50%;
    max-width: 71px;
    aspect-ratio: 1;
    margin-right: 7px;
}

.therapist-card .info .text {
    text-align: left;
}

.therapist-card .info .text h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--darkblue);
}

.therapist-card .info .text p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

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

.therapist-card .review .text p {
    font-size: 12px;
    font-weight: 400;
    color: #5a5a5a;
    margin-left: 6px;
}

.therapist-card .review .stars i {
    color: #fed262;
    font-size: 11px;
}

.therapist-card .about {
    margin: 19px 0;
    text-align: left;
}

.therapist-card .about p {
    font-size: 11px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    max-width: 360px;
    line-height: 1.9;
}

.therapist-card .fee {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.therapist-card .fee p {
    font-size: 14px;
    font-weight: 400;
    color: var(--blue);
    text-align: center;
    margin: auto;
}

.therapist-card .fee span {
    font-weight: 700;
}

.therapist-card .fee .site-btn {
    min-width: unset;
    width: 64%;
}

/* Therapist-Profile */

.therapist-profile .therapist-card {
    margin-bottom: 10px;
}

.therapist-profile .therapist-card {
    background: unset;
    box-shadow: none;
}

.site-btn.profile-view {
    background: var(--white);
    color: var(--primery);
    border: 1px solid var(--white);
    border-radius: 5px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.site-btn.profile-view:hover {
    border: 1px solid var(--blue);
    color: var(--white);
    background: var(--blue);
}

.therapist-profile .therapist-card .fee p {
    font-size: 16px;
}

.therapist-profile .therapist-card .about {
    margin: 16px 0;
}

.therapist-profile .fee .site-btn {
    width: 65%;
}

.therapist-profile .chat-now .site-btn {
    min-width: unset;
    width: 102%;
    padding: 10px 15px;
    margin: 17px 0 12px;
}

.therapist-profile .chat-now p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.time-slot {
    margin: 0 8px;
    text-align: left;
}

.time-slot .text h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--darkblue);
}

.time-slot .text p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 35, 59, 0.6);
    margin-top: 12px;
}

.time-slot .text {
    margin-bottom: 30px;
}

.time-slot .date h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--darkblue);
    margin-bottom: 10px;
}

.date-slot {
    margin-right: 10px;
    position: relative;
}

/* .date-slot::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
} */

.date-slot input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.date-slot label {
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--white);
    display: block;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    width: 70px;
    min-height: 84px;
    color: rgba(0, 0, 0, 0.6);
}

.date-slot label h3 {
    font-size: 18px;
    font-weight: 600;
    color: inherit;
}

.date-slot label p {
    font-size: 12px;
    font-weight: 400;
    color: inherit;
    margin-top: 8px;
}

.date-slot input:checked + label {
    background: var(--blue);
    color: var(--white);
}

.all-date {
    display: flex;
    overflow-x: auto;
    padding: 15px 10px;
}

.all-date::-webkit-scrollbar {
    display: none;
}

.time-slot .date {
    margin-bottom: 32px;
}

.time .date-slot label {
    width: 104px;
    min-height: unset;
    padding: 8px 12px;
}

.time h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--darkblue);
    margin-bottom: 10px;
}

.time .date-slot label p {
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    margin-top: 0px;
}

.time .date-slot input:checked + label p {
    font-weight: 600;
}

.select-time {
    display: flex;
    align-items: center;
    margin: 44px 0 20px;
}

.select-time i {
    font-size: 18px;
    color: #666666;
    margin-right: 8px;
}

.select-time p {
    font-size: 14px;
    font-weight: 400;
    color: #00000099;
}

.confirm-btn .site-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: unset;
    width: 100%;
}

/* Exercises Page */
.excersice-header i {
    font-size: 22px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-body.excersice {
    padding: 115px 0 30px;
}
.excersice-main-image img {
    max-width: 116px;
}
.excersice-text {
    margin: 23px auto 66px;
    max-width: 372px;
}
.excersice-text .title h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primery);
}
.excersice-text .para p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin: auto;
    margin-top: 13px;
}
.excersice-card {
    background: var(--white);
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 8px;
    padding: 60px 18px 20px 20px;
    text-align: start;
    max-width: 350px;
    margin: auto;
    margin-bottom: 58px;
}
.excersice-card.remove-margin {
    margin-bottom: 0;
}
.excersice-card .title h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 12px;
}
.excersice-card ul {
    list-style: none;
}
.excersice-card ul li {
    display: flex;
    justify-content: start;
    font-size: 12px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.7;
    margin-bottom: 6px;
}
.excersice-card ul li:last-of-type {
    margin-bottom: 0;
}
.excersice-card ul li .list-image {
    margin-right: 8px;
}
.excersice-card ul li img {
    width: auto;
    max-width: 7px;
    max-height: 100%;
}
.excersice-card .card-image {
    position: relative;
    margin-top: -31%;
    margin-bottom: 20px;
    background: var(--white);
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
}
.excersice-card .card-image img {
    max-width: 40px;
}
.excersice-note {
    max-width: 348px;
    margin: 32px auto 0;
}
.excersice-note .title h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primery);
}
.excersice-note .text p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 14px;
    line-height: 1.6;
}

/*Breathing Technique Page */

.breathing-sec .excersice-main-image img {
    max-width: 126px;
}

/* Podcasts Page */

.main-body.podcasts {
    padding: 117px 0 30px;
}
.podcasts-sec .title h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--blue);
}
.podcasts-sec .image img {
    max-width: 247px;
    margin: 15px 0 20px;
}
.podcasts-sec .text {
    max-width: 365px;
    margin: auto;
}
.podcasts-sec .text .heading h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primery);
}
.podcasts-sec .text .para p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}
/* Videos Page */
.main-body.videos {
    padding: 117px 0 30px;
}
.main-video-image img {
    max-width: 121px;
}
.videos-sec .title h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primery);
    margin: 11px 0 30px;
}
.video-card {
    background: var(--white);
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 8px;
    padding: 10px 10px;
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
}
.video-card.remove-margin {
    margin-bottom: 0;
}
.video-card .video-image {
    box-shadow: 0px 4px 40px 0px #00000014;
}
.video-image {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.video-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.video-image .play {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-card .video-image img {
    border-radius: 5px;
    max-width: 330px;
}
.video-card .text {
    margin-top: 10px;
    text-align: left;
}
.video-card .text.adjuest-width {
    max-width: 241px;
}
.video-card .text p {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.4;
}
.video-card .text p span {
    font-weight: 600;
}

.main-body.therapist {
    padding: 115px 0 30px;
}

.seeking-therapist .title h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    max-width: 320px;
    margin: 0 auto 66px;
}

.seeking-therapist .excersice-card {
    text-align: center;
    margin-bottom: 70px;
}
.seeking-therapist .card-text .card-title h2 {
    font-size: 24px;
}
.seeking-therapist .card-text .para p {
    font-size: 12px;
    font-weight: 400;
    color: var(--black);
    max-width: 289px;
    margin: 12px auto 20px;
    line-height: 1.7;
}
.seeking-therapist .excersice-card .card-image {
    margin: -31% auto 6%;
}
.directory-btn .site-btn {
    background: #252849;
    color: var(--white);
    border: 1px solid #252849;
}
.directory-btn .site-btn:hover {
    background: transparent;
    color: #252849;
}

/* Popuop */

.modal-content {
    border-radius: 20px;
    background: var(--white);
}
.modal-body .title h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin: 13px 0 24px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 390px;
    }
}

.personal-info-form {
    max-width: 350px;
}

.personal-info-form label {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}

.personal-info-form input,
.personal-info-form select {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 14px 17px;
    border-radius: 5px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.personal-info-form input::placeholder,
.personal-info-form select::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.personal-info-form .address-input input {
    margin-bottom: 10px;
}
.personal-info-form .address-input input:last-of-type {
    margin-bottom: 0;
}
.close-button {
    text-align: right;
}
.next-step {
    display: flex;
    align-items: center;
    margin: 40px 0 30px;
}
.next-step .site-btn.prev {
    background: #252849;
    border: 1px solid #252849;
    color: var(--white);
    max-width: 72px;
    margin-right: 10px;
}
.next-step .site-btn.prev:hover {
    background: transparent;
    color: #252849;
}
/* Availability Popup */

.availability-body .date-slot label h2 {
    font-size: 18px;
}
.availability-body .date-slot label p {
    font-size: 12px;
}
.availability-body .select-time p {
    font-size: 11px;
}
.availability-body .select-time {
    display: flex;
    align-items: center;
}
.availability-body .select-time span i {
    font-size: 14px;
}
.availability-body .date-slot label.active {
    background-color: var(--blue);
    color: var(--white);
}
.availability-body .next-step {
    margin: 20px 0 40px;
}

/* Thanks Popup */
.thanks-body {
    text-align: center;
    margin: auto;
}
.thanks-image {
    margin-top: 17px;
}

.thanks-body .thanks-image img {
    max-width: 50px;
}
.thanks-body .title {
    margin: 20px 0 15px;
}
.thanks-body .title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--black);
    margin: unset;
}
.thanks-body .para p {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}
.thanks-body .next-step {
    margin: 30px 0 0px;
}
.thanks-body .next-step .site-btn {
    width: 100%;
    max-width: unset;
}
.step-row {
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-row .steps {
    width: 33%;
    text-align: center;
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
    background: var(--blue);
    color: var(--blue);
    padding: 7px 0px;
    position: relative;
}

.step-row .steps span {
    position: relative;
    z-index: 1;
}

.step-row .steps::before {
    content: '';
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
    position: absolute;
    left: 1px;
    top: 0.4px;
    width: calc(100% - 1.8px);
    height: calc(100% - 1.1px);
    background: var(--white);
}

.step-row .steps.active {
    color: var(--white);
}

.step-row .steps.active::before {
    content: none;
}
.findTherapist-body .title h2 {
    margin: 23px 0 17px;
}

.findTherapist-body .para p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    max-width: 372px;
    margin: 0 auto 30px;
}

.scrolling {
    border-radius: 7px;
    overflow-y: auto;
}
.scrolling::-webkit-scrollbar {
    width: 5px;
}
.scrolling::-webkit-scrollbar-track {
    margin: 26px 10px 0 0;
    background-color: var(--secondary);
    border-radius: 10px;
}
.scrolling::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 10px;
}

.cancel-button {
    text-align: right;
}
