@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-ExtraLight.woff2")
            format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-ExtraLight.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-ExtraLight.ttf")
            format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-SemiLight.woff2")
            format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-SemiLight.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-SemiLight.ttf")
            format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-Light.woff2") format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-Light.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-Plain.woff2") format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-Plain.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-Plain.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff2") format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff2") format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-SemiBold.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-Bold.woff2") format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-Bold.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-ExtraBold.woff2")
            format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-ExtraBold.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-ExtraBold.ttf")
            format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Bahij";
    src: url("../fonts/Bahij/BahijTheSansArabic-Black.woff2") format("woff2"),
        url("../fonts/Bahij/BahijTheSansArabic-Black.woff") format("woff"),
        url("../fonts/Bahij/BahijTheSansArabic-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html {
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
    scroll-behavior: unset !important;
}

body {
    font-family: Bahij;
    font-weight: 400;
    color: #343434;
    background-color: #f5fbfb;
}
body::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
body::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
html[dir="ltr"] body {
    text-transform: capitalize;
}

.overflow {
    overflow: hidden;
}

.container {
    --bs-gutter-x: 40px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.container-fluid {
    --bs-gutter-x: 40px;
}

.row {
    --bs-gutter-x: 30px;
}
.row > * {
    --bs-gutter-x: 30px;
}

/* General Resets */
* {
    outline: 0 !important;
}

input::-moz-placeholder {
    color: inherit;
}

input::placeholder {
    color: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    outline: 0;
}

a,
img,
button,
input,
select {
    transition: all 0.3s ease;
}

[role="button"] {
    cursor: pointer;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

select {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: left 25px top 50%;
}
html[dir="ltr"] select {
    background-position: right 25px top 50%;
}
@media (max-width: 767px) {
    select {
        background-position: left 10px top 50%;
    }
    html[dir="ltr"] select {
        background-position: right 10px top 50%;
    }
}

.fa-linkedin::before {
    content: "\f0e1";
}

.fa-twitter::before {
    content: "\e61b";
}

.fa-facebook::before {
    content: "\f39e";
}

.lazy-img-parent img {
    transition: all 0.3s ease-in-out;
}

.loading-img {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
}
.loading-img img {
    opacity: 0 !important;
    filter: blur(40px);
}

.loaded-img img {
    opacity: 1;
    filter: blur(0);
}

.custom-slider {
    position: relative;
}
.custom-slider .slider-pagination {
    position: relative;
    inset: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 5;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .custom-slider .slider-pagination {
        margin-top: 20px;
    }
}
.custom-slider .slider-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.custom-slider
    .slider-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #37a59b;
    opacity: 1;
}
.custom-slider.specialties-slider .slider-pagination {
    display: none;
}
@media (max-width: 1199px) {
    .custom-slider.specialties-slider .slider-pagination {
        display: flex;
    }
}

@media (min-width: 400px) {
    .modal .modal-dialog {
        --bs-modal-width: 375px;
        margin-inline: auto;
        width: var(--bs-modal-width);
    }
}
@media (min-width: 992px) {
    .modal .modal-dialog.modal-lg {
        --bs-modal-width: 500px;
    }
}
.modal .modal-content {
    border-radius: 10px;
    border: none;
    padding: 40px 15px 30px;
    position: relative;
    max-height: 600px;
}
@media (max-width: 767px) {
    .modal .modal-content {
        padding: 25px 10px 20px;
    }
}
.modal .modal-header {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
}
.modal .modal-title {
    font-size: 16px;
    font-weight: 700;
    color: #343434;
    line-height: 1.625;
    margin: 0;
}
.modal .modal-close {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    font-size: 22px;
    color: #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.modal .modal-close:hover {
    color: #37a59b;
}
.modal .modal-body {
    padding: 19px 15px 10px;
    margin-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
@media (max-width: 767px) {
    .modal .modal-body {
        padding: 15px 5px 5px;
    }
}
.modal .modal-body::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border: none;
}
.modal .modal-btn {
    width: calc(50% - 6px);
    max-width: 154px;
    margin: 0;
}
.modal .radio ~ .modal-textarea {
    pointer-events: none;
    opacity: 0.5;
}
.modal .radio:has(:checked) ~ .modal-textarea {
    opacity: 1;
    pointer-events: unset;
}
.modal .modal-textarea {
    resize: none;
    width: 100%;
    height: 100px;
    border-radius: 24px;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #343434;
    line-height: 1.57142857;
    padding: 13px 25px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
}
.modal .modal-textarea::-moz-placeholder {
    font-size: 14px;
    color: #9b9b9b;
}
.modal .modal-textarea::placeholder {
    font-size: 14px;
    color: #9b9b9b;
}
.modal .modal-textarea:focus {
    border-color: #37a59b;
    box-shadow: none;
    outline: none;
}
.modal .side-title {
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    line-height: 1.57142857;
    margin: 0 0 12px;
}
.modal .select-day {
    margin-bottom: 15px;
}
.modal .days-list {
    display: flex;
    gap: 5px;
    padding-inline-end: 2px;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
@media (max-width: 991px) {
    .modal .days-list {
        padding-bottom: 5px;
    }
}
.modal .days-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 0;
    height: 4px;
    border-radius: 3px;
}
.modal .days-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.modal .day-select {
    flex-shrink: 0;
    position: relative;
}
.modal .day-select .day-info {
    width: 52px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #dee1e6;
    border-radius: 7px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
.modal .day-select .day {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 6px;
}
.modal .day-select .date {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5625;
}
.modal .day-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.modal .day-select input:checked ~ .day-info {
    background-color: #37a59b;
    border-color: #37a59b;
    color: #fff;
}
.modal .day-select input:disabled {
    cursor: not-allowed;
}
.modal .day-select input:disabled ~ .day-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #9b9b9b;
}
.modal .select-time {
    margin-bottom: 0;
}
.modal .time-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-inline-end: 5px;
    overflow-x: auto;
    max-height: 160px;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.modal .time-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.modal .time-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.modal .time-select {
    position: relative;
}
.modal .time-select .time-info {
    width: 100%;
    padding: 9px 20px 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #dee1e6;
    border-radius: 7px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1.57142857;
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
.modal .time-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.modal .time-select input:checked ~ .time-info {
    border-color: #37a59b;
    color: #37a59b;
}
.modal .time-select input:disabled {
    cursor: not-allowed;
}
.modal .time-select input:disabled ~ .time-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #9b9b9b;
}

/* btns */
.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 48px;
    border-radius: 24px;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.main-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
.main-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.main-btn:disabled:hover {
    background-color: #37a59b;
    color: #fff;
}

.sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 48px;
    border-radius: 24px;
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
    font-size: 16px;
    font-weight: 700;
    color: #949494;
    transition: all 0.3s ease-in-out;
}
.sec-btn:hover {
    color: #37a59b;
    background-color: #e2f2f1;
    border-color: #e2f2f1;
}

.submit-btn {
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .submit-btn {
        margin: 10px auto 0;
    }
}

/* group */
.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.form-grid-2 .radios,
.form-grid-2 .checkboxes {
    grid-template-columns: 1fr 1fr;
    height: 48px;
}
@media (max-width: 767px) {
    .form-grid-2 .radios,
    .form-grid-2 .checkboxes {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .form-grid-2 {
        grid-template-columns: 1fr;
        gap: unset;
    }
}
.form-group .form-grid-2 {
    gap: 0 10px;
}
@media (max-width: 767px) {
    .form-group .form-grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}

.form-group {
    margin: 0 0 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.form-group:has(.form-error) .form-control {
    border-color: #e24a56;
}
.form-group:has(.form-error) .form-label {
    color: #e24a56;
}
.form-group:has(:disabled) {
    opacity: 0.5;
}
.form-group .form-group {
    width: 100%;
}

.radios,
.checkboxes {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 0 20px;
}
@media (max-width: 1199px) {
    .radios,
    .checkboxes {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .radios,
    .checkboxes {
        grid-template-columns: 1fr;
    }
}

.auth-body .radios {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .auth-body .radios {
        grid-template-columns: 1fr 1fr;
    }
}

/* label & error */
.form-label {
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    line-height: 1.57142857;
    padding: 0 20px;
    margin: 0 0 7px;
}

.form-error {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    margin: 2px 0;
    color: #e24a56;
}

/* input */
.form-control {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 14px;
    color: #343434;
    direction: rtl;
    resize: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"] .form-control {
    direction: ltr;
}
.form-control:is(textarea) {
    height: 90px;
    line-height: 1.57142857;
    padding: 13px 20px;
}
.form-control::-moz-placeholder {
    font-size: 14px;
    color: #c2c2c2;
}
.form-control::placeholder {
    font-size: 14px;
    color: #c2c2c2;
}
.form-control:focus {
    border-color: #37a59b;
    box-shadow: none;
    outline: none;
}
.form-control:disabled {
    background-color: #fff;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.checkbox label {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.57142857;
}
.checkbox label a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.checkbox label a:hover {
    color: #37a59b;
}
.checkbox label .mark {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0);
    border: 1px solid #c8e1e1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37a59b;
    font-size: 11px;
    margin-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
.checkbox label .mark i {
    transform: scale(0) rotate(360deg);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.checkbox label input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.checkbox label input:checked ~ .mark {
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
}
.checkbox label input:checked ~ .mark i {
    transform: scale(1) rotate(0deg);
}

.radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.radio label {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.57142857;
}
.radio label a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.radio label a:hover {
    color: #37a59b;
}
.radio label .mark {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0);
    border: 1px solid #c8e1e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
.radio label .mark:after {
    content: "";
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #37a59b;
    display: flex;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.radio label input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.radio label input:checked ~ .mark {
    border-color: #37a59b;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
}
.radio label input:checked ~ .mark::after {
    opacity: 1;
    transform: scale(1);
}

.password-content {
    position: relative;
    width: 100%;
}
.password-content .password-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    inset-inline-end: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #c2c2c2;
    transition: all 0.3s ease-in-out;
}
.password-content .password-toggle.active {
    color: #37a59b;
}
.password-content .password-toggle.active i::before {
    content: "\f070";
}

.form-group:has([type="tel"]) {
    direction: ltr;
}
html[dir="rtl"] .form-group:has([type="tel"]) .form-control {
    direction: ltr;
    text-align: right;
}
html[dir="rtl"] .form-group:has([type="tel"]) .form-label,
html[dir="rtl"] .form-group:has([type="tel"]) .form-error {
    width: 100%;
    text-align: right;
}

.intl-tel-input {
    width: 100%;
}
.intl-tel-input .flag-container .selected-flag {
    display: flex;
    align-items: center;
    width: auto !important;
    padding: 0;
    padding-left: 13px;
    padding-right: 6px;
    background-color: transparent !important;
}
.intl-tel-input .flag-container .selected-flag .iti-flag {
    position: relative;
    inset: unset;
    margin: 0;
}
.intl-tel-input .flag-container .selected-flag .selected-dial-code {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    margin-left: 7px;
}
.intl-tel-input .flag-container .selected-flag .iti-arrow {
    position: relative;
    inset: unset;
    border: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    color: #343434;
    margin-left: 7px;
}
.intl-tel-input .flag-container .selected-flag .iti-arrow::before {
    content: "\f078";
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    font-size: 8px;
}
.intl-tel-input .flag-container .country-list {
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.intl-tel-input .flag-container .country-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.intl-tel-input .flag-container .country-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.intl-tel-input .flag-container .country-list .country {
    font-size: 13px;
    font-weight: 400;
    color: #343434;
}
.intl-tel-input .flag-container .country-list .country .flag-box {
    margin-right: 7px;
}
.intl-tel-input .flag-container .country-list .country .country-name {
    margin-right: 7px;
}
.intl-tel-input .flag-container .country-list .country .dial-code {
    font-weight: 600;
}
.intl-tel-input .form-control {
    padding-right: 20px !important;
}

.file-content {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.file-content .file-placeholder {
    border: 2px dashed #c3e2e0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 19px 10px 27px;
}
.file-content .file-placeholder .placeholder-icon {
    width: 60px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
}
.file-content .file-placeholder .placeholder-icon svg {
    width: 100%;
    max-height: 100%;
    fill: #c3e2e0;
}
.file-content .file-placeholder .placeholder-text {
    font-size: 12px;
    font-weight: 600;
    color: #343434;
    line-height: 1.583334;
    margin: 0;
}
.file-content .file-placeholder .placeholder-text span {
    color: #37a59b;
    text-decoration: underline;
}
.file-content input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.date-content {
    position: relative;
}
.date-content .date-icon {
    background-color: #fff;
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    top: 2px;
    inset-inline-end: 2px;
    font-size: 18px;
    color: #c2c2c2;
    pointer-events: none;
    border-end-end-radius: 24px;
    border-start-end-radius: 24px;
}
@media (max-width: 991px) {
    .date-content .date-icon {
        pointer-events: unset;
    }
}
.date-content::before {
    content: attr(data-placeholder);
    font-size: 14px;
    color: #c2c2c2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 20px;
    line-height: 24px;
    pointer-events: none;
    background-color: #fff;
    display: none;
}
.date-content:has(input:-moz-placeholder-shown)::before {
    display: block;
}
.date-content:has(input:placeholder-shown)::before {
    display: block;
}
.date-content .form-control {
    text-align: right;
}
html[dir="ltr"] .date-content .form-control {
    text-align: left;
}
.form-content .date-content {
    width: 100%;
}

.upload-content {
    width: 100%;
}
.upload-content .form-control {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.upload-content .upload-text {
    position: absolute;
    top: 7px;
    bottom: 7px;
    inset-inline-end: 7px;
    background-color: #37a59b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.upload-content input {
    display: none;
}

/* select */
.select2-container .select2-selection--single {
    padding: 0 16px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    color: #343434;
    font-weight: 400;
    font-size: 14px;
}
html[dir="rtl"]
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
}
html[dir="ltr"]
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
}
.select2-container .select2-selection--single .select2-selection__arrow::after {
    content: "\f078";
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    font-size: 8px;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}
html[dir="rtl"]
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    right: auto;
    left: auto;
}
html[dir="ltr"]
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    right: auto;
    left: auto;
}
.select2-container .select2-selection--multiple {
    padding: 10px 16px;
    border: 2px solid #fff !important;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    background-color: #ebf8f7;
    border: none;
    color: #37a59b;
    font-weight: 600;
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    span {
    padding: 0;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    button {
    position: relative;
    background-color: transparent;
    padding: 0;
    color: #fa404f;
    opacity: 1;
    font-size: 10px;
    margin-right: 5px;
}
html[dir="rtl"]
    .select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    button {
    border: none;
    inset: unset;
}
html[dir="ltr"]
    .select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    button {
    border: none;
    inset: unset;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    button
    span {
    display: none;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    button:before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}
.select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    button:hover {
    color: #f00;
}
html[dir="rtl"]
    .select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    margin: 0;
}
html[dir="ltr"]
    .select2-container
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    margin: 0;
}
.select2-container .select2-selection--multiple .select2-search {
    display: none;
}
.select2-container .select2-selection--multiple::after {
    content: "\f078";
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    font-size: 8px;
    color: #343434;
    position: absolute;
    inset-inline-end: 16px;
    top: 0;
    height: 48px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.select2-container.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container.select2-container--open.select2-container--below
    .select2-selection--multiple,
.select2-container.select2-container--open.select2-container--above
    .select2-selection--single,
.select2-container.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 24px;
}
.select2-container .select2-dropdown {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1);
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
}
.select2-container .select2-dropdown.select2-dropdown--below {
    border: 2px solid #fff;
    margin-top: 5px;
    border-radius: 10px;
}
.select2-container .select2-dropdown.select2-dropdown--above {
    border: 2px solid #fff;
    margin-top: -5px;
    border-radius: 10px;
}
.select2-container .select2-results {
    padding: 10px 6px;
}
.select2-container .select2-results > .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.select2-container
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.select2-container
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.select2-container .select2-results__option {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    line-height: 1.85714;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}
.select2-container .select2-results__option:hover {
    background-color: transparent;
    color: #37a59b;
}
.select2-container
    .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #37a59b;
}
.select2-container
    .select2-results__options[aria-multiselectable="true"]
    .select2-results__option.select2-results__option--selected::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-inline-start: 10px;
    color: #37a59b;
}

/*flatpicker*/
html[dir="rtl"] .flatpickr-current-month {
    font-size: 130%;
}

.flatpickr-day:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.flatpickr-day.flatpickr-day.today {
    border-color: #37a59b;
}
.flatpickr-day.flatpickr-day.today:hover,
.flatpickr-day.flatpickr-day.today:focus {
    border-color: #37a59b;
    background-color: #37a59b;
}
.flatpickr-day.selected {
    border-color: #37a59b;
    background-color: #37a59b;
}
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    border-color: #37a59b;
    background-color: #37a59b;
}

