@media (min-width: 768px) {
    .modal-dialog.modal-lg {
        max-width: 710px;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1400px) {
    .user-container {
        max-width: 1320px;
    }
}

@media (min-width: 1599px) {
    .user-container {
        max-width: 1470px;
    }
}

@media (max-width: 1439px) {
    .hero-section h1 {
        font-size: 62px;
    }
}

@media (max-width: 1365px) {
    :root {
        --height-48: 44px;
        --space-108: 100px;
        --space-120: 110px;
        --space-145: 130px;
    }

    .hero-section h1 {
        font-size: 58px;
    }

    .salon-icon-wrap {
        width: 60px;
        height: 60px;
    }

    .salon-btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    :root {
        --space-108: 80px;
        --space-120: 90px;
        --space-145: 110px;
    }

    .hero-section {
        min-height: unset;
        padding-bottom: 8%;
    }

    .hero-section h1 {
        font-size: 52px;
    }

    .header-srch-wrap {
        max-width: 400px;
    }

    .avatar-wrap {
        width: 35px;
        height: 35px;
    }

    .sub-header-link:not(:last-child) {
        margin-right: var(--size-32);
    }

    .salon-service-container {
        flex-direction: column;
    }

    .salon-service-left,
    .salon-service-right {
        width: 100%;
        padding: 0;
    }

    .salon-service-left {
        margin-bottom: var(--size-42);
    }

    .hero-inner-container {
        --hero-left: 40%;
    }

    .appointment-inner-container {
        --appointment-right: 45%;
    }

    .saved-card-container {
        max-width: unset;
    }
}

@media (max-width: 1023px) {
    .logo-wrap {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 991px) {
    :root {
        --space-108: 60px;
        --space-120: 70px;
        --space-145: 80px;
    }

    .hero-section h1 {
        font-size: 42px;
    }

    .footer-link:not(:last-child) {
        margin-right: 15px;
    }

    .logo-wrap {
        width: 32px;
        height: 32px;
    }

    .header-srch-wrap {
        max-width: unset;
    }

    .header-srch-container {
        margin-top: 5px;
        padding-bottom: 10px;
    }

    .salon-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-header-container {
        max-width: unset;
    }

    .salon-btn:not(:last-child) {
        margin-right: 10px;
    }

    .hero-inner-container {
        --hero-left: 45%;
    }

    .hero-right {
        padding-left: 4%;
    }

    .appointment-inner-container {
        flex-direction: column;
        --appointment-right: 100%;
    }

    .appointment-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: calc(var(--size-32) - 4px);
    }

    .confirm-icon-wrap {
        width: 80px;
        height: 80px;
    }

    .privacy-inner-container {
        max-width: unset;
    }

    .my-profile-left {
        width: 200px;
    }

    .my-profile-right {
        padding-left: 4%;
    }

    .profile-link i {
        width: 20px;
        height: 20px;
    }

    .appointment-date-wrap {
        min-width: 98px;
        max-width: 108px;
        min-height: 108px;
    }

    .fav-img-wrap {
        width: 150px;
        height: 92px;
    }

    .payment-modal .modal-content {
        padding-bottom: 45px;
    }

    .payment-receipt-curve {
        bottom: -14px;
    }

    .saved-card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-btn-container {
        width: 80% !important;
    }

    .photo-section-inner {
        height: 90px;
    }

    .photos-label-wrap {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    :root {
        --height-48: 40px;
    }

    .hero-section h1 {
        font-size: 32px;
    }

    .srch-btn i {
        width: 20px;
        height: 20px;
    }

    .sb-swiper-btn .swiper-button-next i,
    .sb-swiper-btn .swiper-button-prev i {
        width: 22px;
        height: 22px;
    }

    .salon-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .salon-pagination-wrap {
        width: unset;
    }

    .service-detail-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-about-wrap {
        margin-bottom: 15px;
    }

    .service-des {
        max-width: unset;
        margin-right: 0;
    }

    .service-price-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .salon-icon-wrap {
        width: 40px;
        height: 40px;
    }

    .salon-btn {
        width: 40px;
        height: 40px;
    }

    .salon-slider-img-wrap {
        padding-bottom: 60%;
        background-color: #d9d9d9;
    }

    .salon-slider-content-bottom .h3 {
        font-size: var(--font-20);
    }

    .salon-slider-rating .h5 {
        font-size: 14px;
    }

    .salon-social-media {
        width: 42px;
        height: 42px;
    }

    .salon-service-srch {
        width: 100%;
    }

    .hero-inner-container {
        flex-direction: column;
        --hero-left: 100%;
    }

    .hero-right {
        width: 100%;
        margin-top: var(--size-32);
        padding-left: 0;
    }

    .confrm-salon-icon-wrap {
        width: 45px;
        height: 45px;
    }

    .confirm-icon-wrap {
        width: 70px;
        height: 70px;
    }

    .my-profile-container {
        flex-direction: column;
    }

    .my-profile-left {
        width: 100%;
        margin-bottom: var(--size-42);
    }

    .my-profile-right {
        padding-left: 0;
    }

    .my-profile-form {
        max-width: unset;
    }

    /* SERVICE MODAL START */
    .add-service-left {
        max-width: unset;
        margin-bottom: 15px;
    }

    /* SERVICE MODAL END */

    .add-service-right-wrap {
        width: 100%;
    }

    .saved-card-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .saved-card-container .saved-card {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .sub-header-container {
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 4px;
        justify-content: flex-start;
    }

    .salon-filter-container {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
    }

    .brand-logo-wrap {
        width: 35px;
        height: 35px;
    }

    .breadcrumb-wrap {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .footer-bottom {
        flex-direction: column;
        row-gap: 12px;
        justify-content: center !important;
    }

    .photo-section-inner {
        height: 75px;
    }

    .photos-label-wrap {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 480px) {

    .logo-wrap,
    .avatar-wrap {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .join-business {
        margin-right: 15px;
    }

    .salon-icon-wrap,
    .salon-btn {
        width: 35px;
        height: 35px;
    }

    .confrm-booking-head {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .confrm-booking-head span:first-child {
        margin-bottom: 4px !important;
        display: block;
    }

    .appointment-card {
        flex-direction: column;
    }

    .appointment-info-wrap {
        width: 100%;
    }

    .appointment-date-wrap {
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 100%;
    }

    .favorite-card {
        flex-direction: column;
    }

    .fav-img-wrap {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .fav-top-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .fav-btn {
        position: unset;
    }

    .profile-appointment-time-wrap {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    .paid-icon {
        width: 38px;
        height: 38px;
    }

    .payment-source-wrap {
        flex-direction: column;
        align-items: flex-end !important;
    }

    .payment-source-wrap span {
        margin-bottom: var(--size-12);
    }

    .photos-section {
        grid-template-columns: repeat(3, 1fr);
    }

    .photo-section-inner {
        height: 68px;
    }

    .photos-label-wrap {
        width: 68px;
        height: 68px;
    }

    .category-img-wrap {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .category-img-wrap img {
        position: relative !important;
    }

    .categories-section {
        padding: 28px 0 28px;
    }
}

@media (max-width: 370px) {
    .payment-modal .input-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 350px) {

    .join-business,
    .avatar-wrap~span {
        font-size: 12px;
    }

    .appointment-schedule-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .photo-section-inner {
        height: 60px;
    }

    .photos-label-wrap {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1536px) {
    .container-booking {
        max-width: 1280px;
    }

    .location-cards {
        gap: 25px;
    }

    .staf_cards,
    .staf_cards_name {
        max-width: 228px;
    }

    .main_staff_div {
        gap: 25px;
    }

    .staf_cards_name,
    .staf_cards {
        padding: 24px 38px;
    }

    .empty_service,
    .empty_service_div {
        padding: 15px 30px;
    }

    .service_card,
    .service_card_select {
        min-width: 353px;
    }

}

@media (max-width: 1365px) {
    .container-booking {
        max-width: 1100px;
    }

    .card-body-book {
        padding: 26px 20px 20px 20px;
    }

    .card-body-book h3 {
        font-size: 20px;
    }

    .card-body-book button {
        padding: 14px 19px;
    }

    .choose_h {
        font-size: 28px;
    }

    .main_staff_div {
        gap: 19px;
    }

    .empty_service,
    .empty_service_div {
        padding: 15px 30px;
    }

    .staf_cards,
    .staf_cards_name {
        max-width: 228px;
    }

    .staf_cards_name,
    .staf_cards {
        padding: 24px 32px;
    }

    .service_card {
        min-width: 346px;
    }

    .service_divs_card {
        grid-column-gap: 24px;
    }

    .service_card,
    .service_card_select {
        min-width: 288px;
    }

    .service_profile {
        border-radius: 10px;
        background-color: white;
        padding: 13px 190px 13px 30px;
        /* margin-top: 12px; */
    }

    .date-row {
        gap: 8px;
    }

    .time-slots {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
    }

    .time-slots button {
        /* min-width: 189px; */
        margin-right: 0;
    }

    .notavail_date {
        padding: 120px 98px;
    }
}

@media (max-width: 1199px) {
    .container-booking {
        max-width: 980px;
    }

    .card-body-book {
        padding: 26px 14px 20px 14px;
    }

    .location-cards {
        gap: 15px;
    }

    .card-body-book button {
        padding: 8px 19px;
    }

    .choose_h {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .empty_service,
    .empty_service_div {
        padding: 15px 30px;
    }

    .main_staff_div {
        gap: 15px;
    }

    .staf_cards_name,
    .staf_cards {
        padding: 24px 26px;
    }

    .staf_cards_name h3 {
        padding-top: 16px;
    }

    .staf_cards_name h3 {
        font-size: 20px;
    }

    .service_divs_card {
        grid-column-gap: 18px;
    }

    .service_card,
    .service_card_select {
        min-width: 287px;
        padding: 20px 20px 20px 20px;
    }

    .service_profile {
        padding: 13px 30px 13px 30px;
    }
}

@media (max-width: 1024px) {
    .container-booking {
        max-width: 850px;
    }

    .barber_slon {

        max-height: 190px;
    }

    .card-body-book {
        padding: 22px 12px 20px 12px;
    }

    .location-cards {
        gap: 12px;
    }

    .card-body-book button {
        padding: 7px 16px;
    }

    .choose_h {
        font-size: 26px;
        padding-bottom: 20px;
    }

    /* .empty_service,
    .empty_service_div {
        padding: 22px 71px;
    } */
    .main_staff_div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .service_card,
    .service_card_select {
        min-width: 203px;
        padding: 20px 0px 20px 10px;
    }

    .service_divs_card {
        grid-column-gap: 12px;
    }

    .detail_service {
        flex-direction: row;
    }

    .service_divs_card {
        margin-bottom: 0;
    }

    .date-row {
        margin-right: 32px;
    }

    .time-slots {
        grid-template-columns: repeat(2, 1fr);
        margin-right: 32px;
    }

    .date {
        padding: 10px 10px;
    }

    .info_staff_act {
        margin-top: 0;
    }

    .notavail_date {
        padding: 84px 39px;
    }

    .staf_cards_name_modal h3 {
        font-size: 20px;
    }

    .modal-content-staf {
        width: 749px;
    }

    .card-body-book .address {
        margin-bottom: 0;
    }

    .modal-content-slot {
        margin: 10% auto;
        padding: 32px;
        max-width: 808px;
    }

    .info_staff {

        max-width: 414px;
        width: 100%;

    }

    .info_staff_act {
        max-width: 414px;
        width: 100%;
    }
    .barber_salon_img {
    max-height: 190px;

    }
}

@media (max-width: 992px) {
    .container-booking {
        max-width: 730px;
    }

    .choose_h {
        font-size: 26px;
    }

    .card-body-book {
        flex-direction: row;
        align-items: start;
    }

    .booking_location {
        padding-bottom: 0px;
    }

    .breadcrumb {
        padding: 20px 125px;
    }

    .empty_service,
    .empty_service_div {
        padding: 15px 15px;
    }

    .detail_staff {
        flex-direction: row;
    }

    .detail_service {
        flex-direction: column;
    }

    .info_staff {
        margin-top: 0;
    }

    .info_staff {
        padding: 30px 30px 30px 30px;
    }

    .service_divs_card {
        margin-bottom: 20px;
    }

    .service_profile {
        padding: 13px 30px 13px 30px;
    }

    .info_staff_act {
        margin-top: 24px;
    }

    .date {
        padding: 10px 20px;
    }

    .time-slots {
        grid-template-columns: repeat(3, 1fr);
        margin-right: 0;
    }

    .date-row {
        margin-right: 0;
    }

    .main_staff_div_modal {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .barber_slon {
        /* max-height: 245px;
height: 100%; */
    }

    .booking_location {
        margin-bottom: 28px;
    }

    .card-btn-book {
        flex-direction: column;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-bottom: 20px; */

    }

    .modal-content-slot {
        margin: 10% auto;
        padding: 32px;
        max-width: 808px;
    }

    .info_staff {
        max-width: 350px;
        width: 100%;
    }

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

    .barber_salon_img {
    max-height: 190px;
    }
}

@media (max-width: 768px) {
    .container-booking {
        max-width: 86%;
    }

    .card-body-book {
        padding: 22px 12px 20px 12px;
        flex-direction: column;
        align-items: start;
    }

    .location-cards {
        gap: 12px;
    }

    .card-body-book button {
        padding: 7px 16px;
    }

    .choose_h {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .booking_location {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .barber_salon_img {
    max-height: 159px;
    }

    .card-body-book h3 {
        font-size: 18px;
    }

    .location-cards {
        flex-direction: row;
    }

    .breadcrumb {
        padding: 18px 110px;
    }

    .img_head {
        font-size: 28px;
    }

    .main_staff_div {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .detail_staff {
        margin-bottom: 168px;
        flex-direction: column;
    }

    .info_staff {
        margin-top: 20px;
        margin-bottom: 0;
        max-width: 100%;
    }

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

    .info_staff {
        padding: 30px 30px 80px 30px;
    }

    .breadcrumb_menu {
        background-color: #ffff;
        display: inline-block;
        padding: 20px 40px;
    }

    .modal-content-staf {
        width: 650px;
    }

    .staf_cards_modal {
        min-width: 185px;
        padding: 24px 27px;
    }

    .staf_cards_name_modal {
        min-width: 185px;
        padding: 24px 27px;
    }

    .content_staff_modal {
        width: auto;
    }

    .modal-content-conf {
        padding: 26px;
        width: 443px;
    }

    .modal-content-conf h2 {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .total {
        margin-top: 28px;
    }

    .confirm-btn {
        margin-top: 10px;
    }

    .barber_slon {
        max-height: 170px;
        height: 100%;
    }

    .modal-content-slot {
        margin: 10% auto;
        padding: 27px;
        max-width: 625px;
    }

    .time-slots {
        padding-right: 0;
    }

    .time-slots button {
        margin-right: 0;
        /* max-width: 178px; */
    }
}

@media (max-width: 576px) {
    .container-booking {
        max-width: 80%;
    }
        .barber_salon_img {
        max-height: 245px;
    }

    .card-body-book {
        padding: 22px 12px 20px 12px;
        flex-direction: column;
        align-items: start;
    }

    .card-body-book button {
        padding: 7px 16px;
    }

    .choose_h {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .booking_location {
        padding-bottom: 10px;
    }

    .card-body-book h3 {
        font-size: 18px;
    }

    .location-cards {
        flex-direction: column;
        gap: 20px;
    }

    .breadcrumb {
        padding: 14px 64px;
    }

    .logo_div {
        padding: 0 0 0 0;
    }

    .back_booking_img {
        min-height: 143px;
    }
    .service_slot_one,.service_slot_dual {

        flex-direction: column;
    }

    .img_head {
        font-size: 26px;
    }

    .logo_div {
        width: 61px;
        height: 61px;
    }

    .breadcrumb {
        margin-top: -25px;
    }

    .main_staff_div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .staf_cards,
    .staf_cards_name {
        max-width: 211px;
    }

    .breadcrumb_menu {
        padding: 20px 21px;
    }

    .menus_nav {
        display: flex;
        gap: 5px;
    }

    .brumb_p {
        font-size: 14px;
    }

    .service_card {
        min-width: 220px;
    }

    .service_profile {
        padding: 13px 21px 13px 21px;
    }

    .active_div {
        top: 18px;
        right: 18px;
    }

    .empty_service_div {
        margin-bottom: 150px;
    }

    .service_profile h4 {
        font-size: 16px;
    }

    .time-slots button {
        /* min-width: 100px; */
    }

    .date {
        padding: 10px 16px;
    }

    .date .day {
        font-size: 26px;
    }

    .time-slots {
        grid-template-columns: repeat(2, 1fr);
    }

    .notavail_date {
        padding: 50px 29px;
    }

    .barber_select h4 {
        font-size: 16px;
    }

    .card_conf {
        border-radius: 10px;
        border: 1px solid #d5d5d5;
        padding: 32px 22px;
    }

    .card_conf h2 {
        font-size: 20px;
        padding-bottom: 26px;
        margin-top: 57px;
    }

    .card_conf p {
        font-size: 16px;
        padding-bottom: 50px;
    }

    .modal-content-staf {
        width: 480px;
    }

    .staf_cards_modal {
        padding: 18px 17px;
    }

    .staf_cards_name_modal {
        padding: 18px 17px;
    }

    .staf_cards_modal h3 {
        font-size: 16px;
    }

    .staf_cards_name_modal h3 {
        font-size: 16px;
    }

    .staf_cards_name h3 {
        padding-top: 0px;
    }

    .icn_loc {
        width: 40px;
        height: 40px;
    }

    .modal_slot_header {
        margin-top: 0;
    }

    .slot_actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .service-text {
        padding-top: 0px;
        padding-bottom: 6px;
        font-size: 20px;
        color: #2c2c2c;
        font-weight: 700;
    }

    .service-modal-new .modal-content {
        padding: 22px;
    }

    .detail_select_btn {

        padding: 7px 27px;
    }

    .close_div_slot {
        position: absolute;
        right: 30px;
        top: 28px;
        cursor: pointer;
    }

    .slot_detail h3 {
        font-size: 16px;
    }

    .service_slot_one {
        border: 1px solid #D5D5D5;
        padding: 16px;

    }

    .modal_slot_header {
        margin-top: 0;
        font-size: 16px;
    }

    .staf_cards_name p {
        color: #2c2c2c;
        font-size: 13px;
    }

    .main_staff_div_modal {
        grid-template-columns: repeat(2, 1fr);
    }

    .choose_staff_modal {
        margin: 0 0 21px 0;
    }

    .close_div {
        position: absolute;
        right: 28px;
        top: 23px;
        cursor: pointer;
    }

    .exitModal-content {
        padding: 27px;
        width: 400px;
    }

    .barber_slon {
        max-height: 245px;
        height: 245px;
    }

    .booking_location {
        margin-bottom: 0;
    }

    .modal-content-slot {
        margin: 10% auto;
        padding: 27px;
        max-width: 500PX;
    }

    .location-cards {

        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        margin-bottom: 284px;
        gap: 30px;
    }
}

@media (max-width: 475px) {
    .service_divs_card {
        grid-template-columns: repeat(1, 1fr);
    }

    .service_slot_one, .service_slot_dual {
        flex-direction: column;
    }
    .service_slot_one, .service_slot_dual{
        flex-direction: column;
    }

    .confirm-btn {
        height: 40px;
    }

    .loader {
        display: inline-block;
        width: 16px;
        height: 16px;
    }

    .pro_btn {
        font-size: 16px;
    }

    .book-appointment-wrapper {

        margin-top: 52px;
    }

    .service-text {
        padding-top: 0;
        padding-bottom: 4px;
        font-size: 20px;
    }

    .modal-content-staf {
        width: 300px;
    }

    .choose_staff_modal {
        font-weight: 700;
        font-size: 18px;
    }

    .modal-content-staf {
        padding: 20px;
    }

    .main_staff_div_modal {
        grid-template-columns: repeat(2, 1fr);
    }

    .content_staff {
        width: auto;
    }

    .cancle_btn_slot,
    .done_btn_slot {
        font-size: 14px;

        padding: 14px 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 100%;
    }


    .staf_cards h3 {
        font-size: 14px;
    }

    .staf_cards_modal,
    .staf_cards_name_modal {
        min-width: 100%;
    }

    .modal-content-conf {
        padding: 15px;
        width: 310px;
    }

    .modal-content-conf h2 {
        padding-top: 0;
        padding-bottom: 8px;
        font-size: 18px;
    }

    .conf_info h3 {
        font-size: 20px;
    }

    .total-p {
        font-size: 16px;
    }

    .total-sub strong {
        font-size: 16px;
    }

    .total-sub span {
        font-size: 16px;
    }

    .total-sub {
        margin-bottom: 2px;
    }

    .exitModal-content {
        padding: 22px;
        width: 310px;

    }

    .exit_text {
        font-size: 20px;
    }

    .buttons_div_close {

        gap: 14px;
    }

    .date .day {
        font-size: 20px;
    }

    .date .weekday {
        font-size: 14px;
    }

    .card_conf h2 {
        margin-top: 36px;
    }

    .staf_cards_name,
    .staf_cards {
        padding: 24px 11px;
    }

    .staf_cards_name h3 {
        font-size: 18px;
    }

    .modal-content-slot {
        max-width: 350px;
    }

    .empty_slot {
        font-size: 16px;

        margin-top: 24px;
    }

    .modal_slot_header {
        font-size: 16px;
        font-weight: 700;
        color: #2C2C2C;
        margin-top: 0;
    }

    .time-slots button {

        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .container-booking {
        max-width: 95%;
    }

    .choose_h {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .breadcrumb {
        padding: 9px 21px;
        margin-top: -19px;
    }

    .img_head {
        color: white;
        font-size: 23px;
        font-weight: 600;
        position: absolute;
        top: 52px;
    }

    .back_booking_img {
        min-height: 143px;
    }

    .logo_div {
        display: flex;
        width: 61px;
        height: 49px;
        padding: 0 0 0 20px;
    }

    .staf_cards,
    .staf_cards_name {
        max-width: 148px;
    }

    .staf_cards_name,
    .staf_cards {
        padding: 24px 15px;
    }

    .staf_cards h3 {
        font-size: 14px;
    }

    .staf_cards_name h3 {
        font-size: 16px;
    }

    .info_staff {
        padding: 30px 20px 80px 20px;
    }

    .main_area_staff {
        font-size: 22px;
    }

    .booking_location_staff {
        display: flex;
        gap: 7px;
    }

    .breadcrumb_menu {
        padding: 20px 7px;
    }

    .menus_nav {
        gap: 2px;
    }

    .service_divs_card {
        grid-template-columns: repeat(1, 1fr);
    }

    .booking_location_staff {
        padding-top: 12px;
        padding-bottom: 23px;
    }

    .date .day {
        font-size: 20px;
    }

    .calendar-header h2 {
        font-size: 20px;
    }

    .calendar-header {
        margin-bottom: 32px;
    }

    .time-slots button {
        font-size: 16px;
    }

    .custom-select-wrapper {
        margin-bottom: 28px;
        margin-top: 7px;
    }

    .time-slots {
        grid-template-columns: repeat(2, 1fr);
    }

    .notavail_date p {
        font-size: 16px;
        padding-bottom: 21px;
    }

    .card_conf {
        max-width: 310px;
    }

    .modal-content-slot {
        max-width: 300px;
    }

    .modal_slot_header {
        margin-top: 0;
    }
}