/*rateing*/
.rating-stars {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.rating-stars .rating-star {
    fill: #e0e0e0;
    width: 36px;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.rating-stars .rating-star svg {
    width: 100%;
    max-height: 100%;
}
.rating-stars .rating-star:hover {
    fill: #ffd43b;
}
.rating-stars .rating-star:hover ~ .rating-star {
    fill: #ffd43b;
}
.rating-stars input {
    display: none;
}
.rating-stars input:checked ~ .rating-star {
    fill: #ffd43b;
}

.steps-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .steps-header {
        justify-content: space-between;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}
.steps-header .step {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: unset;
}
.steps-header .step::after {
    content: "";
    width: 30px;
    height: 4px;
    background-color: #dfeeee;
    background-color: #37a59b;
    margin-inline-start: 10px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .steps-header .step::after {
        display: none;
    }
}
.steps-header .step:last-of-type::after {
    display: none;
}
.steps-header .step-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    color: #37a59b;
    line-height: 1.572;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .steps-header .step-trigger {
        font-size: 12px;
    }
}
.steps-header .step-trigger span {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dfeeee;
    background-color: #37a59b;
    font-size: 16px;
    color: #343434;
    color: #fff;
    font-weight: 400;
    margin-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .steps-header .step-trigger span {
        margin: 0 0 5px;
    }
}
.steps-header .step-trigger:focus,
.steps-header .step-trigger:hover {
    background-color: transparent;
}
.steps-header .step.active {
    pointer-events: none;
}
.steps-header .step.active::after {
    background-color: #dfeeee;
}
.steps-header .step.active .step-trigger {
    color: #343434;
}
.steps-header .step.active .step-trigger span {
    background-color: #dfeeee;
    color: #343434;
}
.steps-header .step.active ~ .step {
    pointer-events: none;
}
.steps-header .step.active ~ .step::after {
    background-color: #dfeeee;
}
.steps-header .step.active ~ .step .step-trigger {
    color: #343434;
}
.steps-header .step.active ~ .step .step-trigger span {
    background-color: #dfeeee;
    color: #343434;
}

.bs-stepper-content.form-content {
    padding: 0;
}

.account-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    max-width: 100%;
    padding-inline-end: 2px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.account-tabs::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 4px;
    border-radius: 3px;
}
.account-tabs::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
@media (max-width: 767px) {
    .account-tabs {
        gap: 5px;
    }
}
.account-tabs button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2f2f1;
    border: 1px solid #e2f2f1;
    color: #37a59b;
    width: auto;
    height: 45px;
    border-radius: 25px;
    padding: 0 21px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.account-tabs button.active {
    background-color: #fff;
    border-color: #37a59b;
}

.table-responsive {
    border: none;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .table-responsive {
        overflow-x: auto;
    }
}

.transactions-table {
    table-layout: fixed;
    min-width: 850px;
}
.transactions-table th:first-of-type,
.transactions-table td:first-of-type {
    text-align: center;
}
.transactions-table th:last-of-type,
.transactions-table td:last-of-type {
    text-align: center;
}
.transactions-table th {
    background-color: #37a59b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57142857;
    padding: 14px 5px;
}
.transactions-table td {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57142857;
    padding: 14px 5px;
}
.transactions-table .method {
    display: flex;
    align-items: center;
}
.transactions-table .method .text {
    margin-inline-end: 5px;
}
.transactions-table .method .img {
    max-width: 25px;
    max-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.transactions-table .method .img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.transactions-table .invoice-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    font-size: 18px;
    color: #c2c2c2;
    transition: all 0.3s ease-in-out;
}
.transactions-table .invoice-links:hover {
    color: #37a59b;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .section-head {
        justify-content: center;
        text-align: center;
    }
}

.section-title {
    font-size: 24px;
    font-weight: 800;
    color: #343434;
    line-height: 1.6666667;
    margin: 0;
}
@media (max-width: 767px) {
    .section-title {
        font-size: 20px;
    }
}

.section-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0 22px;
    height: 45px;
    border-radius: 23px;
    background-color: #e2f2f1;
    color: #37a59b;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.section-btn:hover {
    background-color: #37a59b;
    color: #fff;
}
.section-btn.mobile {
    display: none;
    margin: 40px auto 0;
}
@media (max-width: 767px) {
    .section-btn {
        display: none;
    }
    .section-btn.mobile {
        display: flex;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 40px;
}
.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2f2f1;
    border: 2px solid #e2f2f1;
    color: #37a59b;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.pagination a:hover {
    border-color: #37a59b;
}
.pagination a.active {
    border-color: #37a59b;
    background-color: #37a59b;
    color: #fff;
}
@media (max-width: 767px) {
    .pagination a {
        aspect-ratio: 1;
        height: auto;
    }
}

.slide-content {
    display: flex;
    width: 100%;
    aspect-ratio: 1360/500;
    position: relative;
    overflow: hidden;
}
.slide-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slide-content .slide-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 100%
    );
}
@media (max-width: 991px) {
    .slide-content .slide-title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .slide-content .slide-title {
        font-size: 20px;
    }
}

.main-slider {
    position: relative;
}
.main-slider .main-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 5;
}
@media (max-width: 767px) {
    .main-slider .main-pagination {
        bottom: 15px;
    }
}
.main-slider .main-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
}
.main-slider
    .main-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #37a59b;
}

.specialty-item {
    width: 100%;
    margin: 0 auto;
}
.specialty-item .specialty-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    aspect-ratio: 1;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.0705882353);
    padding: 15px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.specialty-item .specialty-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.specialty-item .specialty-img:hover {
    background-color: #e2f2f1;
}
@media (max-width: 1199px) {
    .swiper-slide .specialty-item .specialty-img {
        box-shadow: none;
    }
}
.specialty-item .specialty-title {
    font-size: 14px;
    color: #343434;
    font-weight: 600;
    line-height: 1.57142856;
    text-align: center;
    margin: 0;
}
.specialty-item .specialty-title a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.specialty-item .specialty-title a:hover {
    color: #37a59b;
}

.banner-content {
    padding: 55px 50px 54px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 991px) {
    .banner-content {
        padding: 35px 20px 34px;
    }
}
@media (max-width: 767px) {
    .banner-content {
        padding: 25px 15px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
}
.banner-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
html[dir="rtl"] .banner-content::after {
    background-image: linear-gradient(
        270deg,
        #37a59b 0%,
        rgba(55, 165, 155, 0) 100%
    );
}
html[dir="ltr"] .banner-content::after {
    background-image: linear-gradient(
        270deg,
        rgba(55, 165, 155, 0) 0%,
        #37a59b 100%
    );
}
.banner-content .banner-information {
    position: relative;
    z-index: 2;
}
.banner-content .banner-title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1.6333334;
    margin: 0 0 7px;
}
@media (max-width: 767px) {
    .banner-content .banner-title {
        font-size: 24px;
    }
}
.banner-content .banner-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5833333333;
    margin: 0;
}
@media (max-width: 767px) {
    .banner-content .banner-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.banner-content .banner-btn {
    width: 171px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37a59b;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .banner-content .banner-btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
}
.banner-content:hover .banner-btn {
    background-color: #37a59b;
    color: #fff;
}

.doctor-item {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1);
}
.swiper-slide .doctor-item {
    box-shadow: none;
}
@media (max-width: 480px) {
    .doctor-item {
        padding: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.doctor-item .doctor-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.doctor-item .doctor-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.doctor-item .doctor-information {
    padding: 6px 0 0;
    width: 100%;
    margin-inline-start: 18px;
}
@media (max-width: 480px) {
    .doctor-item .doctor-information {
        margin: 10px 0 0;
        padding: 0;
    }
}
.doctor-item .doctor-head {
    display: flex;
    align-items: flex-start;
    max-width: calc(100% - 50px);
    margin-bottom: 5px;
}
@media (max-width: 480px) {
    .doctor-item .doctor-head {
        width: 100%;
    }
}
.doctor-item .doctor-name {
    font-size: 15px;
    font-weight: 700;
    color: #343434;
    line-height: 1.667;
    margin: 0;
}
.doctor-item .doctor-name a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.doctor-item .doctor-name a:hover {
    color: #37a59b;
}
.doctor-item .doctor-status {
    margin-top: 1px;
    margin-inline-start: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 0 10px;
    flex-shrink: 0;
}
.doctor-item .doctor-status.available {
    background-color: #6ccb79;
}
.doctor-item .doctor-status.unavailable {
    background-color: #fa404f;
}
.doctor-item .doctor-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    font-size: 12px;
    color: #e0e0e0;
    margin-bottom: 10px;
}
.doctor-item .doctor-rate .active {
    color: #ffd43b;
}
.doctor-item .doctor-price {
    flex-direction: column;
    display: flex;
    align-self: end;
    font-size: 14px;
    text-align: end;
    color: #696969;
}
.doctor-item .doctor-price .price {
    font-size: 20px;
    font-weight: bold;
    color: #37a59b;
}
.doctor-item .doctor-specialty {
    display: inline-flex;
    align-items: center;
    color: #37a59b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.doctor-item .doctor-specialty img {
    height: 17px;
    flex-shrink: 0;
    margin-inline-end: 5px;
}
.doctor-item .doctor-specialty:hover {
    opacity: 0.8;
}
.doctor-item .doctor-summary {
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    line-height: 1.539;
    margin: 0 0 10px;
}
.doctor-item .doctor-summary a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.doctor-item .doctor-summary a:hover {
    color: #37a59b;
}
.doctor-item .doctor-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 20px;
}
.doctor-item .doctor-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf8f7;
    color: #37a59b;
    font-weight: 600;
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}
.doctor-item .doctor-tag:hover {
    background-color: #37a59b;
    color: #fff;
}
.doctor-item .doctor-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 9px;
}
.doctor-item .doctor-btn {
    height: 40px;
    border-radius: 20px;
    padding: 0 33px;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.doctor-item .doctor-btn i {
    font-size: 16px;
    margin-inline-end: 7px;
}
.doctor-item .doctor-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
@media (max-width: 767px) {
    .doctor-item .doctor-btn {
        padding: 0 20px;
    }
}
.doctor-item .doctor-hint {
    margin-inline-start: 20px;
    color: #fa404f;
    font-size: 12px;
    font-weight: 600;
}
.doctor-item .doctor-wishlist {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #ebf8f7;
    color: #37a59b;
    font-size: 15px;
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
.doctor-item .doctor-wishlist:hover,
.doctor-item .doctor-wishlist.active {
    background-color: #37a59b;
    color: #fff;
}

.lab-item {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1);
}
.swiper-slide .lab-item {
    box-shadow: none;
}
@media (max-width: 480px) {
    .lab-item {
        padding: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.lab-item .lab-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.lab-item .lab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lab-item .lab-information {
    padding: 6px 0 0;
    margin-inline-start: 18px;
    width: 100%;
}
@media (max-width: 480px) {
    .lab-item .lab-information {
        margin: 10px 0 0;
        padding: 0;
    }
}
.lab-item .lab-head {
    display: flex;
    align-items: flex-start;
    max-width: calc(100% - 50px);
    margin-bottom: 5px;
}
@media (max-width: 480px) {
    .lab-item .lab-head {
        width: 100%;
    }
}
.lab-item .lab-name {
    font-size: 15px;
    font-weight: 700;
    color: #343434;
    line-height: 1.667;
    margin: 0;
}
.lab-item .lab-name a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.lab-item .lab-name a:hover {
    color: #37a59b;
}
.lab-item .lab-status {
    margin-top: 1px;
    margin-inline-start: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 0 10px;
    flex-shrink: 0;
}
.lab-item .lab-status.available {
    background-color: #6ccb79;
}
.lab-item .lab-status.unavailable {
    background-color: #fa404f;
}
.lab-item .lab-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    font-size: 12px;
    color: #e0e0e0;
    margin-bottom: 10px;
}
.lab-item .lab-rate .active {
    color: #ffd43b;
}
.lab-item .lab-summary {
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    line-height: 1.539;
    margin: 0 0 10px;
}
.lab-item .lab-tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 20px;
}
.lab-item .lab-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf8f7;
    color: #37a59b;
    font-weight: 600;
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}
.lab-item .lab-tag:hover {
    background-color: #37a59b;
    color: #fff;
}
.lab-item .lab-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 11px;
}
.lab-item .lab-btn {
    height: 40px;
    border-radius: 20px;
    padding: 0 33px;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.lab-item .lab-btn i {
    font-size: 16px;
    margin-inline-end: 7px;
}
.lab-item .lab-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
@media (max-width: 767px) {
    .lab-item .lab-btn {
        padding: 0 20px;
    }
}
.lab-item .lab-wishlist {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #ebf8f7;
    color: #37a59b;
    font-size: 15px;
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
.lab-item .lab-wishlist:hover,
.lab-item .lab-wishlist.active {
    background-color: #37a59b;
    color: #fff;
}

.account-nav {
    position: sticky;
    top: 92px;
}
@media (max-width: 991px) {
    .account-nav {
        position: fixed;
        top: 75px;
        inset-inline-start: -265px;
        display: flex;
        align-items: flex-start;
        z-index: 997;
        transition: all 0.3s ease-in-out;
    }
    .account-nav.active {
        inset-inline-start: 0;
    }
}

.accountNav-trigger {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #37a59b;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    color: #fff;
    font-size: 20px;
    width: 40px;
    aspect-ratio: 1;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
    margin-top: 35px;
}
@media (max-width: 991px) {
    .accountNav-trigger {
        display: flex;
    }
}
.active .accountNav-trigger i::before {
    content: "\f00d";
}

.account-list {
    padding: 27px 19px 29px;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    overflow: hidden;
}
.account-list > li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 14px;
    margin: 0 0 16px;
}
.account-list > li:last-of-type {
    margin: 0;
    border: none;
    padding: 0;
}
.account-list .main-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    line-height: 1.57142857;
    transition: all 0.3s ease-in-out;
}
.account-list .main-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    font-size: 18px;
    color: #c5c5c5;
    margin-inline-end: 17px;
    transition: all 0.3s ease-in-out;
}
.account-list .main-link.has-list::after {
    content: "\f053";
    font-family: "Font Awesome 6 pro";
    font-weight: 300;
    font-size: 12px;
    color: #c5c5c5;
    margin-inline-start: auto;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"] .account-list .main-link.has-list::after {
    content: "\f054";
}
.account-list .main-link:hover,
.account-list .main-link.active {
    color: #37a59b;
}
.account-list .main-link:hover i,
.account-list .main-link.active i {
    color: #37a59b;
}
.account-list .main-link.active::after {
    color: #37a59b;
    transform: rotate(-90deg);
}
html[dir="ltr"] .account-list .main-link.active::after {
    transform: rotate(90deg);
}
@media (max-width: 991px) {
    .account-list {
        border-radius: 0;
        border-end-end-radius: 10px;
        border-start-end-radius: 10px;
        box-shadow: none;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        width: 264px;
    }
}
.active .account-list {
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
}

.sub-list {
    display: none;
    padding: 10px 35.5px 4px;
}
.sub-list li {
    margin-bottom: 10px;
}
.sub-list li:last-of-type {
    margin: 0;
}
.sub-list .sub-link {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.57142857;
    transition: all 0.3s ease-in-out;
}
.sub-list .sub-link:hover,
.sub-list .sub-link.active {
    color: #37a59b;
}

.status {
    background-color: #ddefee;
    color: #37a59b;
}
.status.waiting {
    background-color: rgba(227, 119, 35, 0.15);
    color: #e37723;
}
.status.ongoing {
    background-color: rgba(3, 146, 175, 0.15);
    color: #0392af;
}
.status.rescheduled {
    background-color: rgba(149, 64, 241, 0.15);
    color: #9540f1;
}
.status.completed {
    background-color: rgba(45, 142, 54, 0.15);
    color: #2d8e36;
}
.status.reported {
    background-color: rgba(250, 64, 79, 0.15);
    color: #fa404f;
}
.status.canceled {
    background-color: rgba(107, 107, 107, 0.15);
    color: #6b6b6b;
}

.blog-item {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 10px 12px;
}
@media (max-width: 480px) {
    .blog-item {
        width: 100%;
        max-width: 262px;
        margin: 0 auto;
    }
}
.swiper-slide .blog-item {
    box-shadow: none;
}
.blog-item .blog-img {
    width: 100%;
    display: flex;
    aspect-ratio: 242/183;
    border-radius: 10px;
    overflow: hidden;
}
.blog-item .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-img:hover img {
    transform: scale(1.1);
}
.blog-item .blog-info {
    position: relative;
    padding: 12px 5px;
}
.blog-item .blog-date {
    font-size: 12px;
    color: #37a59b;
    display: flex;
    line-height: 1.58333334;
    margin-bottom: 4px;
}
.blog-item .blog-title {
    font-size: 15px;
    font-weight: 700;
    color: #343434;
    line-height: 1.6666667;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 3px;
}
.blog-item .blog-title a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-title a:hover {
    color: #37a59b;
}
.blog-item .blog-summary {
    font-size: 13px;
    font-weight: 400;
    color: #343434;
    line-height: 1.61538462;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    overflow: hidden;
    margin: 0 0 10px;
}
.blog-item .blog-link {
    font-size: 12px;
    color: #959595;
    line-height: 1.58333334;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-link:hover {
    text-decoration: underline;
    color: #37a59b;
}
.blog-item .blog-category {
    position: absolute;
    bottom: calc(100% + 10px);
    inset-inline-start: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0 12px;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-category:hover {
    background-color: #37a59b;
}

body {
    padding: 90px 0 0;
}
@media (max-width: 991px) {
    body {
        padding: 65px 0 0;
    }
}
@media (max-width: 767px) {
    body {
        padding: 59px 0 0;
    }
}
body:has(.auth-header),
body:has(.success-header) {
    padding: 0;
}

.page-content {
    padding: 30px 0 100px;
}
@media (max-width: 767px) {
    .page-content {
        padding: 40px 0 60px;
    }
}

.page-title {
    font-size: 24px;
    color: #343434;
    font-weight: 800;
    line-height: 1.66666667;
    margin: 0 0 20px;
}
@media (max-width: 767px) {
    .page-title {
        text-align: center;
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .header {
        padding: 10px 0;
    }
}

.menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin-inline-end: 20px;
}
@media (max-width: 991px) {
    .menu-btn {
        display: flex;
    }
}

.logo {
    display: flex;
    width: 127px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .logo {
        margin-inline-end: auto;
        width: 100px;
    }
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1199px) {
    .header-tools {
        gap: 15px;
    }
}

.header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.header-link span {
    font-weight: 600;
    margin-inline-start: 7px;
}
.header-link i {
    font-size: 16px;
}
.header-link:hover {
    color: #e2f2f1;
}

@media (max-width: 767px) {
    .header-address {
        font-size: 12px;
    }
    .header-address i {
        font-size: 14px;
    }
}

.lang-content {
    position: relative;
}
@media (max-width: 767px) {
    .lang-content {
        display: none;
    }
}
.lang-content .lang-head {
    height: 45px;
    transition: all 0.3s ease-in-out;
}
.lang-content .lang-head::after {
    content: "\f078";
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    font-size: 8px;
    margin-inline-start: 5px;
}
.lang-content .lang-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 123px;
    z-index: 10;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.lang-content .lang-list:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 6px;
    border-color: transparent transparent #ffffff;
    border-style: solid;
    bottom: 100%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}
.lang-content .lang-list a {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(55, 165, 155, 0.1);
    padding-bottom: 4px;
    margin-bottom: 1px;
    display: block;
    text-align: center;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}
.lang-content .lang-list a:hover {
    color: #37a59b;
    text-decoration: none;
}
.lang-content .lang-list a:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.lang-content:hover .lang-head {
    color: #e2f2f1;
}
.lang-content:hover .lang-list {
    visibility: visible;
    opacity: 1;
}

.header-btn {
    height: 40px;
    border-radius: 20px;
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 22px;
}
.header-btn:hover {
    background-color: #fff;
    color: #37a59b;
}
@media (max-width: 767px) {
    .header-btn {
        width: 35px;
        height: 35px;
        padding: 0;
    }
    .header-btn .text {
        display: none;
    }
}

.notifications-link {
    position: relative;
}
@media (max-width: 1199px) {
    .notifications-link .text {
        display: none;
    }
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 10px;
}
@media (max-width: 767px) {
    .city-grid {
        grid-template-columns: 1fr;
    }
}
.city-grid .city-item {
    width: 100%;
    position: relative;
}
.city-grid .city-item .city-content {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #e1e1e1;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 7px;
    cursor: pointer;
    margin: 0;
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s ease-in-out;
}
.city-grid .city-item .city-mark {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
.city-grid .city-item .city-mark::after {
    content: "";
    width: 9px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #37a59b;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.city-grid .city-item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.city-grid .city-item input:checked ~ .city-content {
    border-color: #37a59b;
    color: #37a59b;
}
.city-grid .city-item input:checked ~ .city-content .city-mark {
    border-color: #37a59b;
}
.city-grid .city-item input:checked ~ .city-content .city-mark::after {
    transform: scale(1);
}

header {
    background-color: #37a59b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
header.fixed {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
header.fixed .header {
    padding: 10px;
}
@media (max-width: 991px) {
    header.fixed .header {
        padding: 7px 0;
    }
}
header.fixed .logo {
    width: 120px;
}
@media (max-width: 991px) {
    header.fixed .logo {
        width: 90px;
    }
}
header.fixed .lang-content .lang-head {
    height: 40px;
}
@media (max-width: 767px) {
    header.fixed .lang-content .lang-head {
        height: auto;
    }
}

.nav-head {
    background-color: transparent;
    padding: 10px 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.nav-head .nav-logo {
    width: 75px;
}
.nav-head .menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #343434;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.nav-head .menu-close:hover {
    color: #37a59b;
}

.header-list {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1199px) {
    .header-list {
        gap: 20px;
    }
}
.header-list a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.header-list a:hover {
    color: #e2f2f1;
}

.nav-lang {
    display: none;
    width: 100%;
}
.nav-lang .lang-content {
    display: block;
    width: 100%;
}
.nav-lang .lang-content .lang-head {
    height: auto;
    width: 100%;
    justify-content: flex-start;
    color: #343434;
}
.nav-lang .lang-content .lang-head::after {
    margin-inline-start: auto;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.nav-lang .lang-content .lang-head.active::after {
    transform: rotate(180deg);
}
.nav-lang .lang-content .lang-list {
    position: relative;
    inset: unset;
    transform: none;
    visibility: visible;
    opacity: 1;
    transition: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 25px 0;
    display: none;
}
.nav-lang .lang-content .lang-list a {
    padding: 0;
    border: none;
    text-align: start;
    margin-top: 10px;
    font-size: 14px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.9;
    z-index: 998;
    display: none;
}

@media (max-width: 991px) {
    .header-nav {
        position: fixed;
        top: 0;
        height: 100vh;
        inset-inline-start: -300px;
        width: 300px;
        background-color: #f5fbfb;
        z-index: 999;
        transition: all 0.3s ease-in-out;
    }
    .header-nav.active {
        inset-inline-start: 0;
    }
    .nav-head {
        display: flex;
    }
    .header-list {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px;
    }
    .header-list a {
        color: #343434;
    }
    .header-list a:hover {
        color: #37a59b;
    }
}
@media (max-width: 767px) {
    .nav-lang {
        display: block;
    }
}
.breadcrumb-section {
    padding: 30px 0 0;
    background-color: #f5fbfb;
    overflow: hidden;
}
@media (max-width: 767px) {
    .breadcrumb-section {
        display: none;
    }
}

.breadcrumb-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.breadcrumb-content li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.572;
}
.breadcrumb-content li ~ li::before {
    content: "/";
    margin: 0 5px;
}
.breadcrumb-content li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.breadcrumb-content li a:hover {
    color: #37a59b;
}

footer {
    background-color: #37a59b;
    position: relative;
    overflow: hidden;
}
footer .pattern {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: -90.6px;
}
@media (max-width: 991px) {
    footer .pattern {
        top: 100px;
        transform: none;
    }
}

.footer {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
@media (max-width: 991px) {
    .footer {
        padding: 35px 0;
    }
}

.footer-information {
    margin: 0;
}

.footer-logo {
    width: 72px;
    margin-bottom: 29px;
}
.footer-logo img {
    width: 100%;
}
@media (max-width: 991px) {
    .footer-logo {
        margin: auto;
        margin-bottom: 30px;
    }
}

.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 21px;
}
@media (max-width: 991px) {
    .socials {
        justify-content: center;
        gap: 15px;
    }
}

.social {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.social:hover {
    color: #e2f2f1;
}

.payments {
    margin: 0;
    margin-inline-start: -17px;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .payments {
        justify-content: center;
        margin: 0 0 21px;
    }
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.572;
    margin: 0 0 20px;
}
@media (max-width: 767px) {
    .footer-title.acc-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }
    .footer-title.acc-title::after {
        content: "\f078";
        font-family: "Font Awesome 6 pro";
        font-weight: 400;
        margin-inline-start: auto;
        transition: all 0.3s ease-in-out;
    }
    .footer-title.acc-title.active::after {
        transform: rotate(180deg);
    }
}

.footer-nav {
    padding-top: 7px;
    padding-inline-start: 25px;
}
@media (max-width: 991px) {
    .footer-nav {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .footer-nav {
        margin-bottom: 30px;
    }
}

/* .footer-lists { */
/* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px; */
/* } */
@media (max-width: 767px) {
    .footer-lists {
        /* grid-template-columns: unset; */
        /* gap: unset; */
        display: none;
        padding: 15px 15px 0;
    }
}

@media (max-width: 767px) {
    .footer-list {
        margin-bottom: 10px;
    }
    .footer-list:last-of-type {
        margin: 0;
    }
}
.footer-list li {
    display: flex;
    margin-bottom: 13.6px;
}
@media (max-width: 767px) {
    .footer-list li {
        margin-bottom: 10px;
    }
    .footer-list li:last-of-type {
        margin: 0;
    }
}
.footer-list a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.616;
    transition: all 0.3s ease-in-out;
}
.footer-list a:hover {
    transform: translateX(-5px);
}
html[dir="ltr"] .footer-list a:hover {
    transform: translateX(5px);
}

.footer-contacts {
    padding-top: 7px;
}
@media (max-width: 991px) {
    .footer-contacts {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .footer-contacts {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .contacts-list {
        display: none;
        padding: 15px 15px 0;
    }
}
.contacts-list li {
    display: flex;
    margin-bottom: 13.6px;
}
@media (max-width: 767px) {
    .contacts-list li {
        margin-bottom: 10px;
    }
    .contacts-list li:last-of-type {
        margin: 0;
    }
}
.contacts-list a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.616;
    text-transform: none;
    transition: all 0.3s ease-in-out;
}
.contacts-list a i {
    font-size: 14px;
    margin-inline-end: 15px;
}
.contacts-list a:hover {
    transform: translateX(-5px);
}
html[dir="ltr"] .contacts-list a:hover {
    transform: translateX(5px);
}

.footer-download {
    padding-top: 26px;
}
@media (max-width: 767px) {
    .footer-download {
        padding: 0;
    }
    .footer-download .footer-title {
        text-align: center;
        margin: 0 0 15px;
    }
}

.download-btns {
    display: flex;
    align-items: center;
    gap: 7px;
}
@media (max-width: 767px) {
    .download-btns {
        justify-content: center;
        gap: 5px;
    }
}
.download-btns .download-btn {
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .download-btns .download-btn {
        max-width: calc(50% - 5px);
    }
}
.download-btns .download-btn:hover {
    transform: translateY(-2px);
}

.copyrights {
    padding: 7px 0 30px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .copyrights {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 10px;
        padding: 0 0 20px;
    }
}
.copyrights p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.copyrights p a {
    width: 70px;
    margin-inline-start: 5px;
}
@media (max-width: 767px) {
    .copyrights p {
        justify-content: center;
    }
}

.main-section {
    background-color: #f5fbfb;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
@media (max-width: 991px) {
    .main-section {
        padding: 20px 0 0;
    }
}

.specialties-section {
    background-color: #f5fbfb;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
}
.specialties-section .swiper {
    overflow: unset;
}
@media (max-width: 1199px) {
    .specialties-section .swiper {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .specialties-section {
        padding: 40px 0;
    }
}

.banner-section {
    background-color: #f5fbfb;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
@media (max-width: 991px) {
    .banner-section {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .banner-section {
        padding: 10px 0;
    }
    .banner-section .container {
        width: 100%;
        padding: 0;
    }
}

.doctors-section {
    background-color: #f5fbfb;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 30px;
}
@media (max-width: 991px) {
    .doctors-section {
        padding: 40px 0;
    }
}

.labs-section {
    background-color: #f5fbfb;
    width: 100%;
    overflow: hidden;
    padding: 30px 0 100px;
}
@media (max-width: 991px) {
    .labs-section {
        padding: 40px 0 60px;
    }
}

.specialties-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: start;
    gap: 30px;
}
@media (max-width: 1199px) {
    .specialties-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}
@media (max-width: 991px) {
    .specialties-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 767px) {
    .specialties-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 10px;
    }
}
@media (max-width: 480px) {
    .specialties-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.subspecialties-filters {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .subspecialties-filters {
        margin-bottom: 30px;
    }
}
.subspecialties-filters::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 4px;
    border-radius: 3px;
}
.subspecialties-filters::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}

.subspecialties-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 7px;
}
@media (max-width: 991px) {
    .subspecialties-list {
        gap: 7px;
        padding-bottom: 5px;
    }
}
.subspecialties-list .subspecialty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    height: 45px;
    border-radius: 23px;
    background-color: #e2f2f1;
    color: #37a59b;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.subspecialties-list .subspecialty-btn:hover,
.subspecialties-list .subspecialty-btn.active {
    background-color: #37a59b;
    color: #fff;
}
@media (max-width: 991px) {
    .subspecialties-list .subspecialty-btn {
        padding: 0 15px;
        height: 40px;
        font-size: 12px;
        min-width: 77px;
    }
}

.archive-sidebar {
    position: sticky;
    top: 92px;
}
@media (max-width: 991px) {
    .archive-sidebar {
        position: fixed;
        top: 75px;
        inset-inline-start: -265px;
        display: flex;
        align-items: flex-start;
        z-index: 997;
        transition: all 0.3s ease-in-out;
    }
    .archive-sidebar.active {
        inset-inline-start: 0;
    }
}

.filter-trigger {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #37a59b;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    color: #fff;
    font-size: 20px;
    width: 40px;
    aspect-ratio: 1;
    border-end-end-radius: 5px;
    border-start-end-radius: 5px;
    margin-top: 35px;
}
@media (max-width: 991px) {
    .filter-trigger {
        display: flex;
    }
}
.active .filter-trigger i::before {
    content: "\f00d";
}

.search-filters {
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .search-filters {
        border-radius: 0;
        border-end-end-radius: 10px;
        border-start-end-radius: 10px;
        box-shadow: none;
        width: 264px;
    }
}
.active .search-filters {
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
}

.filters-title {
    background-color: #37a59b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    line-height: 1.572;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 20px;
    margin: 0;
}
@media (max-width: 991px) {
    .filters-title {
        border-radius: 0;
        border-start-end-radius: 10px;
    }
}

.filters-list {
    padding: 16px 18px;
}
@media (max-width: 991px) {
    .filters-list {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }
}

.filter-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px;
    margin-bottom: 16px;
}
.filter-item:last-of-type {
    border: none;
    margin: 0;
}
.filter-item .filter-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.572;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0 0 5px;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.filter-item .filter-title i {
    font-size: 18px;
    color: #c5c5c5;
    margin-inline-end: 16px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.filter-item .filter-title::after {
    content: "\f053";
    font-family: "Font Awesome 6 pro";
    font-weight: 300;
    font-size: 12px;
    color: #c5c5c5;
    margin-inline-start: auto;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"] .filter-item .filter-title::after {
    content: "\f054";
}
.filter-item .filter-title.active {
    color: #37a59b;
}
.filter-item .filter-title.active i {
    color: #37a59b;
}
.filter-item .filter-title.active::after {
    color: #37a59b;
    transform: rotate(-90deg);
}
html[dir="ltr"] .filter-item .filter-title.active::after {
    transform: rotate(90deg);
}
.filter-item .filter-values {
    padding: 10px 0 10px;
    display: none;
    max-height: 155px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.filter-item .filter-values::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.filter-item .filter-values::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.filter-item .filter-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin-bottom: 10px;
}
.filter-item .filter-value .check-mark {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border: 1px solid #c8e1e1;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #37a59b;
    margin-inline-end: 10px;
    transition: all 0.3s ease-in-out;
}
.filter-item .filter-value .check-mark i {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(360deg);
    transition: all 0.3s ease-in-out;
}
.filter-item .filter-value .text {
    font-size: 12px;
    color: #343434;
    line-height: 1.583334;
    transition: all 0.3s ease-in-out;
}
.filter-item .filter-value input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}
.filter-item .filter-value input:checked ~ .check-mark i {
    transform: scale(1) rotate(0deg);
}
.filter-item .filter-value:last-of-type {
    margin: 0;
}

.archive-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .archive-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.search-title {
    font-size: 16px;
    font-weight: 700;
    color: #343434;
    line-height: 1.625;
    margin: 0;
}
.search-title span {
    color: #37a59b;
}

.search-tools {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 767px) {
    .search-tools {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }
}

.search-input {
    position: relative;
}
@media (max-width: 767px) {
    .search-input {
        width: 100%;
    }
}
.search-input .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 20px;
    font-size: 16px;
    color: #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-input .clear-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 25px;
    padding: 0;
    background-color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fa404f;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.search-input .clear-btn:hover {
    color: #fc0e21;
}
@media (max-width: 767px) {
    .search-input .clear-btn {
        visibility: visible;
        opacity: 1;
    }
}
.search-input input {
    width: 200px;
    height: 48px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 0 40px;
    font-size: 14px;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .search-input input {
        width: 100%;
    }
}
.search-input input::-moz-placeholder {
    font-size: 14px;
    color: #c2c2c2;
}
.search-input input::placeholder {
    font-size: 14px;
    color: #c2c2c2;
}
.search-input input:-moz-placeholder-shown ~ .clear-btn {
    display: none;
}
.search-input input:placeholder-shown ~ .clear-btn {
    display: none;
}
.search-input input:focus {
    border-color: #37a59b;
}
.search-input input:focus ~ .clear-btn {
    visibility: visible;
    opacity: 1;
}
.search-input:hover .clear-btn {
    visibility: visible;
    opacity: 1;
}

.search-sort {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 767px) {
    .search-sort {
        gap: 10px;
        width: 100%;
    }
}
.search-sort .sort-label {
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    white-space: nowrap;
}
.search-sort .search-select {
    width: 200px;
    height: 48px;
    background-color: #fff;
    border: none;
    border-radius: 24px;
    padding: 0 20px;
    font-size: 14px;
    color: #343434;
}
@media (max-width: 767px) {
    .search-sort .search-select {
        width: 100%;
    }
}

.results-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.single-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: flex-start;
    gap: 20px;
}
@media (max-width: 991px) {
    .single-content {
        grid-template-columns: 1fr;
    }
}

.single-card {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}
.single-card:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .single-card {
        padding: 20px 15px;
    }
}

.main-information {
    display: flex;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .main-information {
        flex-direction: column;
    }
}
.main-information .single-img {
    width: 140px;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .main-information .single-img {
        margin: 0 0 15px;
    }
}
.main-information .single-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-information .single-information {
    width: 100%;
    margin-inline-start: 30px;
}
@media (max-width: 767px) {
    .main-information .single-information {
        margin-inline-start: 0;
    }
}
.main-information .information-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 100px);
}
@media (max-width: 1199px) {
    .main-information .information-head {
        width: calc(100% - 30px);
    }
}
@media (max-width: 767px) {
    .main-information .information-head {
        width: 100%;
    }
}
.main-information .page-title {
    margin: 0;
}
.main-information .status {
    margin-top: 8px;
    margin-inline-start: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 0 10px;
    flex-shrink: 0;
}
.main-information .status.available {
    background-color: #6ccb79;
}
.main-information .status.unavailable {
    background-color: #fa404f;
}
.main-information .single-specialty {
    display: inline-flex;
    align-items: center;
    color: #37a59b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    transition: all 0.3s ease-in-out;
    margin-top: 4px;
}
.main-information .single-specialty:hover {
    color: #37a59b;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .main-information .single-specialty {
        max-width: calc(100% - 30px);
    }
}
.main-information .single-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #e0e0e0;
    margin-top: 10px;
    flex-direction: row;
}
.main-information .single-rate .active {
    color: #ffd43b;
}
.main-information .single-description {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    line-height: 1.642857143;
    margin: 15px 0 0;
}
.main-information .single-tools {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    inset-inline-end: 10px;
    gap: 10px;
}
@media (max-width: 1199px) {
    .main-information .single-tools {
        flex-direction: column;
    }
}
.main-information .single-btn {
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    font-size: 20px;
    color: #37a59b;
    background-color: #e2f2f1;
    transition: all 0.3s ease-in-out;
}
.main-information .single-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-information .single-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}

.card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .card-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.card-head .card-title {
    font-size: 18px;
    font-weight: 800;
    color: #343434;
    line-height: 1.66666667;
    margin: 0;
}
@media (max-width: 767px) {
    .card-head .search-input {
        width: 100%;
        margin-top: 7px;
    }
}
.card-head .search-input input {
    border: 1px solid #dee1e6;
    width: 260px;
    height: 40px;
}
.card-head .search-input input:focus {
    border-color: #37a59b;
}
@media (max-width: 767px) {
    .card-head .search-input input {
        width: 100%;
    }
}

.services-list {
    max-height: 455px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow-y: auto;
    padding-inline-end: 2px;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
    margin-bottom: 20px;
}
.services-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.services-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.services-list .service-select {
    background-color: #f5fbfb;
    padding: 12px 30px;
    width: 100%;
    position: relative;
}
@media (max-width: 767px) {
    .services-list .service-select {
        padding: 10px 15px;
    }
}
.services-list .service-select .service-info {
    /* display: flex;
  align-items: center;
  justify-content: flex-start; */
}
.services-list .service-select .service-info .hint {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .services-list .service-select .service-info {
        flex-wrap: wrap;
    }
}
.services-list .service-select .service-title {
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    margin: 0;
    line-height: 1.5625;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .services-list .service-select .service-title {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }
}
.services-list .service-select .service-hint {
    margin-inline-start: 10px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-color: #e2f2f1;
    color: #37a59b;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    border-radius: 12px;
    padding: 0 12px;
}
.services-list .service-select .service-price {
    color: #37a59b;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    margin-inline-start: auto;
    margin-inline-end: 20px;
}
.services-list .service-select .service-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 16px;
    min-width: 77px;
    padding: 0 17px;
    border: 1px solid #37a59b;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #37a59b;
    transition: all 0.3s ease-in-out;
    width: 100%;
    margin-top: 15px;
}
.services-list .service-select .service-mark span {
    display: block;
}
.services-list .service-select .service-mark span.selected {
    display: none;
}
.services-list .service-select .service-condition {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    margin: 2px 0 4px;
    color: #e24a56;
}
.services-list .service-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.services-list .service-select input:checked ~ .service-info .service-mark {
    color: #fff;
    background-color: #37a59b;
}
.services-list
    .service-select
    input:checked
    ~ .service-info
    .service-mark
    span {
    display: none;
}
.services-list
    .service-select
    input:checked
    ~ .service-info
    .service-mark
    span.selected {
    display: block;
}

.single-description p {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 1.75;
    margin: 0;
}
@media (max-width: 767px) {
    .single-description p {
        font-size: 14px;
    }
}
.single-description p ~ .single-table {
    margin-top: 20px;
}

.single-table {
    width: 100%;
}
.single-table .table-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 10px 30px 9px;
    font-size: 16px;
    color: #343434;
    line-height: 1.625;
}
@media (max-width: 767px) {
    .single-table .table-row {
        font-size: 14px;
        padding: 10px 15px;
        gap: 3px 0;
        flex-wrap: wrap;
    }
}
.single-table .table-row:nth-of-type(odd) {
    background-color: #f5fbfb;
}
.single-table .table-row strong {
    font-weight: 700;
    width: 165px;
}
@media (max-width: 767px) {
    .single-table .table-row strong {
        width: 95px;
    }
}
.single-table .table-row a {
    color: #e24a56;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.single-table .table-row a:hover {
    color: #37a59b;
    text-decoration: none;
}
.single-table ~ .selected-services {
    margin-top: 20px;
}

.extras-imgs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .extras-imgs {
        gap: 7px;
    }
}
@media (max-width: 767px) {
    .extras-imgs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
.extras-imgs .extra-img {
    width: 125px;
    aspect-ratio: 1;
    display: flex;
    overflow: hidden;
}
@media (max-width: 767px) {
    .extras-imgs .extra-img {
        width: 100%;
    }
}
.extras-imgs .extra-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-card {
    max-width: 100%;
    overflow: hidden;
    position: sticky;
    top: 92px;
}
.checkout-page .side-card {
    position: relative;
    top: unset;
}
.side-card .side-title {
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    margin: 0 0 10px;
}
.side-card .select-day {
    margin-bottom: 20px;
}
.side-card .days-list {
    display: flex;
    gap: 5px;
    padding-inline-end: 2px;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
@media (max-width: 991px) {
    .side-card .days-list {
        padding-bottom: 5px;
    }
}
.side-card .days-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 0;
    height: 4px;
    border-radius: 3px;
}
.side-card .days-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.side-card .day-select {
    flex-shrink: 0;
    position: relative;
}
.side-card .day-select .day-info {
    width: 52px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #dee1e6;
    border-radius: 7px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
.side-card .day-select .day {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 6px;
}
.side-card .day-select .date {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5625;
}
.side-card .day-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.side-card .day-select input:checked ~ .day-info {
    background-color: #37a59b;
    border-color: #37a59b;
    color: #fff;
}
.side-card .day-select input:disabled {
    cursor: not-allowed;
}
.side-card .day-select input:disabled ~ .day-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #9b9b9b;
}
.side-card .select-time {
    margin-bottom: 34px;
}
.side-card .time-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-inline-end: 5px;
    overflow-x: auto;
    max-height: 191px;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.side-card .time-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.side-card .time-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.side-card .time-select {
    position: relative;
}
.side-card .time-select .time-info {
    width: 100%;
    padding: 9px 20px 7px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #dee1e6;
    border-radius: 7px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1.57142857;
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
.side-card .time-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.side-card .time-select input:checked ~ .time-info {
    border-color: #37a59b;
    color: #37a59b;
}
.side-card .time-select input:disabled {
    cursor: not-allowed;
}
.side-card .time-select input:disabled ~ .time-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #9b9b9b;
}
.side-card .side-totals {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.side-card .select-payment {
    margin-bottom: 20px;
}
:has(.doctor-card) .side-card .select-payment {
    margin-bottom: 77px;
}
@media (max-width: 991px) {
    :has(.doctor-card) .side-card .select-payment {
        margin-bottom: 20px;
    }
}
.side-card .payment-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}
.side-card .payment-select {
    position: relative;
}
.side-card .payment-select .payment-info {
    width: 100%;
    padding: 11px 19px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dee1e6;
    border-radius: 7px;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    line-height: 1.57142857;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    transition: all 0.3s ease-in-out;
}
.side-card .payment-select .payment-info img {
    max-height: 19px;
    width: auto;
}
.side-card .payment-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.side-card .payment-select input:checked ~ .payment-info {
    border-color: #37a59b;
    color: #37a59b;
}
.side-card .payment-select input:disabled {
    cursor: not-allowed;
}
.side-card .payment-select input:disabled ~ .payment-info {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #9b9b9b;
}
.side-card .side-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    line-height: 1.57142857;
}
.side-card .side-total strong {
    color: #37a59b;
    font-weight: 700;
}
.side-card .side-total:has(.hint) {
    font-size: 16px;
    font-weight: 700;
}
.side-card .side-total .hint {
    width: 100%;
    line-height: 1.583333334;
    color: #888888;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 400;
}
.checkout-page .side-card .side-total {
    font-weight: 700;
}
.side-card .checkbox {
    margin-bottom: 20px;
}
.side-card .single-btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.side-card .single-btn i {
    font-size: 16px;
    margin-inline-end: 7px;
}
.side-card .single-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}

.selected-services {
    margin-bottom: 20px;
}
.selected-services .selected-title {
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    margin: 0 0 10px;
}
.selected-services .selected-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-inline-end: 5px;
    overflow-x: auto;
    max-height: 223px;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.checkout-page .selected-services .selected-list {
    max-height: none;
    padding: 0;
}
.selected-services .selected-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.selected-services .selected-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.selected-services .selected-item {
    width: 100%;
    background-color: #f5fbfb;
    padding: 14px 20px 13px;
}
.selected-services .selected-item .service-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selected-services .selected-item .service-title {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.57142857;
    margin: 0;
}
.selected-services .selected-item .service-price {
    font-size: 16px;
    font-weight: 700;
    color: #37a59b;
    line-height: 1.625;
}
.selected-services .selected-item .service-condition {
    display: flex;
    font-size: 11px;
    color: #e24a56;
    margin-top: 3px;
}

.related-content {
    padding-top: 70px;
}
.related-content .section-head {
    justify-content: center;
}
@media (max-width: 767px) {
    .related-content {
        padding: 50px;
    }
}

.success-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 385px;
    margin: 28px auto 8px;
}
.success-content .success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    color: #37a59b;
    margin: 0 auto 28px;
}
.success-content .success-title {
    font-size: 18px;
    font-weight: 800;
    color: #343434;
    line-height: 1.66666667;
    margin: 0 0 10px;
}
.success-content .success-description {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    line-height: 1.5625;
    margin: 0 0 30px;
}
.success-content .success-description span {
    color: #37a59b;
}
.success-content .success-btn {
    width: 100%;
    max-width: 248px;
}

.success-header {
    background-color: #f5fbfb;
    position: relative;
    inset: unset;
}
.success-header .header {
    justify-content: center;
}
@media (max-width: 1199px) {
    .success-header .header {
        justify-content: center;
    }
    .success-header .header .logo {
        margin: auto;
    }
}
@media (max-width: 991px) {
    .success-header .header {
        justify-content: center;
    }
    .success-header .header .logo {
        margin: auto;
    }
}
@media (max-width: 767px) {
    .success-header .header {
        justify-content: center;
    }
    .success-header .header .logo {
        margin: auto;
    }
}

.success-body {
    background-color: #f5fbfb;
    min-height: calc(100vh - 149px);
    padding: 58px 0 40px;
}
@media (max-width: 991px) {
    .success-body .form-content {
        min-height: calc(100vh - 119px);
        padding: 40px 0 25px;
    }
}

.account-page .page-title {
    color: #37a59b;
}

.account-body {
    padding: 20px 0 0;
    max-width: 100%;
}
@media (max-width: 991px) {
    .account-body {
        padding: 0;
    }
}

.account-title {
    font-size: 20px;
    font-weight: 800;
    color: #343434;
    line-height: 1.65;
    margin: 0 0 20px;
}
@media (max-width: 767px) {
    .account-title {
        font-size: 18px;
    }
}

.account-tab .checkboxes {
    padding-top: 10px;
}
.account-tab .file-content {
    margin-top: 20px;
}

.files-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .file-item {
        padding: 13px 10px;
    }
}
.file-item:first-of-type {
    margin-top: 5px;
}
.file-item:last-of-type {
    margin-bottom: 25px;
}
.file-item .file-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.file-item .file-name {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.57142857;
    margin: 0 0 4px;
}
.file-item .file-name a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.file-item .file-name a:hover {
    color: #37a59b;
}
.file-item .file-date {
    font-size: 12px;
    font-weight: 400;
    color: #727272;
    line-height: 1.5833334;
}
.file-item .file-tools {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}
.file-item .file-btn {
    width: 36px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #37a59b;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.file-item .file-btn ~ .file-btn {
    background-color: #fa404f;
}
.file-item .file-btn:hover {
    background-color: #e2f2f1;
    color: #37a59b;
}

.notifications-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.notifications-head .account-title {
    margin: 0;
}
.notifications-head .notifications-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fa404f;
    color: #fa404f;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}
.notifications-head .notifications-btn .text {
    font-size: 14px;
    font-weight: 600;
    margin-inline-start: 6px;
}
.notifications-head .notifications-btn:hover {
    background-color: #fa404f;
    color: #fff;
}

.accout-notifications {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.notification-item {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .notification-item {
        padding: 15px 10px;
    }
}
.notification-item .notification-icon {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #37a59b;
    fill: #fff;
    padding: 10px;
}
.notification-item .notification-icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.notification-item .notification-info {
    margin-inline-start: 20px;
    margin-inline-end: 14px;
    padding: 2px 0 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media (max-width: 767px) {
    .notification-item .notification-info {
        margin-inline: 10px;
    }
}
.notification-item .notification-title {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.7857142857;
    text-align: justify;
    margin: 0 0 5px;
}
.notification-item .notification-date {
    font-size: 12px;
    font-weight: 400;
    color: #727272;
    line-height: 1.5833334;
}
.notification-item:is(a):hover {
    background-color: #e7f5f4;
    border-radius: 5px;
    box-shadow: none;
}
.notification-item.new {
    background-color: #e7f5f4;
    border-radius: 5px;
    box-shadow: none;
}

.table-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .table-filters {
        align-items: flex-end;
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .table-filters {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .table-filters .search-input {
        width: 100%;
        margin-top: 7px;
    }
}
.table-filters .search-input input {
    width: 260px;
}
@media (max-width: 1199px) {
    .table-filters .search-input input {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .table-filters .search-input input {
        width: 100%;
    }
}
.table-filters .search-dates {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
@media (max-width: 1199px) {
    .table-filters .search-dates {
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .table-filters .search-dates {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: end;
        width: 100%;
    }
}
.table-filters .search-date {
    display: flex;
    align-items: center;
    display: flex;
    gap: 12px;
}
@media (max-width: 1199px) {
    .table-filters .search-date {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
@media (max-width: 767px) {
    .table-filters .search-date {
        width: 100%;
    }
}
.table-filters .search-date .date-label {
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .table-filters .date-content {
        width: 100%;
    }
}
.table-filters .date-content input {
    width: 200px;
    height: 48px;
    background-color: #fff;
    border: none;
    border-radius: 24px;
    padding: 0 20px;
    font-size: 14px;
    color: #343434;
    text-align: right;
}
@media (max-width: 1199px) {
    .table-filters .date-content input {
        width: 175px;
    }
}
@media (max-width: 767px) {
    .table-filters .date-content input {
        width: 100%;
    }
}

.reservations-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}
@media (max-width: 1199px) {
    .reservations-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.reservations-head .account-tabs {
    margin: 0;
}
.reservations-head .reservations-filters {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
@media (max-width: 1199px) {
    .reservations-head .reservations-filters {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .reservations-head .search-sort {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
}
.reservations-head .search-select {
    width: 205px;
}
@media (max-width: 1199px) {
    .reservations-head .search-select {
        width: 100%;
    }
}
.reservations-head .search-filter .search-select {
    width: 160px;
}
@media (max-width: 1199px) {
    .reservations-head .search-filter .search-select {
        width: 100%;
    }
}

.reservations-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.reservation-item {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.102);
    border-radius: 10px;
    padding: 22px 23px 28px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
    .reservation-item {
        padding: 20px 15px;
    }
}
@media (max-width: 767px) {
    .reservation-item {
        flex-direction: column;
        gap: 10px;
    }
}
.reservation-item .item-img {
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.reservation-item .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reservation-item .item-info {
    padding: 1px 20px 0;
    width: 100%;
}
@media (max-width: 1199px) {
    .reservation-item .item-info {
        padding: 0px 10px;
    }
}
@media (max-width: 767px) {
    .reservation-item .item-info {
        padding: 0;
    }
}
.reservation-item .item-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px 30px;
    width: 100%;
    margin-bottom: 6px;
}
@media (max-width: 1199px) {
    .reservation-item .item-head {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .reservation-item .item-head {
        gap: 10px 15px;
    }
}
.reservation-item .item-head span {
    font-size: 12px;
    font-weight: 400;
}
.reservation-item .item-head span:not(.status) {
    color: #727272;
}
.reservation-item .item-head .status {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .reservation-item .item-head .status {
        white-space: nowrap;
        flex-shrink: 0;
        margin-inline-end: 85%;
    }
}
.reservation-item .item-name {
    font-size: 15px;
    font-weight: 700;
    color: #343434;
    line-height: 1.66666667;
    margin: 0 0 8px;
}
.reservation-item .item-extra {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}
.reservation-item .item-specialty {
    display: flex;
    align-items: center;
    color: #37a59b;
    font-size: 13px;
    font-weight: 600;
}
.reservation-item .item-specialty img {
    height: 17px;
    flex-shrink: 0;
    margin-inline-end: 5px;
}
.reservation-item .item-price {
    color: #37a59b;
    font-size: 16px;
    font-weight: 700;
}
.reservation-item .item-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    background-color: #ddefee;
    color: #37a59b;
}
.reservation-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.202);
}

.reservation-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-bottom: 16px;
}
.reservation-head .account-title {
    margin: 0;
}
.reservation-head .reservation-tool {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 991px) {
    .reservation-head .reservation-tool {
        gap: 5px;
    }
}
.reservation-head .reservation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: #37a59b;
    border: 1px solid #37a59b;
    color: #fff;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}
.reservation-head .reservation-btn i {
    font-size: 16px;
    margin-inline-end: 8px;
}
.reservation-head .reservation-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
.reservation-head .reservation-btn.book-btn {
    background-color: #e2f2f1;
    border-color: #e2f2f1;
    color: #37a59b;
}
.reservation-head .reservation-btn.book-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
.reservation-head .reservation-btn.back-btn {
    background-color: #fff;
    color: #37a59b;
}
.reservation-head .reservation-btn.back-btn:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
@media (max-width: 991px) {
    .reservation-head .reservation-btn {
        padding: 0 10px;
        font-size: 12px;
    }
    .reservation-head .reservation-btn i {
        font-size: 12px;
        margin-inline-end: 3px;
    }
}

.reservation-body {
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 30px 56px;
}
@media (max-width: 767px) {
    .reservation-body {
        padding: 20px 10px 40px;
    }
}
.reservation-body .reservation-title {
    font-size: 18px;
    font-weight: 700;
    color: #37a59b;
    line-height: 1.6666667;
    margin: 0 0 15px;
}
@media (max-width: 767px) {
    .reservation-body .reservation-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.reservation-body .reschedule-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.reservation-body .reschedule-table-head .reservation-title {
    margin: 0;
}
@media (max-width: 767px) {
    .reservation-body .reschedule-table-head {
        margin-bottom: 10px;
    }
}
.reservation-body .reschedule-tool {
    display: flex;
    align-items: center;
    gap: 5px;
}
.reservation-body .reschedule-btn {
    height: 36px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #54b75d;
    transition: all 0.3s ease-in-out;
}
.reservation-body .reschedule-btn ~ .reschedule-btn {
    background-color: #fa404f;
}
@media (max-width: 767px) {
    .reservation-body .reschedule-btn {
        padding: 0 15px;
        font-size: 12px;
    }
}
.reservation-body .reschedule-btn:hover {
    color: #fff;
    background-color: #37a59b;
}
.reservation-body .reservation-table {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .reservation-body .reservation-table {
        margin-bottom: 25px;
    }
}
.reservation-body .table-row {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    padding: 10px 30px 9px;
    gap: 15px;
}
@media (max-width: 767px) {
    .reservation-body .table-row {
        padding: 7px;
        gap: 7px;
    }
}
.reservation-body .table-row:nth-of-type(odd) {
    background-color: #f5fbfb;
}
.reservation-body .table-row p {
    line-height: 1.625;
    font-size: 16px;
    color: #343434;
    width: 100%;
    margin: 0;
    display: flex;
}
.reservation-body .table-row p:first-of-type {
    font-weight: 700;
    width: 230px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .reservation-body .table-row p:first-of-type {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .reservation-body .table-row p {
        font-size: 14px;
    }
}
.reservation-body .table-row a {
    transition: all 0.3s ease-in-out;
}
.reservation-body .table-row a.invoice {
    color: #e24a56;
    text-decoration: underline;
}
.reservation-body .table-row a:hover {
    text-decoration: none;
    color: #37a59b;
}
.reservation-body .table-row .status {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .reservation-body .table-row .status {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 0 8px;
        font-size: 11px;
    }
}
.reservation-body .table-row .method {
    display: flex;
    align-items: center;
}
.reservation-body .table-row .method img {
    height: 14px;
    margin-inline-start: 10px;
}
.reservation-body .reservation-reason {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .reservation-body .reservation-reason {
        margin-bottom: 25px;
    }
}
.reservation-body .reason-date {
    font-size: 12px;
    color: #b2b2b2;
    display: flex;
    line-height: 1.5833333334;
    margin-bottom: 6px;
}
.reservation-body .reason-text {
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 1.77;
    margin: 0;
}
@media (max-width: 767px) {
    .reservation-body .reason-text {
        font-size: 14px;
    }
}
.reservation-body .reservation-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.reservation-body .footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 22px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #6b6b6b;
    background-color: #e9e9e9;
    transition: all 0.3s ease-in-out;
}
.reservation-body .footer-btn i {
    font-size: 16px;
    margin-inline-end: 8px;
}
.reservation-body .footer-btn:hover {
    background-color: #37a59b;
    color: #fff;
}
@media (max-width: 767px) {
    .reservation-body .footer-btn {
        padding: 0 15px;
        max-width: calc(50% - 5px);
    }
}
.reservation-body .tests-list {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.reservation-alert {
    display: flex;
    padding: 8px 14px 6px;
    background-color: #f8aa25;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57142857;
}
@media (max-width: 767px) {
    .reservation-alert {
        padding: 5px 10px;
        font-size: 12px;
    }
}
.reservation-alert i {
    display: flex;
    align-items: center;
    margin-inline-end: 8px;
}
.reservation-body .reservation-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 9px;
}
.reservation-body .reservation-rate .active {
    color: #ffd43b;
}
.reservation-body :last-child {
    margin: 0;
}

.test-select {
    background-color: #f5fbfb;
    padding: 11px 20px 18px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .test-select {
        padding: 10px 15px;
        flex-direction: column;
    }
}
.test-select .test-img {
    width: 50px;
    aspect-ratio: 1;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.test-select .test-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.test-select .test-info {
    display: flex;
    flex-direction: column;
    margin-inline-start: 20px;
    margin-inline-end: auto;
    padding: 5px 0 0;
}
@media (max-width: 767px) {
    .test-select .test-info {
        margin: 0;
        padding-top: 10px;
    }
}
.test-select .test-title {
    font-size: 16px;
    color: #343434;
    font-weight: 400;
    line-height: 1.5625;
    margin: 0 0 6px;
}
@media (max-width: 767px) {
    .test-select .test-title {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }
}
.test-select .test-features {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 767px) {
    .test-select .test-features {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.test-select .test-features span {
    font-size: 12px;
    color: #727272;
    line-height: 1.5833333334;
}
.test-select .test-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 16px;
    min-width: 77px;
    padding: 0 17px;
    border: 1px solid #37a59b;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #37a59b;
    margin: 5px 0 0;
    transition: all 0.3s ease-in-out;
}
.test-select .test-mark span {
    display: block;
}
.test-select .test-mark span.selected {
    display: none;
}
@media (max-width: 767px) {
    .test-select .test-mark {
        margin-inline-start: auto;
        margin-top: 10px;
    }
}
.test-select input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.test-select input:checked ~ .test-mark {
    color: #fff;
    background-color: #37a59b;
}
.test-select input:checked ~ .test-mark span {
    display: none;
}
.test-select input:checked ~ .test-mark span.selected {
    display: block;
}

.selected-test {
    background-color: #f5fbfb;
    padding: 14px 20px 13px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .selected-test {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
}
.selected-test .test-information {
    display: flex;
    flex-direction: column;
}
.selected-test .test-title {
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    line-height: 1.57142857;
    margin: 0 0 4px;
}
@media (max-width: 767px) {
    .selected-test .test-title {
        width: 100%;
    }
}
.selected-test .test-condition {
    font-size: 11px;
    font-weight: 400;
    display: flex;
    margin: 0;
    line-height: 1.6363636;
    color: #e24a56;
}
.selected-test .test-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 767px) {
    .selected-test .test-tools {
        width: 100%;
    }
}
.selected-test .test-price {
    font-size: 16px;
    font-weight: 700;
    color: #37a59b;
    line-height: 1.625;
    display: flex;
}
.selected-test .test-download {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 18px;
    padding: 0 18px;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.selected-test .test-download:hover {
    background-color: transparent;
    color: #37a59b;
}

.messenger-body {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    overflow: hidden;
}

.messages-content {
    padding: 10px;
}
@media (max-width: 767px) {
    .messages-content {
        padding: 5px;
    }
}
.messages-content .messages-list {
    min-height: 446px;
    overflow-y: auto;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
@media (max-width: 767px) {
    .messages-content .messages-list {
        padding: 10px;
    }
}
.messages-content .messages-list::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.messages-content .messages-list::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}

.message-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%;
}
.message-item:last-of-type {
    margin-bottom: 0;
}
.message-item .user-img {
    width: 44px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #e2f2f1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0c8c5;
    margin-inline-end: 6px;
}
.message-item .user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .message-item .user-img {
        width: 30px;
        font-size: 14px;
    }
}
.message-item .message-content {
    max-width: 463px;
    background-color: #f5fbfb;
    border-radius: 7px;
    border-start-start-radius: 0;
    position: relative;
    padding: 12px 17px;
}
@media (max-width: 767px) {
    .message-item .message-content {
        padding: 10px;
        max-width: calc(100% - 66px);
    }
}
.message-item .message-content p {
    font-size: 14px;
    color: #343434;
    line-height: 1.57142857;
    text-align: start;
    margin: 0;
    padding-inline-end: 10px;
}
@media (max-width: 767px) {
    .message-item .message-content p {
        font-size: 12px;
        padding: 0;
    }
}
.message-item .message-content img {
    border-radius: 7px;
    max-width: 100%;
}
.message-item .message-content .date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    color: #a8a8a8;
    font-weight: 400;
    margin-top: 8px;
    line-height: 1.6363636;
}
@media (max-width: 767px) {
    .message-item .message-content .date {
        font-size: 10px;
    }
}
.message-item .message-content::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 0;
    border-color: #f5fbfb transparent transparent transparent;
}
.message-item.received {
    flex-direction: row-reverse;
}
.message-item.received .user-img {
    margin: 0;
    margin-inline-start: 6px;
}
.message-item.received .message-content {
    border-radius: 7px;
    border-start-end-radius: 0;
}
.message-item.received .message-content p {
    text-align: end;
    padding: 0;
    padding-inline-start: 10px;
}
@media (max-width: 767px) {
    .message-item.received .message-content p {
        padding: 0;
    }
}
.message-item.received .message-content .date {
    justify-content: flex-end;
}
.message-item.received .message-content::after {
    inset-inline-end: unset;
    inset-inline-start: 100%;
    border-width: 0 6px 10px 0;
    border-color: transparent #f5fbfb transparent transparent;
}

.message-form {
    background-color: #d5ebe9;
    border-radius: 0px 0px 10px 10px;
    padding: 14px 30px 13px;
    display: flex;
    align-items: flex-end;
    gap: 11px;
}
@media (max-width: 767px) {
    .message-form {
        gap: 5px;
        padding: 12px 10px;
    }
}
.message-form .input-content {
    width: calc(100% - 59px);
    position: relative;
}
@media (max-width: 767px) {
    .message-form .input-content {
        width: calc(100% - 53px);
    }
}
.message-form .message-media {
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 48px;
    inset-inline-end: 0;
    padding-inline-end: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #37a59b;
    border-end-end-radius: 24px;
    border-start-end-radius: 24px;
    cursor: pointer;
}
.message-form .message-media input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.message-form .message-media svg {
    max-width: 24px;
}
.message-form .message-input {
    width: 100%;
    min-height: 48px;
    max-height: 158px;
    overflow-y: auto;
    border-radius: 24px;
    padding: 13px 25px;
    padding-inline-end: 60px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.57142857;
    color: #343434;
    cursor: text;
    word-break: break-word;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
}
.message-form .message-input::before {
    content: attr(data-placeholder);
    color: #9b9b9b;
    display: none;
}
.message-form .message-input:empty::before {
    display: block;
}
.message-form .message-input::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
}
.message-form .message-input::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.message-form .message-send {
    width: 48px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.message-form .message-send svg {
    max-width: 24px;
}
html[dir="rtl"] .message-form .message-send svg {
    transform: scaleX(-1);
}
.message-form .message-send:hover {
    background-color: #fff;
    fill: #37a59b;
}

.recommendations-table {
    margin-bottom: 40px;
}
.recommendations-table .table {
    width: 100%;
}
.recommendations-table .table th,
.recommendations-table .table td {
    padding: 14px 30px;
}
@media (max-width: 1199px) {
    .recommendations-table .table th,
    .recommendations-table .table td {
        padding: 15px 20px;
    }
}
@media (max-width: 767px) {
    .recommendations-table .table th,
    .recommendations-table .table td {
        padding: 10px 0;
    }
}
.recommendations-table .table th {
    background-color: #e2f2f1;
    font-size: 14px;
    font-weight: 700;
    color: #343434;
    line-height: 1.57142857;
}
@media (max-width: 767px) {
    .recommendations-table .table th {
        display: none;
    }
}
.recommendations-table .table td {
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.57142857;
}
.recommendations-table .table td::before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: 700;
    width: 110px;
    flex-shrink: 0;
    display: none;
}
@media (max-width: 767px) {
    .recommendations-table .table td {
        border: none;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .recommendations-table .table td::before {
        display: block;
    }
    .recommendations-table .table td:last-of-type {
        border-bottom: 1px solid #ececec;
    }
    .recommendations-table .table td[data-title="#"] {
        display: none;
    }
}
.recommendations-table .table .notes {
    max-width: 350px;
}
.recommendations-table .table a {
    font-size: 14px;
    color: #37a59b;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.recommendations-table .table a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.blog-head .page-title {
    margin: 0;
}
@media (max-width: 767px) {
    .blog-head .search-input {
        width: 100%;
    }
}
.blog-head .search-input input {
    width: 260px;
}
@media (max-width: 767px) {
    .blog-head .search-input input {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .blog-head {
        flex-direction: column;
        gap: 10px;
    }
}

.categories-filters {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #37a59b #f1f1f1;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .categories-filters {
        margin-bottom: 30px;
    }
}
.categories-filters::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 4px;
    border-radius: 3px;
}
.categories-filters::-webkit-scrollbar-thumb {
    background-color: #37a59b;
    border-radius: 3px;
}
.categories-filters .categories-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 7px;
}
@media (max-width: 991px) {
    .categories-filters .categories-list {
        gap: 7px;
        padding-bottom: 5px;
    }
}
.categories-filters .categories-list .category-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    height: 45px;
    border-radius: 23px;
    background-color: #e2f2f1;
    color: #37a59b;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.categories-filters .categories-list .category-btn:hover,
.categories-filters .categories-list .category-btn.active {
    background-color: #37a59b;
    color: #fff;
}
@media (max-width: 991px) {
    .categories-filters .categories-list .category-btn {
        padding: 0 15px;
        height: 40px;
        font-size: 12px;
        min-width: 77px;
    }
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 31px;
}
@media (max-width: 1199px) {
    .blog-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 15px;
    }
}
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.post-content {
    display: grid;
    grid-template-columns: 23637fr 10000fr;
    gap: 30px;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .post-content {
        grid-template-columns: 1fr;
    }
}

.post-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.post-head .page-title {
    margin: 0;
}
@media (max-width: 767px) {
    .post-head .page-title {
        width: 100%;
        text-align: center;
        order: 1;
    }
}
.post-head .post-share {
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2f2f1;
    color: #37a59b;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.post-head .post-share:hover {
    background-color: #37a59b;
    color: #fff;
}
@media (max-width: 767px) {
    .post-head .post-share {
        order: 3;
    }
}
.post-head .post-features {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
@media (max-width: 767px) {
    .post-head .post-features {
        width: auto;
        order: 2;
    }
}
.post-head .post-category {
    background-color: #e2f2f1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 700;
    color: #37a59b;
    transition: all 0.3s ease-in-out;
}
.post-head .post-category:hover {
    background-color: #37a59b;
    color: #fff;
}
.post-head .post-date {
    font-size: 12px;
    color: #37a59b;
    display: flex;
    line-height: 1.58333334;
}

.post-body {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 20px 20px 60px;
}
@media (max-width: 991px) {
    .post-body {
        padding: 15px 15px 30px;
    }
}
.post-body img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-body .main-img {
    width: 100%;
    display: flex;
    aspect-ratio: 740/434;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .post-body .main-img {
        margin-bottom: 15px;
    }
}
.post-body .post-img {
    width: 100%;
    max-width: 548px;
    aspect-ratio: 548/322;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin: 0 auto 25px;
}
@media (max-width: 991px) {
    .post-body .post-img {
        margin-bottom: 15px;
    }
}
.post-body .post-img.video {
    position: relative;
}
.post-body .post-img.video::after {
    content: url(../images/icons/play.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.post-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9375;
    color: #343434;
    margin: 0 0 25px;
}
@media (max-width: 991px) {
    .post-body p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.post-body :last-child {
    margin-bottom: 0;
}

.side-categories {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 30px 30px 36px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .side-categories {
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        padding: 15px 20px;
    }
}
.side-categories .categories-title {
    font-size: 18px;
    font-weight: 800;
    color: #343434;
    line-height: 1.666667;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    margin-bottom: 19px;
}
@media (max-width: 991px) {
    .side-categories .categories-title {
        pointer-events: unset;
        margin: 0;
    }
    .side-categories .categories-title::after {
        content: "\f053";
        font-family: "Font Awesome 6 pro";
        font-weight: 300;
        font-size: 12px;
        color: #c5c5c5;
        margin-inline-start: auto;
        transition: all 0.3s ease-in-out;
    }
    html[dir="ltr"] .side-categories .categories-title::after {
        content: "\f054";
    }
    .side-categories .categories-title.active {
        color: #37a59b;
    }
    .side-categories .categories-title.active::after {
        color: #37a59b;
        transform: rotate(-90deg);
    }
    html[dir="ltr"] .side-categories .categories-title.active::after {
        transform: rotate(90deg);
    }
}
@media (max-width: 991px) {
    .side-categories .categories-list {
        display: none;
        padding: 15px 15px 0;
    }
}
.side-categories .categories-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.side-categories .categories-list li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.side-categories .categories-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    line-height: 1.57142857;
    transition: all 0.3s ease-in-out;
}
.side-categories .categories-list a::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f060";
    color: #c2c2c2;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"] .side-categories .categories-list a::before {
    content: "\f061";
}
.side-categories .categories-list a span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #e2f2f1;
    color: #37a59b;
    font-size: 11px;
    font-weight: 700;
    margin-inline-start: auto;
}
.side-categories .categories-list a:hover {
    color: #37a59b;
}
.side-categories .categories-list a:hover::before {
    color: #37a59b;
}

.related-blog {
    padding-top: 74px;
}
@media (max-width: 767px) {
    .related-blog {
        padding-top: 40px;
    }
}
.related-blog .section-title {
    text-align: center;
    margin-bottom: 26px;
}

.about-content {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 20px 20px 64px;
}
@media (max-width: 991px) {
    .about-content {
        padding: 15px 15px 30px;
    }
}

.about-img {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100%;
    aspect-ratio: 1100/434;
    position: relative;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .about-img {
        margin-bottom: 15px;
    }
}
.about-img .about-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-img .about-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-img .about-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(
        180deg,
        rgba(55, 165, 155, 0.1019607843) 0%,
        #37a59b 100%
    );
    padding: 30px;
}
.about-img .about-logo img {
    width: 40%;
    max-width: 411px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9375;
    color: #343434;
    margin: 0 0 25px;
}
@media (max-width: 991px) {
    .about-description p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.about-description :last-child {
    margin-bottom: 0;
}

.faq-content {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 27px 30px 28px;
}
@media (max-width: 991px) {
    .faq-content {
        padding: 20px 15px;
    }
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e8e8e8;
}
.faq-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq-item .faq-header {
    padding-bottom: 11px;
    width: 100%;
}
.faq-item .accordion-button {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    line-height: 1.66666667;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .faq-item .accordion-button {
        font-size: 16px;
    }
}
.faq-item .accordion-button::after,
.faq-item .accordion-button:before {
    font-family: "Font Awesome 6 pro";
    font-weight: 400;
    color: #c5c5c5;
    display: flex;
    align-items: center;
    width: 28px;
    height: 30px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .faq-item .accordion-button::after,
    .faq-item .accordion-button:before {
        width: 20px;
        height: 26.6px;
    }
}
.faq-item .accordion-button::before {
    content: "\f060";
    font-size: 14px;
    justify-content: flex-start;
}
html[dir="ltr"] .faq-item .accordion-button::before {
    content: "\f061";
}
@media (max-width: 991px) {
    .faq-item .accordion-button::before {
        font-size: 12px;
    }
}
.faq-item .accordion-button::after {
    justify-content: flex-end;
    font-size: 18px;
    content: "+";
}
@media (max-width: 991px) {
    .faq-item .accordion-button::after {
        font-size: 16px;
    }
}
.faq-item .accordion-button:not(.collapsed) {
    color: #37a59b;
}
.faq-item .accordion-button:not(.collapsed)::after,
.faq-item .accordion-button:not(.collapsed):before {
    color: #37a59b;
}
.faq-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.faq-item .faq-body {
    padding: 0 28px 21px;
}
@media (max-width: 991px) {
    .faq-item .faq-body {
        padding: 0 15px 15px;
    }
}
.faq-item .faq-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9375;
    color: #343434;
    margin: 0 0 25px;
}
@media (max-width: 991px) {
    .faq-item .faq-body p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.faq-item .faq-body :last-child {
    margin-bottom: 0;
}

.information-content {
    display: grid;
    grid-template-columns: 23637fr 10000fr;
    gap: 30px;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .information-content {
        grid-template-columns: 1fr;
    }
}

.information-description {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 27px 30px 57px;
}
@media (max-width: 991px) {
    .information-description {
        padding: 20px 15px 30px;
    }
}
.information-description h3 {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    line-height: 1.6666667;
    margin: 0 0 11px;
}
@media (max-width: 991px) {
    .information-description h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}
.information-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.0625;
    color: #343434;
    margin: 0 0 30px;
}
@media (max-width: 991px) {
    .information-description p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.information-description :last-child {
    margin-bottom: 0;
}

.side-nav {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 30px 30px 36px;
    overflow: hidden;
    position: sticky;
    top: 92px;
}
@media (max-width: 991px) {
    .side-nav {
        display: none;
        width: 100%;
        max-width: 330px;
        margin-inline: auto;
        padding: 15px 20px;
    }
}
.side-nav .nav-title {
    font-size: 18px;
    font-weight: 800;
    color: #343434;
    line-height: 1.666667;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    margin-bottom: 19px;
}
@media (max-width: 991px) {
    .side-nav .nav-title {
        pointer-events: unset;
        margin: 0;
    }
    .side-nav .nav-title::after {
        content: "\f053";
        font-family: "Font Awesome 6 pro";
        font-weight: 300;
        font-size: 12px;
        color: #c5c5c5;
        margin-inline-start: auto;
        transition: all 0.3s ease-in-out;
    }
    html[dir="ltr"] .side-nav .nav-title::after {
        content: "\f054";
    }
    .side-nav .nav-title.active {
        color: #37a59b;
    }
    .side-nav .nav-title.active::after {
        color: #37a59b;
        transform: rotate(-90deg);
    }
    html[dir="ltr"] .side-nav .nav-title.active::after {
        transform: rotate(90deg);
    }
}
@media (max-width: 991px) {
    .side-nav .nav-body {
        display: none;
        padding: 15px 15px 0;
    }
}
.side-nav .nav-body li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.side-nav .nav-body li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.side-nav .nav-body a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    line-height: 1.57142857;
    transition: all 0.3s ease-in-out;
}
.side-nav .nav-body a::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f060";
    color: #c2c2c2;
    transition: all 0.3s ease-in-out;
}
html[dir="ltr"] .side-nav .nav-body a::before {
    content: "\f061";
}
.side-nav .nav-body a:hover,
.side-nav .nav-body a.active {
    color: #37a59b;
}
.side-nav .nav-body a:hover::before,
.side-nav .nav-body a.active::before {
    color: #37a59b;
}

.contact-row {
    display: grid;
    grid-template-columns: 23637fr 10000fr;
    gap: 30px;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .contact-row {
        grid-template-columns: 1fr;
    }
}

.contact-content {
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
    border-radius: 10px;
    padding: 27px 30px 44px;
}
@media (max-width: 991px) {
    .contact-content {
        padding: 15px 15px 30px;
    }
}
.contact-content .contact-title {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    line-height: 1.66666667;
    margin: 0 0 17px;
}
@media (max-width: 991px) {
    .contact-content .contact-title {
        font-size: 16px;
        margin: 0 0 15px;
    }
}
.contact-content .contact-info {
    margin: 0 0 30px;
}
@media (max-width: 991px) {
    .contact-content .contact-info {
        margin: 0 0 20px;
    }
}
.contact-content .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 767px) {
    .contact-content .contacts-list {
        display: flex;
        padding: 0;
    }
}
.contact-content .contacts-list li {
    margin: 0;
}
.contact-content .contacts-list a {
    color: #343434;
    font-size: 16px;
    font-weight: 400;
}
.contact-content .contacts-list a i {
    color: #37a59b;
    font-size: 16px;
}
.contact-content .contacts-list a:hover {
    color: #37a59b;
}
.contact-content .contact-socials {
    margin: 0 0 30px;
}
@media (max-width: 991px) {
    .contact-content .contact-socials {
        margin: 0 0 20px;
    }
}
@media (max-width: 991px) {
    .contact-content .socials {
        justify-content: flex-start;
    }
}
.contact-content .social {
    font-size: 18px;
    color: #37a59b;
}
.contact-content .social:hover {
    color: #37a59b;
}

.contact-form {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
@media (max-width: 991px) {
    .contact-form {
        padding: 20px 0 0;
    }
}
.contact-form .form-control {
    border-color: #dee1e6;
}
.contact-form .form-control:focus {
    border-color: #37a59b;
}
.contact-form .contact-btn {
    width: 140px;
    margin-inline-start: auto;
}

.contact-img {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100%;
    aspect-ratio: 330/759;
    position: relative;
}
@media (max-width: 991px) {
    .contact-img {
        display: none;
    }
}
.contact-img .contact-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-img .contact-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contact-img .contact-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(
        180deg,
        rgba(55, 165, 155, 0.1019607843) 0%,
        #37a59b 100%
    );
    padding: 30px;
}
.contact-img .contact-logo img {
    width: 60%;
    max-width: 184px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.auth-header {
    background-color: #f5fbfb;
    position: relative;
    inset: unset;
}
.auth-header .header-tools {
    gap: 20px;
}
.auth-header .auth-btn-title {
    color: #343434;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
@media (max-width: 767px) {
    .auth-header .auth-btn-title {
        display: none;
    }
}
.auth-header .header-btn {
    background-color: #fff;
    color: #37a59b;
    box-shadow: 0px 4px 15px rgba(55, 165, 155, 0.1019607843);
}
.auth-header .header-btn:hover {
    background-color: #37a59b;
    color: #fff;
    box-shadow: none;
}
@media (max-width: 767px) {
    .auth-header .header-btn {
        width: auto;
        padding: 0 15px;
    }
    .auth-header .header-btn .text {
        display: block;
    }
}
.auth-header .header-btn.back-btn .text {
    margin: 0;
}
.auth-header .header-btn.back-btn i {
    margin-inline-start: 20px;
}
html[dir="ltr"] .auth-header .header-btn.back-btn i::before {
    transform: scaleX(-1);
}

.auth-body {
    background-color: #f5fbfb;
    min-height: calc(100vh - 149px);
    padding: 40px 0;
}
.auth-body .form-content {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.auth-body .form-link {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    line-height: 1.572;
    display: inline-flex;
    margin-bottom: 13px;
    transition: all 0.3s ease-in-out;
}
.auth-body .form-link:hover {
    color: #37a59b;
}
.auth-body .submit-btn {
    max-width: 100%;
}
@media (max-width: 991px) {
    .auth-body {
        min-height: calc(100vh - 119px);
        padding: 40px 0 25px;
    }
}

.auth-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #343434;
    line-height: 1.667;
    margin: 0 0 10px;
}

.auth-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    text-align: center;
    line-height: 1.563;
    margin: 0 0 33px;
}

.auth-footer {
    background-color: #f5fbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.auth-footer .copyrights {
    font-size: 12px;
    font-weight: 600;
    color: #343434;
    padding: 0;
    margin: 0;
    line-height: 1.584;
}

.otp-content {
    max-width: 248px;
    margin: 0 auto;
}
.otp-content .otp-input {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    width: 100%;
    gap: 20px;
    margin-bottom: 25px;
}
.otp-content .otp-input input {
    text-align: center;
    width: 47px;
    height: 55px;
    background-color: #fff;
    border: 2px solid #d8e9ef;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.otp-content .otp-input input:focus {
    border-color: #37a59b;
}
.otp-content .otp-input input:disabled {
    opacity: 0.5;
}

.reg-tabs-content {
    width: 100%;
    max-width: 766px;
    margin: 0 auto;
}
.reg-tabs-content .account-tabs {
    justify-content: center;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .reg-tabs-content .account-tabs {
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}
.reg-tabs-content .file-content {
    margin: 0 auto;
    width: 100%;
    max-width: 315px;
}
.reg-tabs-content .files-list {
    max-width: 658px;
    margin: 0 auto;
}
.reg-tabs-content .tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.reg-tabs-content .tab-buttons .submit-btn {
    width: calc(50% - 5px);
    max-width: 160px;
}
.reg-tabs-content .tab-buttons .finish-btn {
    background-color: #e2f2f1;
    border-color: #e2f2f1;
    color: #37a59b;
}
.reg-tabs-content .tab-buttons .finish-btn:hover {
    background-color: #fff;
    border-color: #37a59b;
}

.add-input {
    width: 100%;
    background-color: #e2f2f1;
    border: none;
    height: 40px;
    color: #37a59b;
    margin-bottom: 20px;
}
.add-input:hover {
    background-color: #37a59b;
    color: #fff;
} /*# sourceMappingURL=main.css.map */

.account-img {
    width: 115px;
    aspect-ratio: 1;
    position: relative;
    margin-bottom: 30px;
}
.account-img img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.account-img .edit-img {
    position: absolute;
    background-color: #37a59b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    bottom: 0;
    inset-inline-end: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
    transition: all 0.3s ease-in-out;
}
.account-img .edit-img:hover {
    background-color: #e2f2f1;
    fill: #37a59b;
}
.account-img .edit-img input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
}
.account-img .edit-img input::-webkit-file-upload-button {
    cursor: pointer;
}
@media (max-width: 767px) {
    .account-img {
        width: 95px;
    }
}

.notification-item .item-title {
    font-size: 16px;
    font-weight: 700;
    color: #343434;
    line-height: 1.7857142857;
    margin: 0 0 5px;
}

.empty-content {
    padding-top: 40px;
}
.empty-content .success-icon {
    color: #fa404f;
}
.empty-content .success-btn {
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
}

.alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    color: #37a59b;
    margin: 0 auto 15px;
}
.alert-icon.remove-icon {
    color: #fa404f;
}

.alert-title {
    font-size: 20px;
    font-weight: 700;
    color: #343434;
    line-height: 1.625;
    text-align: center;
    margin: 0;
}

.remove-description {
    font-size: 16px;
    line-height: 1.625;
    color: #343434;
    text-align: center;
    margin: 10px 0;
}
.notification-count {
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -15px;
    background-color: red;
    padding: 1px;
    border-radius: 10px;
}
.timer {
    display: flex;
}
.timer span + span:not(:first-of-type, :nth-of-type(2)):before {
    content: ":";
}
[x-cloak] {
    display: none !important;
}
.ratings-list {
    margin-top: 1rem;
}

.rating-item {
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

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

.rating-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.rating-user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-info h4 {
    margin: 0;
    font-size: 1rem;
}

.rating-date {
    font-size: 0.875rem;
    color: #666;
}

.rating-stars {
    color: #ddd;
}

.rating-stars .active {
    color: #ffc107;
}

.rating-comment {
    margin: 0.5rem 0 0;
    color: #666;
}

.no-ratings {
    text-align: center;
    color: #666;
    padding: 2rem 0;
}

.load-more-container {
    text-align: center;
    margin-top: 1rem;
    padding: 1rem 0;
}
.load-more-container button {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background-color: #37a59b;
    border: 2px solid #37a59b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.load-more-container button:hover {
    color: #fff;
    background-color: #52cbc0;
    border-color: #52cbc0;
}
