/* Import Poppins font family */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    /* Design specifications */
    --design-width: 428px;
    --container-padding: 24px;
    --design-content-width: calc(
        var(--design-width) - (var(--container-padding) * 2)
    );

    /* Item specifications */
    --item-width: 104px;
    --item-height: 99px;

    /* Converted to percentages */
    --padding-percent: calc(
        var(--container-padding) / var(--design-width) * 100%
    );
    --item-width-percent: calc(
        var(--item-width) / var(--design-content-width) * 100%
    );
}

/* .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper .popup-card .popup-card-img { */

/* } */

/* Obaid Code starts here */

body {
    font-family: "Poppins", serif;
    margin: 0;
    padding: 0;
    background-color: #fffdfd;
    color: #1a263c;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.confirmation-container {
    /* padding: 15px 23px; */
    padding: 10px 0px 10px 0px;
    max-width: 382px;
    margin: 0 auto;
    background: #fff;
}

.confirmation-container h3 {
    font-size: 22px;
    /* font-weight: 600; */
    line-height: 26px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 3px;
}

.shobbi-section {
    /* padding: 18px 0; */
    padding: 8px 0;
    border-bottom: 1px solid #004b632e;
}

.confirmation-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}

.confirmation-container .header p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: end;
}

.shobbi-section.services {
    padding: 10px 0 9px;
}

.shobbi-section.services h3 {
    /* margin-bottom: 11px; */
    margin-bottom: 6px;
}

.shobbi-section.services .list {
    /* padding-bottom: 6px; */
    padding-bottom: 3px;
}

div.list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shobbi-section.details {
    /* padding-bottom: 15px;/ */
    padding-bottom: 10px;
}

.shobbi-section.details h3 {
    margin-bottom: 4px;
    font-weight: 500;
}

.shobbi-section.details .date-wrapper {
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: center;
}

.shobbi-section.details .date-wrapper .date {
    display: flex;
    align-items: center;
}

.shobbi-section.details .date-wrapper .date span {
    padding-left: 7px;
    font-weight: 500;
    font-size: 14px;
}

.shobbi-section.details .date-wrapper .date img {
    width: 18px;
}

.shobbi-section.details .date-wrapper .button {
    width: 100%;
    height: 35px;
    border-radius: 12px;
    border: 2px solid #004b632e;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a263c;
    text-decoration: none;
}

.shobbi-section.contact h3 {
    margin-bottom: 10px;
}

.shobbi-section.contact .phone-wrapper {
    display: grid;
    grid-template-columns: 1fr 68px;
    margin: 3px 0px 8px 0px;
}

.shobbi-section.contact .phone-wrapper .button {
    width: 68px;
    height: 34px;
    border-radius: 12px;
    border: 2px solid #004b632e;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a263c;
    text-decoration: none;
}

.shobbi-section.contact .contact-list-wrapper {
    display: grid;
    gap: 4px;
    /* margin: 6px 0px; */
}

.shobbi-section.contact .icon-wrapper {
    display: flex;
    align-items: center;
}

.shobbi-section.contact .icon-wrapper span {
    padding-left: 8px;
    font-size: 14px;
    line-height: 19px;
    /* font-weight: 400; */
}

.shobbi-section.contact .icon-wrapper img {
    width: 16px;
}

.shobbi-section.contact .google-map-invoice {
    display: grid;
    grid-template-columns: 1fr 135px;
    gap: 15px;
    margin-top: 3px;
}

.shobbi-section.contact .google-map-invoice .icon-wrapper {
    align-items: flex-start;
}

.shobbi-section.contact .google-map-invoice .button {
    width: 100%;
    height: 36px;
    border-radius: 12px;
    border: 2px solid #004b632e;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a263c;
    text-decoration: none;
}

.shobbi-section.contact .google-map-invoice .button img {
    padding-right: 8px;
}

.button-primary.close-booking-modal {
    background-color: #004b63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0px;
    width: 286px;
    /* height: 65px; */
    height: 55px;
    border-radius: 800px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.shobbi-section.payment {
    /* padding-top: 20px; */
    /* padding-bottom: 15px; */
    padding: 10px 0 5px 0px;
}

.shobbi-section.payment h3 {
    margin-bottom: 2px;
}

.shobbi-section.payment .list {
    /* margin-bottom: 5px; */
}

.shobbi-section.payment .list .button {
    width: 131px;
    height: 34px;
    gap: 10px;
    border-radius: 12px;
    background-color: #fff3f1;
    color: #004b63;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shobbi-section.summary {
    padding-bottom: 13px;
    border: none;
}

.list b {
    font-weight: 600;
}

.shobbi-section.summary .list {
    /* margin-bottom: 7px; */
    margin-bottom: 3px;
}

.shobbi-section.summary .list b {
    font-weight: 600;
}

.shobbi-section.summary .list span {
    font-size: 15px;
    line-height: 20px;
}

/* Obaid Code ends here */

/* Shahid Plugin Code starts here  */

.confirmation-container .shobbi-section-details {
    border-bottom: 1px solid #004b632e;
}

.shobbi-section-details .shobbi-booking-info-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.shobbi-section-details .shobbi-booking-info-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #1b2f3a80;
}

.confirmation-container .header span {
    color: #1a263c;
}

/* h3 heading */
.shobbi-section-details .shobbi-booking-info-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #1a263c;
}

.shobbi-section-details .shobbi-booking-info-wrapper p span {
    font-weight: 400;
}

.shobbi-section-details .shobbi-booking-info-wrapper p:last-child {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1b2f3a80;
}

/* Shahid Plugin Code ends here  */

/* li {
    list-style-type: none;
} */

/* * {
    -webkit-tap-highlight-color: transparent;
} */

.user-popup-wrapper {
    padding: 15px 0px 20px 0px;
    /* border: 1px solid #004B6340; */
    border-radius: 22px;
    max-width: 1006px;
    width: 100%;
    /* margin: 15px auto 60px auto; */
    /* max-height: 70vh; */
    overflow-y: auto;
}

.booking-modal .booking-modal-content {
    position: relative;
    background-color: white;
    max-width: 1006px;
    border-radius: 22px;
    height: calc(100vh - 40px);

    margin: 20px auto 0px auto;
    padding: 20px 30px 20px 30px;
}

.user-right-img img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.user-popup-wrapper::-webkit-scrollbar {
    display: none;
}

.user-popup-wrapper h2 {
    font-family: Poppins;
    font-size: 21.88px;
    font-weight: 600;
    line-height: 32.81px;
    text-align: center;
    color: #1a263c;
}

.user-popup-wrapper .user-pop-progress-container {
    display: flex;
    flex-direction: column;

    margin: 0px auto;
    width: 100%;
    /* max-height: calc(100vh - 160px); */
    height: calc(100vh - 180px);
    /* height: 100%; */
    /* height: 100%; */
    overflow-y: auto;
    margin-bottom: 15px;
    /* background-color: red; */
}

.user-popup-wrapper .user-pop-progress-container .progress-wrapper {
    background-color: #1a263c23;
    height: 7px;
    border-radius: 11px;
    margin: 15px 0px 15px 0px;
    position: relative;
}

.user-popup-wrapper .user-pop-progress-container .progress-wrapper .progress {
    position: absolute;
    width: 10%;
    background-color: #004b63;
    left: 0px;
    top: 0px;
    content: "";
    z-index: 4;
    height: 8px;
    border-radius: 11px;
    transition: width 0.4s ease;
}

.user-pop-pages-tabs-container ul {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 30px 0px;
    /* height: 19px; */
}

.user-pop-pages-tabs-container ul li {
    list-style-type: none;
}

.user-pop-pages-tabs-container ul li a {
    color: #004b63;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    position: relative;
}

.user-pop-pages-tabs-container ul li a.current-page {
    font-weight: 500;
    position: relative;
}

.user-pop-pages-tabs-container ul li a.current-page::after {
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #004b63;
    left: 10px;
    bottom: -8px;
    content: "";
}

.user-popup-wrapper ul li a {
    font-family: Poppins;
    font-size: 12.76px;
    font-weight: 400;
    line-height: 19.14px;
    text-align: center;
    color: #1a263c;
    text-decoration: none;
}

.user-popup-wrapper ul li a.current-category {
    color: #004b63;
    font-weight: 600;
}

.user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 0px 10px 20px 10px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .popup-card {
    padding: 6px;
    border-radius: 21px;
    border: 2px solid #004b632e;
    text-align: center;
    cursor: pointer;
    /* height: 170px; */
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .popup-card
    .active-category {
    padding: 14px;
    border-radius: 20px;
    border: 2px solid #0000002e;
    /* height: 170px; */
}

div
    .user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .active-category {
    border: 2px solid #004b63;
}

div
    .user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .selected-variation {
    border: 2px solid #004b63;
}

/* want similar css for meeting cards */
div
    .user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .selected-meeting {
    border: 2px solid #004b63;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .popup-card
    .popup-card-img {
    width: 100%;
    height: 194px;
    /* calculate height according to 1006 width and 803 height  */
    /* height: calc(803 / 1006 * 100%); */

    /* height: calc(var(--item-height) / var(--design-width) * 100vw); */
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .popup-card
    .popup-card-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: fill;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .popup-card
    h4 {
    font-family: "Poppins";
    font-size: 21.88px;
    font-weight: 600;
    line-height: 32.81px;
    text-align: center;
    color: #1a263c;
    margin: 14px 0px 0px 0px;
}

.popup-card-btns {
    display: flex;
    justify-content: space-between;
    margin: 0px 40px;
}

.popup-card-btns div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.popup-card-btns .disabled span {
    color: #004a6314;
    color: #004a6352;
    margin-left: 15px;
    margin-right: 15px;
}

.popup-card-btns .disabled .left-slider {
    background-color: #004b63;
    opacity: 0.7;
}

.popup-card-btns .left-slider {
    width: 40px;
    height: 40px;
    background-color: #004b63;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* css for the  select catgory ends here */
/*  css for the  select variation start here */
.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-variation {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px 10px;
    margin: 0px 10px 20px 10px;
}

/* meeting cards */
.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-meeting {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
    margin: 0px;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-meeting
    .popup-card {
    padding: 24px 0px;
    cursor: pointer;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-meeting
    .popup-card
    .popup-card-img {
    width: 160px;
    height: 140px;
    margin: 0 auto;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-variation
    .popup-card {
    /* min-height: 184px; */
    padding: 24px 0px;
    cursor: pointer;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-variation
    .popup-card
    .popup-card-img {
    height: 70px;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-variation
    .popup-card
    .popup-card-img
    img {
    object-fit: unset;
    /* object-fit: cover; */
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-variation
    .popup-card
    h4 {
    background-color: #004b63;
    color: #fff3f1;
    font-size: 16px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 6px 11px;
    display: inline-block;
    text-align: center;
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 6px; */
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper
    .popup-card
    h4 {
    font-family: "Poppins";
    font-size: 21.88px;
    font-weight: 600;
    line-height: 32.81px;
    text-align: center;
    color: #1a263c;
    margin: 14px 0px 0px 0px;
    word-wrap: break-word;
    white-space: normal;
}

.popup-card-btns {
    display: flex;
    justify-content: space-between;
    margin: 0px 40px;
    align-items: center;
}

.popup-card-btns.variation-btns {
    margin: 50px 40px;
}

.popup-card-btns div span {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #004b63;
    margin: 0px 15px 0px 0px;
}

.popup-card-btns .left-slider {
    width: 40px;
    height: 40px;
    background-color: #004b63;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup-card-btns .pagination-btns div {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background-color: #004b6333;
    color: #004b63;
    font-family: Poppins;
    font-size: 12.79px;
    font-weight: 600;
    /* line-height: 19.19px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
    cursor: pointer;
}

.popup-card-btns .pagination-btns .current-page {
    background-color: #004b63;
    color: #fff3f1;
}

/*  css  for the  select variation ends here */

/*  css for the select category start here */
.select-service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 0px 0px 20px 0px;
}

.select-service-wrapper.extra-categ {
    grid-template-columns: 557px 374px;
}

.select-service-wrapper .select-service-wrapper-left .select-service-card {
    display: grid;
    grid-template-columns: 75px 1fr 74px;
    align-items: start;
    border: 2px solid #004b632e;
    border-radius: 8px;
    padding: 8px 10px 8px 8px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
    gap: 10px;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card.extra-booking-card {
    grid-template-columns: 25px 1fr 75px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #004b632e;
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px 10px;
    align-items: center;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card.extra-booking-card
    .select-service-btn {
    margin-top: 0px;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card.extra-booking-card
    .select-service-btn
    p {
    margin-bottom: 0px;
}

.select-service-wrapper-left h4.add-extra-service {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    padding-bottom: 20px;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card.extra-booking-card
    input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #004b63;
}

.select-service-wrapper-right.select-service-wrapper-left .select-service-card {
    align-items: center;
}

.select-service-wrapper-right.select-service-wrapper-left
    .select-service-card
    .select-service-btn {
    margin-top: auto;
}

.select-service-wrapper-right.select-service-wrapper-left
    .select-service-card
    .select-service-btn
    p {
    margin: 0px;
    /* margin-top: auto; */
}

.select-service-wrapper .select-service-wrapper-left .active-service {
    border: 2px solid #004b63;
}

.active-extra-service {
    border: 2px solid #004b63 !important;
}

.select-service-wrapper
    .select-service-wrapper-left
    .active-service
    .select-service-content
    h4,
.select-service-wrapper
    .select-service-wrapper-left
    .active-service
    .select-service-content
    p {
    /* color: #fff3f1 !important; */
    color: #1a263c;
}

.select-service-wrapper
    .select-service-wrapper-left
    .extra-booking-card
    .active-service
    .select-service-btn
    p {
    background-color: #004b63;
    color: #004b63;
    color: #fff3f1;
}

.select-service-wrapper
    .select-service-wrapper-left
    .extra-booking-card
    .active-service
    .select-service-content
    h4 {
    color: #1a263c;
}

.select-service-wrapper
    .select-service-wrapper-left
    .extra-booking-card
    .active-service
    .select-service-content
    p {
    color: #1a263c;
}

.select-service-wrapper
    .select-service-wrapper-left
    .active-service
    .select-service-btn
    p {
    background-color: #fff3f1 !important;
    color: #004b63 !important;
}

.select-service-wrapper .select-service-wrapper-left .select-service-btn p {
    background-color: #004b63;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    border: none;
    padding: 4px 10px;
    color: #fff3f1;
    border-radius: 30px;
    text-align: center;
}

.select-service-wrapper-right.select-service-wrapper-left
    .select-service-card
    .select-service-content
    p {
    margin-bottom: 0px;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card
    .select-service-card-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 55px;
    margin-right: 10px;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card
    .select-service-card-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card
    .select-service-content
    h4 {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #1a263c;
    margin: 0px 0px 4px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card
    .select-service-content
    p {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #1a263c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card
    .select-service-btn {
    margin-top: auto;
    margin-left: auto;
}

.select-service-wrapper
    .select-service-wrapper-left
    .select-service-card
    .select-service-btn
    p {
    background-color: #004b63;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    border: none;
    padding: 2px 10px;
    color: #fff3f1;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}

.extra-booking-wrapper {
    border: 2px solid #004b6333;
    border-radius: 9px;
    padding: 0px 0px 40px 0px;
}

.select-service-wrapper .select-service-wrapper-right {
    border-left: 2px solid #004b6333;
    padding: 0px 0px 0px 25px;
}

.select-service-wrapper.extra-categ .select-service-wrapper-right {
    display: none;
}

.select-service-wrapper-right.select-service-wrapper-left {
    display: block;
}

.select-service-wrapper.extra-categ
    .select-service-wrapper-right.select-service-wrapper-left {
    display: block;
}

.select-service-wrapper .select-service-wrapper-right p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #004b63;
    margin-bottom: 20px;
}

.select-service-wrapper .select-service-wrapper-right .user-right-img {
    width: 100%;
    height: 200px;
    max-width: 340px;
    margin-bottom: 20px;
}

.select-service-wrapper .select-service-wrapper-right .user-right-img img {
    width: 100%;
    height: 100%;
}

.select-service-wrapper-right.select-service-wrapper-left h4 {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #004b63;
    margin: 0px 0px 10px 0px;
}

.user-right-col-btn {
    display: flex;
    justify-content: end;
    margin: 0px 40px 20px 0px;
}

.user-right-col-btn button {
    background-color: #fff3f1;
    padding: 16px;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    /* max-width: 165px; */
    width: 100%;
    /* margin: 30px 0px 0px auto; */
    margin: 0px 0px 0px auto;
}

.user-right-col-btn button span {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #1a263c;
}

.user-right-col-btn button b {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #004b63;
    margin: 0px 0px 0px 15px;
}

/*  css for the select category ends here */
/*  css for the select book time start here */
.select-service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0px 0px 20px 0px;
}

.select-service-wrapper.booktime {
    margin: 0px 0px 0px 0px;
}

.select-service-wrapper .calendar-wrapper h4 {
    font-family: "Poppins";
    color: #004b63;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-align: left;
    opacity: 0.8;
}

.select-service-wrapper .calendar-wrapper .calendar-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 12px 0px;
    /* add opacity to border-bottom  opacity 25%*/
    /* border-bottom: 1.2px solid #1A263C ; */
    border-bottom: 1.2px solid rgba(26, 38, 60, 0.25);
}

.select-service-wrapper .calendar-wrapper .calendar-top h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #1a263c;
}

.select-service-wrapper .calendar-wrapper .calendar-top .calendar-top-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.select-service-wrapper
    .calendar-wrapper
    .calendar-top
    .calendar-top-icons
    div {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff3f1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.select-service-wrapper
    .calendar-wrapper
    .calendar-top
    .calendar-top-icons
    div:first-child {
    margin: 0px 13px 0px 0px;
}

.select-service-wrapper
    .calendar-wrapper
    .calendar-top
    .calendar-top-icons
    div
    img {
    width: 60%;
    height: 60%;
}

.select-service-wrapper .calendar-wrapper .week-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 10px;
    text-align: center;
}

.select-service-wrapper .calendar-wrapper .week-days h6 {
    font-family: Poppins;
    font-size: 20px;
    /* width: 41px; */
    font-weight: 600;
    line-height: 30px;
    color: #1a263c;
    opacity: 0.8;
}

.select-service-wrapper .calendar-wrapper .week-days,
.select-service-wrapper .calendar-wrapper .month-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.select-service-wrapper .calendar-wrapper .week-days {
    margin: 10px 0px;
}

.select-service-wrapper .calendar-wrapper .month-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.select-service-wrapper .calendar-wrapper .month-dates p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #1a263c;
    color: #000000;
    padding: 11px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.select-service-wrapper .calendar-wrapper .month-dates p.current-date {
    background-color: #004b63;
    color: #fff3f1;
    border-radius: 21px;
    padding: 10px 0px;
    /* width: 40px; */
    width: 34px;
    text-align: center;
    /* height: 52px; */
}

.select-service-wrapper .calendar-wrapper .month-dates p.past {
    color: #004a637d;
}

.select-service-wrapper .calendar-wrapper h4 {
    font-family: "Poppins";
    color: #004b63;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    opacity: 0.8;
}

.calendar-cards-wrapper {
    display: flex;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.calendar-cards-wrapper .calendar-card {
    width: 31%;
    border: 2px solid #004b632e;
    border-radius: 12px;
    padding: 8px;
    cursor: pointer;
    transition: border 0.4s ease-in;
}

.calendar-cards-wrapper .calendar-card .calendar-card-img {
    /* width: 100%; */
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
}

.calendar-cards-wrapper .calendar-card .calendar-card-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-radius: 50%;
    object-fit: cover;
}

.calendar-cards-wrapper .calendar-card h4 {
    text-align: center;
    color: #004b63;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin-top: 8px;
}

.calendar-cards-wrapper .calendar-card.selected-professional {
    border: 2px solid #004b63;
    /* transform: scale(1.03); */
}

.select-service-wrapper-right.calendar-right-side {
    padding: 20px;
    border-left: 2px solid #004b6333;
    height: 425px;
}

.select-service-wrapper.booktime.show-time-slot
    .select-service-wrapper-right.calendar-right-side {
    display: none;
}

.select-service-wrapper-right.calendar-right-side .calendar-svgs {
    width: 110px;
    height: 100px;
    margin: 20px auto;
}

.select-service-wrapper-right.calendar-right-side .calendar-svgs img {
    width: 100%;
    height: 100%;
}

.select-service-wrapper-right.calendar-right-side h6 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #004b63;
}

/* .select-service-wrapper.booktime.show-time-slot
    .select-service-wrapper-right.calendar-right-side {
    display: none;
} */

.user-right-col-btn {
    display: flex;
    justify-content: end;
    margin: 0px 40px 20px 0px;
}

.user-right-col-btn button {
    background-color: #fff3f1;
    padding: 12px;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    max-width: 250px;
    width: 100%;
    /* margin: 30px 0px 0px auto; */
    margin: 0px 0px 0px auto;
}

.user-right-col-btn button span {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #1a263c;
}

.user-right-col-btn button b {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #004b63;
    margin: 0px 0px 0px 15px;
}

.calendar-cards-wrapper .calendar-card .active-service {
    border: 2px solid #004b63;
    transform: scale(1.03);
}

/*  css for the time slot here */
.select-service-wrapper.booktime .select-time-slot {
    display: none;
    border-left: 2px solid #004b6333;
    /* height: 425px; */
    padding-left: 20px;
}

.select-service-wrapper.booktime.show-time-slot .select-time-slot {
    display: block;
    padding: 0px 20px;
    border-left: 2px solid #004b6333;
}

.select-service-wrapper.booktime .select-time-slot h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #004b63;
    opacity: 80%;
}

.select-service-wrapper.booktime .select-time-slot .time-slots-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.time-slots-wrapper {
    transition: opacity 0.5s ease, height 0.5s ease;
}

.select-service-wrapper.booktime .select-time-slot .time-slots-wrapper div {
    border: 2.15px solid #004b631a;
    text-align: center;
    border-radius: 50px;
    padding: 4px;
    color: #1a263c;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.select-service-wrapper.booktime
    .select-time-slot
    .time-slots-wrapper
    div.selected-hour {
    background-color: #004b63;
    color: #fff3f1;
}

.select-service-wrapper.booktime .select-time-slot .prev-slots-page {
    display: flex;
    justify-content: end;
    align-items: center;
    /* margin-top: 20px; */
}

.select-service-wrapper.booktime .select-time-slot .next-slots-page {
    display: flex;
    justify-content: end;
    align-items: center;
    /* margin-top: 20px; */
}

.select-service-wrapper.booktime .select-time-slot .next-slots-page h6,
.select-service-wrapper.booktime .select-time-slot .prev-slots-page h6 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #004b63;
}

.select-service-wrapper.booktime .select-time-slot .next-slots-page .icon {
    margin-left: 15x;
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background-color: #fff3f1;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.select-service-wrapper.booktime .select-time-slot .prev-slots-page .icon {
    width: 29px;
    height: 29px;
    border-radius: 50px;
    background-color: #fff3f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.select-service-wrapper.booktime
    .select-time-slot
    .time-slots-wrapper.next-page {
    opacity: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.time-slots-wrapper.first-page.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.select-service-wrapper.booktime
    .select-time-slot
    .time-slots-wrapper.next-page {
    opacity: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.select-service-wrapper.booktime
    .select-time-slot
    .time-slots-wrapper.next-page.visible {
    opacity: 1;
    height: auto;
    pointer-events: auto;
    /* display: block; */
}

.time-slots-container .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-slots-container .top .time-icon {
    display: flex;
    align-items: center;
}

.time-slots-container .top .time-icon div {
    background-color: #fff3f1;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.time-slots-container .top .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.hide-h3 h4 {
    display: none;
}

/* css for the select book time ends here */
/*  style  for tab5  select specialist */
.enter-info-container {
    max-width: 780px;
    width: 100%;
    margin: 20px auto;
}

.enter-info-container .enter-intop-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.enter-info-container h2 {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 30.26px;
    text-align: left;
    color: #004b63;
}

.enter-info-container p {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30.26px;
    text-align: end;
    margin-bottom: 10px;
}

.enter-info-container p a {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30.26px;
    color: #1a263c;
}

.forms-container .enter-info-container .forms-wrapper .form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.forms-container .enter-info-container .forms-wrapper .form-container div {
    border: 2px solid #004b6333;
    padding: 10px 25px;
    /* margin-bottom: 20px; */
    border-radius: 15px;
}

.enter-info-container .forms-wrapper .form-container div input {
    border: none;
    width: 100%;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.74px;
    text-align: left;
    color: #1a263c;
    background: transparent;
}

.enter-info-container .forms-wrapper .form-container div input::placeholder {
    color: #1a263c;
    background: transparent;
}

.enter-info-container .forms-wrapper .form-container div input:focus {
    outline: none;
    background: transparent;
}

.enter-info-container .forms-wrapper .form-container .flag-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.enter-info-container .forms-wrapper .form-container .flag-icon span {
    /* position: absolute;
    border-right: 1px solid;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    content: '';
    display: flex;
    width: 80px;
    width: 100%; */
    color: #1a263c;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 30.26px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 135px;

    /* width: 20px; */
}

.enter-info-container .forms-wrapper .form-container .flag-icon span img {
    margin: 0px 10px 0px 0px;
}

.forms-container .enter-info-container .forms-wrapper textarea {
    width: 100%;
    border: 2px solid #004b6333;
    border-radius: 15px;
    padding: 21px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30.26px;
    text-align: left;
    color: #1a263c;
    font-family: "poppins";
    font-family: poppins;
    /* color: #1a263c99; */
}

.forms-container .enter-info-container .forms-wrapper textarea::placeholder {
    color: #1a263c;
    font-family: "poppins";
    font-family: poppins;
    /* color: #1a263c99; */
}

.forms-container .enter-info-container .forms-wrapper textarea:focus {
    outline: none;
}

.enter-info-container .info-seperator {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    justify-content: center;
}

.enter-info-container .info-seperator div {
    height: 1px;
    width: 80px;
    background-color: #bbbbbb;
    border-radius: 2px;
}

.enter-info-container .info-seperator div:first-child {
    margin: 0px 10px 0px 0px;
}

.enter-info-container .info-seperator div:last-child {
    margin: 0px 0px 0px 10px;
}

.enter-info-container .info-social-icons {
    display: flex;
    justify-content: center;
}

.enter-info-container .info-social-icons div {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    border: 1.6px solid #e5e6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    cursor: pointer;
}

.enter-info-container .info-social-icons div a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enter-info-container .info-social-icons div img {
    width: 50%;
    height: 50%;
}

/*  css fot tab5 ends here */
/*  css for the  enter information start here */
.signin-right-side-container {
    /* padding: 20px 30px; */
    max-width: 780px;
    width: 100%;
    margin: 20px auto 20px auto;
}

.signin-right-side-container .updated-login-right-side .info-container-top {
    display: flex;
    align-items: center;
    margin: 0px 0px 0px auto;
    width: 75%;
    justify-content: space-between;
}

.signin-right-side-container .updated-login-right-side h3 {
    text-align: start;
    color: #004b63;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 30.26px;
    text-align: start;
}

.signin-right-side-container .updated-login-right-side p {
    text-align: end;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30.26px;
}

.signin-right-side-container .updated-login-right-side p a {
    color: #1a263c;
    text-decoration: underline;
}

.signin-right-side-container .info-container {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.login-email-button-container {
    /* border: 2px solid #E5E6ED; */
    position: relative;
    display: flex;
    /* margin: 20px 0px; */
    border-radius: 8px;
}

.login-email-button-container .svg-icon {
    position: absolute;
    left: 30px;
    top: 33px;

    transform: translate(-50%, -50%);
}

.login-email-button-container .svg-icon img {
    vertical-align: middle;
}

.login-email-button-container input {
    border: none;
    padding: 20px 20px 20px 50px;
    width: 100%;
    border: 2px solid #004b6333;
    border-radius: 8px;
    font-family: "Poppins";

    color: #1a263c;

    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.login-email-button-container input::placeholder {
    color: #1a263c;

    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.login-email-button-container input:focus {
    outline: none;
    box-shadow: none;
}

.toggle-password-icon {
    position: absolute;
    right: 14px;
    top: 33px;
    transform: translate(-50%, -50%);
    display: flex;
}

.signin-btn button {
    border-radius: 48px;
    padding: 16px 20px;
    border: none;
    color: #ffffff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    max-width: 380px;
    width: 100%;
    cursor: pointer;

    background-color: #004b63;
}

.updated-login-right-side .info-container .password-text {
    text-align: center;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #172949;
    margin: 30px 0px;
}

.updated-login-right-side .divider {
    display: grid;
    gap: 10px;
    grid-template-columns: 100px 1fr 100px;
    align-items: center;
}

.updated-login-right-side .divider span {
    display: inline-block;
    border-bottom: 1px solid #bbbbbb;
}

.updated-login-right-side .divider p {
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1a263c;
}

.social-logins-wrapper {
    display: flex;
    gap: 12px;
    justify-content: center;
    text-align: center;
    margin: 20px 0px;
}

.social-logins-wrapper .social-icon {
    max-width: 44px;
    width: 100%;
    height: 44px;
    border: 1px solid #e5e6ed;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    /* cursor: pointer; */
    align-items: center;
}

.social-logins-wrapper .social-icon a {
    display: flex;
    justify-content: center;
    /* cursor: pointer; */
    align-items: center;
}

.social-logins-wrapper .social-icon img {
    width: 50%;
    height: 50%;
}

/*  css ends here */

/*  css for the payment start here */
.payment-wrapper {
    margin: 30px auto 0px auto;
    max-width: 600px;
    width: 100%;
}

.payment-wrapper .payment-container {
    border: 2px solid #004b6333;
    padding: 15px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    max-width: 600px;
    width: 100%;
    cursor: pointer;
    margin: 0px auto 20px auto;
    transition: all 0.4s ease;
}

.payment-wrapper .payment-container.payment-selected {
    /* background-color: #004b63; */
    border: 2px solid #1a263c;
}

/* .payment-wrapper .payment-container.payment-selected span {
    color: #fff3f1;
} */

.payment-wrapper .payment-container .icon {
    width: 40px;
    height: 40px;
}

.payment-wrapper .payment-container .icon img {
    width: 100%;
    height: 100%;
}

.payment-wrapper .payment-container span {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: #1a263c;
}

.payment-wrapper .visa-card-wrapper {
    display: flex;
    justify-content: space-between;
}

.payment-wrapper .visa-card-wrapper div {
    display: flex;
    align-items: center;
}

.payment-wrapper .visa-card-wrapper div h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1a263c;
}

.visa-card-wrapper .custom-checkbox-wrapper {
    display: flex;
    align-items: center;
}

.visa-card-wrapper .custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.visa-card-wrapper .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.visa-card-wrapper .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #004b63;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.visa-card-wrapper .custom-checkbox input:checked + .checkmark {
    background-color: #004b63;
}

.visa-card-wrapper .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.visa-card-wrapper .custom-checkbox input:checked + .checkmark::after {
    display: block;
}

.visa-card-wrapper .custom-checkbox .checkmark::after {
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.payment-wrapper .add-card-detail-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px;
}

.payment-wrapper .add-card-detail-heading p {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.visa-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visa-number-wrapper .visa-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004b632e;
    width: 75%;
    border-radius: 16px;
    padding: 15px;
}

.visa-number-wrapper .visa-inputs div {
    display: flex;
    margin: 0px 3px;
    align-items: center;
}

.visa-number-wrapper .visa-inputs div input {
    border: none;
    width: 12px;

    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1a263c;
}

.visa-number-wrapper .visa-inputs div input:focus {
    outline: none;
}

.visa-number-wrapper .visa-inputs div input::placeholder {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1a263c;
}

.visa-number-wrapper .visa-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004b632e;
    width: 22%;
    border-radius: 16px;
    padding: 15px;
}

.payment-wrapper .card-holder-name {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004b632e;
    width: 100%;
    border-radius: 16px;
    padding: 15px;
    margin: 10px 0px;
}

.payment-wrapper .card-holder-name input {
    border: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.payment-wrapper .card-holder-name input::placeholder {
    color: #1a263c;
}

.payment-wrapper .card-holder-name input:focus {
    outline: none;
}

.payment-wrapper .visa-months-detail {
    /* display: flex;
    align-items: center; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 10px 0px 20px 0px;
    justify-content: space-between;
}

.payment-wrapper .visa-months-detail .months-year-container {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 2px solid #004b632e;
    width: 98%;
    border-radius: 16px;
    padding: 15px;
}

.payment-wrapper .visa-months-detail .months-year-container input {
    border: none;
    width: 35px;

    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.payment-wrapper .visa-months-detail .months-year-container input::placeholder {
    color: #1a263c;
}

.payment-wrapper .visa-months-detail .months-year-container input::placeholder {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.payment-wrapper .visa-months-detail .months-year-container input:last-child {
    width: 100px;
}

.payment-wrapper .visa-months-detail .months-year-container input:focus {
    outline: none;
}

.payment-wrapper .visa-months-detail .cvv-number {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 2px solid #004b632e;
    width: 100%;
    border-radius: 16px;
    padding: 15px;
}

.payment-wrapper .visa-months-detail .cvv-number input {
    border: none;

    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.payment-wrapper .visa-months-detail .cvv-number input::placeholder {
    color: #1a263c;
}

.payment-wrapper .visa-months-detail .cvv-number input:focus {
    outline: none;
}

/* css for the payment ends here */

/*  css for the order confirmation start here */

.user-confirm-order-wrapper {
    max-width: 870px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
}

.user-confirm-order-wrapper .confirm-order-top {
    text-align: center;
}

.user-confirm-order-wrapper .confirm-order-top .confirm-order-img {
    width: 108px;
    height: 108px;
    margin: 0 auto 20px auto;
}

.user-confirm-order-wrapper .confirm-order-top .confirm-order-img img {
    width: 100%;
    height: 100%;
}

.user-confirm-order-wrapper .confirm-order-top h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #004b63;
}

.user-confirm-order-wrapper .confirm-order-top p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #1a263c;
}

.user-confirm-order-wrapper .confirm-order-details h4.booking {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    padding: 2px 0px;
    color: #004b63;
}

.user-confirm-order-wrapper .confirm-order-details .booking-details {
    display: flex;
    margin: 10px 0px 0px 0px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .booking-details
    .booking-img {
    width: 193px;
    height: 102px;
    margin: 0px 10px 0px 0px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .booking-details
    .booking-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .booking-details
    .booking-title
    p {
    color: #1a263c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 5px;
}

.user-confirm-order-wrapper .confirm-order-details .booking-details button {
    background-color: #34c7591a;
    border: none;
    padding: 8px 16px;
    color: #34c759;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    border-radius: 45px;
    cursor: pointer;
    margin: 10px 0px 0px 0px;

    text-align: center;
}

.user-confirm-order-wrapper .confirm-order-details .booking-time {
    display: grid;
    grid-template-columns: 1fr 350px;
    margin: 10px 0px;
}

.user-confirm-order-wrapper .confirm-order-details .booking-time h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #004b63;
    width: 200px;
}

.user-confirm-order-wrapper .confirm-order-details .booking-time p {
    color: #1a263c;
    font-family: Poppins;
    text-align: end;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 400px;
    width: 100%;
}

.user-confirm-order-wrapper .confirm-order-details .order-extra-info {
    display: flex;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .order-extra-info
    .order-info {
    margin: 0px 20px 0px 0px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .order-extra-info
    .order-info
    .order-info-img {
    max-width: 157px;
    width: 100%;
    height: 130px;
    margin-bottom: 16px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .order-extra-info
    .order-info
    .order-info-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .order-extra-info
    .order-info
    h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #004b63;
    text-align: center;
}

.provider-detail-wrapper .provider-detail-container h4 {
    color: #004b63;
    /* text-align: center;    */
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .order-extra-info
    .order-info
    p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #1a263c;
}

.user-confirm-order-wrapper .confirm-order-details .provider-detail-container {
    display: flex;
    align-items: center;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .provider-detail-container
    .provider-img {
    width: 50px;
    height: 50px;
    margin: 0px 30px 0px 0px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .provider-detail-container
    .provider-img
    img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: contain;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .service-detail-booking-card-bottom-btns {
    display: flex;
    gap: 10px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .service-detail-booking-card-bottom-btns
    button {
    max-width: 250px;
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #fff3f1;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    /* margin: 16px 0px; */
    background-color: #004b63;
    border-radius: 40px;
}

.user-confirm-order-wrapper .confirm-order-details .provider-detail-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    padding: 20px 0px;
    margin: 20px 0px;
    border-top: 2px solid #004b630d;
    border-bottom: 2px solid #004b630d;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .service-detail-booking-card-bottom-btns
    button:last-child {
    background-color: #fff3f1;
    color: #004b63;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .service-detail-booking-card-bottom-btns
    button:last-child
    .icon {
    background-color: #004b63;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .service-detail-booking-card-bottom-btns
    button
    .icon {
    margin: 0px 6px 0px 0px;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .service-detail-booking-card-bottom-btns
    button
    .icon {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff3f1;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    /* margin: 0px 0px 0px 20px; */
}

.user-confirm-order-wrapper .confirm-order-details .price-detail {
    border-bottom: 2px solid #004b630d;
    padding: 0px 0px 20px 0px;
}

.user-confirm-order-wrapper .confirm-order-details .price-detail h4 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #004b63;
}

.user-confirm-order-wrapper .confirm-order-details .price-detail-table div {
    display: grid;
    grid-template-columns: 1fr 100px;
    padding: 10px 0px 0px 0px;
}

.user-confirm-order-wrapper .confirm-order-details .price-detail-table div p {
    color: #1a263c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.user-confirm-order-wrapper
    .confirm-order-details
    .price-detail-table
    div
    p:last-child {
    text-align: center;
}

.user-confirm-order-wrapper .confirm-order-details .price-detail-table div p b {
    color: #004b63;
}

.user-confirm-order-wrapper .confirm-order-details a {
    background-color: #004b63;
    border-radius: 50px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px 23px;
    max-width: 340px;
    width: 100%;
    margin: 50px auto 0px auto;
    color: #fff3f1;
    display: block;
}

.user-pop-pages-tabs-container .tab {
    display: none;
}

.user-pop-pages-tabs-container .tab.active {
    display: block;
}

.tab-content-container {
    flex-grow: 1;
    /* Take up all available space */
    overflow-y: auto;
    /* padding-right: 10px; */
    /* Allow scrolling if content overflows */
}

.user-popup-wrapper
    .user-pop-progress-container
    .popup-cards-wrapper.cards-variation {
    gap: 12px 12px;
    margin-left: 0px;
    margin-right: 0px;
}

.tab-content-container .tab-content {
    display: none;
}

.tab-content-container .tab-content.active {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.tab-content-container .tab-content.service-tab-here.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.payment-notice {
    margin: 20px 0;
    padding: 0px;
    border-radius: 16px;
    background-color: #f8f9fa;
}

.notice {
    display: none;
    padding: 12px;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 12px;
}

.notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.notice-icon img {
    width: 20px;
    height: 20px;
}

.notice p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.notice.active {
    display: flex;
}

.payment-container {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.payment-container:hover {
    border-color: #e5e7eb;
}

/* .payment-container.payment-selected {
    border-color: #3b82f6;
    background-color: #f0f9ff;
} */

@media only screen and (min-width: 1024px) {
    .time-slots-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1024px) {
    /* .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
        margin: 30px 0px;
    } */
    .select-service-wrapper.booktime.show-time-slot .select-time-slot {
        border-left: none;
    }
    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img {
        max-width: 130px;
        width: 100%;
        margin: 0px auto 20px auto;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card {
        border-radius: 14px;
    }

    .select-service-wrapper {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .calendar-cards-wrapper .calendar-card.selected-professional {
        transform: scale(unset);
    }

    .calendar-cards-wrapper .calendar-card h4 {
        font-size: 16px;
        line-height: 23px;
    }

    .select-service-wrapper.booktime .select-time-slot {
        padding-left: 0px;
        border: none;
    }

    .select-time-slot .user-right-col-btn {
        margin-right: 0px;
    }

    .user-right-col-btn button {
        margin: 20px 0px 0px auto;
    }

    .select-service-wrapper .select-service-wrapper-right {
        padding-left: 0px;
        border: none;
    }

    .select-service-wrapper .select-service-wrapper-right .user-right-img {
        display: none;
    }
}

/* media query for less than 768px */
@media (max-width: 768px) {
    .user-popup-wrapper h2 {
        font-size: 18.88px;
        line-height: 25px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting {
        display: flex;
        flex-direction: column;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting
        .popup-card {
        padding: 5px;
        max-width: 100%;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card.extra-booking-card {
        grid-template-columns: 1fr 70px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card.extra-booking-card
        input[type="checkbox"] {
        display: none;
    }

    /* .user-popup-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    } */

    .popup-card-btns {
        margin: 0px 0px;
    }

    .select-service-wrapper .select-service-wrapper-right {
        border-left: unset;
    }

    /* .select-service-wrapper .select-service-wrapper-left .select-service-card { */
    /* padding: 15px 10px; */
    /* align-items: center; */
    /* } */

    .user-popup-wrapper .user-pop-progress-container .progress-wrapper {
        display: none !important;
    }

    .user-pop-pages-tabs-container ul {
        display: none !important;
    }

    /* convert grid to column */
    /* .select-service-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 50px 0px 20px 0px;
    } */
    .select-service-wrapper {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin: 10px 0px 20px 0px;
    }

    /* .select-service-wrapper .calendar-wrapper .month-dates p {
        text-align: start;
    } */

    .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
        margin: 15px 0px;
    }

    .user-popup-wrapper .user-pop-progress-container {
        height: calc(100vh - 120px);
    }
}

/* booking progress CSS Starts here */
.sm-screen-progress {
    display: flex;
    align-items: center;
    display: none;
}

.booking-progress {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    background: conic-gradient(
        #004b63 0%,
        #fff3f1 0%,
        #fff3f1 0%,
        #fff3f1 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-progress::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
}

.progress-text {
    position: absolute;
    color: #004b63;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.progress-right {
    margin-left: 20px;
}

.progress-right h5 {
    color: #004b63;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 0px;
}

.progress-right span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #1a263c;
}

.buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.nav-button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #004b63;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.nav-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.select-service-wrapper.booktime .select-time-slot .next-slots-page h6,
.select-service-wrapper.booktime .select-time-slot .prev-slots-page h6 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #004b63;
}

.select-service-wrapper.booktime .select-time-slot .prev-slots-page h6 {
    margin: 0px 0px 0px 10px;
}

.select-service-wrapper.booktime .select-time-slot .next-slots-page h6 {
    margin: 0px 10px 0px 0px;
}

@media only screen and (max-width: 992px) {
    .user-pop-cards-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .select-service-wrapper.extra-categ {
        gap: 10px;
        /* margin: 20px 0px 0px 0px; */
    }

    .select-service-wrapper .select-service-wrapper-left .select-service-card {
        grid-template-columns: 75px 1fr 70px;
    }

    .select-service-wrapper .select-service-wrapper-left .select-service-card {
        padding: 8px 10px;
        align-items: center;
    }

    .select-service-wrapper.extra-categ
        .select-service-wrapper-right.select-service-wrapper-left {
        border: block;
        padding: 0px;
    }

    /* .select-service-wrapper-right.select-service-wrapper-left h4 {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #004B63;
        margin: -37px 0px 13px 0px;
    } */
    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-wrapper {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .sm-screen-progress {
        display: flex;
        margin-bottom: 15px;
    }

    #booking-title-widget {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .select-service-wrapper .select-service-wrapper-right {
        /* display: none; */
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-wrapper {
        grid-template-columns: 180px 1fr;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-container
        .provider-img {
        margin-right: 15px;
    }

    .select-service-wrapper.booktime .select-time-slot .next-slots-page h6,
    .select-service-wrapper.booktime .select-time-slot .prev-slots-page h6 {
        font-size: 14px;
    }

    .select-service-wrapper.booktime .select-time-slot .prev-slots-page h6 {
        margin: 0px 0px 0px 10px;
    }

    .select-service-wrapper.booktime .select-time-slot .next-slots-page h6 {
        margin: 0px 10px 0px 0px;
    }

    .login-email-button-container input::placeholder {
        font-size: 14px;
    }
}

/*  */

@media only screen and (max-width: 768px) {
    /* .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-wrapper {
        grid-template-columns: 180px 1fr;
    } */

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-container
        .provider-img {
        margin-right: 15px;
    }

    .booking-modal .booking-modal-content {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        height: calc(100vh);
    }

    .select-service-wrapper.booktime .select-time-slot {
        border-left: 0px;
        padding-left: 0px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        .popup-card-img {
        width: 100%;
        /* height: 135px; */
        height: calc(var(--item-height) / var(--design-width) * 100vw);
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        .popup-card-img
        img {
        object-fit: fill;
        border-radius: 8px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation {
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: 0px;
        margin-right: 0px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card
        .select-service-btn
        p {
        background-color: #fff3f1;
        color: #004b63;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .active-service
        .select-service-btn
        p {
        background-color: #004b63;
    }

    .user-right-col-btn {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .forms-container .enter-info-container .forms-wrapper .form-container div {
        padding: 10px 15px;
    }

    .user-confirm-order-wrapper {
        padding: 20px 0px;
    }

    .user-pop-pages-tabs-container ul {
        height: unset;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: unset;
    }

    .user-pop-pages-tabs-container ul li a {
        background-color: #004b63;
        /* color: #fff3f1; */
        border-radius: 40px;
        padding: 4px 9px;
        background-color: #004b6333;
    }

    .user-pop-pages-tabs-container ul li a.current-page {
        background-color: #004b63;
        color: #fff3f1;
    }

    .user-pop-pages-tabs-container ul li a.current-page::after {
        all: unset;
    }

    .user-right-col-btn button {
        margin-left: 0px;
    }

    .select-service-wrapper.booktime .select-time-slot {
        border: none;
    }

    .user-pop-pages-tabs-container .user-popup-wrapper {
        padding: 0px 20px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        .popup-card-img {
        /* height: 71px; */
        height: calc(var(--item-height) / var(--design-width) * 100vw);
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        .popup-card-img
        img {
        height: 100%;
    }

    .popup-card-btns {
        display: flex;
        justify-content: space-between;
        margin: 0px 0px;
        padding: 10px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .booking-details
        .booking-img {
        max-width: 130px;
        width: 100%;
        height: 102px;
        margin: 0px 10px 0px 0px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .booking-details
        .booking-img
        img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }

    .user-confirm-order-wrapper .confirm-order-top p {
        text-align: center;
        font-weight: 400;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting
        .popup-card
        .popup-card-img {
        width: 120px;
        height: 100px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #1a263c;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img {
        margin: 20px auto;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        h4 {
        padding: 10px 10px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation {
        gap: 17px;
    }

    .select-service-wrapper .select-service-wrapper-right .user-right-img {
        display: none;
    }

    .select-service-wrapper .select-service-wrapper-right p {
        margin-bottom: 15px;
    }

    .calendar-cards-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .calendar-cards-wrapper .calendar-card {
        max-width: 100%;
        width: 100%;
    }

    .calendar-cards-wrapper .calendar-card h4 {
        font-size: 15px;
    }

    .enter-info-container .enter-intop-top h3 {
        font-size: 16px;
    }

    .enter-info-container p {
        font-size: 16px;
        margin: 0px;
        text-align: start;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .login-email-button-container .svg-icon {
        top: 33px;
    }

    .toggle-password-icon {
        top: 34px;
    }

    .login-email-button-container input {
        font-size: 15px;
    }

    .login-email-button-container input::placeholder {
        font-size: 15px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-wrapper {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .user-right-col-btn button span {
        font-size: 15px;
        line-height: 23px;
    }

    .user-right-col-btn button b {
        font-size: 20px;
        line-height: 30px;
    }

    .enter-info-container {
        margin: 10px 0px;
    }

    .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
        margin: 15px 0px;
        gap: 10px;
    }

    .progress-right {
        margin-left: 12px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation {
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img {
        height: 69px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img {
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        h4 {
        min-width: 90px;
    }

    /* .select-service-wrapper .select-service-wrapper-right {
        border-left: none;
    } */

    .select-service-wrapper .select-service-wrapper-right {
        padding: 0px;
    }

    .select-service-wrapper .select-service-wrapper-right .user-right-img {
        height: unset;
    }

    .select-service-wrapper .select-service-wrapper-right .user-right-img {
        height: 120px;
        width: 120px;
        display: none;
    }

    .forms-container .enter-info-container .forms-wrapper textarea {
        padding: 15px 15px;
    }

    .enter-info-container {
        margin-top: 10px;
    }

    .select-service-wrapper.booktime .select-time-slot {
        height: unset;
    }

    .payment-wrapper .payment-container span {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
    }

    .payment-wrapper {
        margin: 10px auto;
    }

    .calendar-cards-wrapper .calendar-card.selected-professional {
        transform: scale(1);
    }

    .popup-cards-wrapper.cards-variation .popup-card {
        min-height: 175px;
    }

    .select-service-wrapper-left {
        /* min-height: 310px; */
        min-height: unset;
        overflow: auto;
    }

    .select-service-wrapper-left.calendar-wrapper {
        min-height: 317px;
        overflow: scroll;
    }

    .select-service-wrapper-right.calendar-right-side .calendar-svgs {
        display: none;
    }

    .select-service-wrapper-left h4 {
        padding-bottom: 0px;
    }

    .select-service-wrapper-right.calendar-right-side h6 {
        display: none;
    }

    .payment-wrapper .payment-container {
        padding: 10px 20px;
    }

    .select-service-wrapper .calendar-wrapper h4 {
        padding-bottom: 0px;
    }

    /*  step 4 css star  here  these are ne changes in design */
    .calendar-cards-wrapper .calendar-card .calendar-card-img {
        width: 100px;
        margin: 0 auto;
    }

    .calendar-cards-wrapper .calendar-card .calendar-card-img img {
        border-radius: 50%;
    }

    .select-service-wrapper-left h4.add-extra-service {
        padding-bottom: 0px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting {
        margin: 0px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting
        .popup-card {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .tab.active .user-popup-wrapper {
        border-radius: 0px;
    }

    .user-popup-wrapper h2 {
        margin-top: 0px;
        text-align: start;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card.extra-booking-card {
        grid-template-columns: 1fr 75px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card.extra-booking-card {
        border: 2px solid #004b632e;
        padding: 13px 10px;
        border-radius: 8px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card.extra-booking-card
        .select-service-content
        .select-service-btn
        p {
        margin-bottom: 0px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        h4 {
        font-size: 13px;
        line-height: 16px;
        margin-top: 5px;
    }

    .select-service-wrapper .calendar-wrapper .month-dates p {
        font-size: 17px;
        font-weight: 600;
        padding: 7px 0px;
        width: 80%;
    }

    .select-service-wrapper .calendar-wrapper .week-days h6 {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        /* width: 41px; */
        line-height: 26px;
        opacity: 0.8;
        width: 80%;
    }

    .popup-card-btns div span {
        font-family: "Poppins";
        font-size: 14px;
    }

    .booking-modal .booking-modal-content {
        position: relative;
        background-color: white;
        margin: 0px;
        padding: 20px 0px 0px 0px;
        border-radius: 0px;
    }

    .popup-card-btns {
        /* position: absolute; */
        width: calc(100vw - 60px);
        display: flex;
        justify-content: space-between;
        margin: 0px 0px;
        padding: 10px 0px;
        bottom: 0px;
        /* bottom: 10px; */
        /* left: 0px; */
        /* right: 0px; */
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        h4 {
        margin: 0px;
    }

    /* .popup-cards-wrapper.cards-variation .popup-card {
        min-height: 160px;
    } */
    .select-service-wrapper .calendar-wrapper .week-days h6 {
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 600;
        /* width: 41px; */
        line-height: 20px;
        opacity: 0.8;
        width: 100%;
    }

    .select-service-wrapper .calendar-wrapper .calendar-top h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .select-service-wrapper-right.calendar-right-side {
        padding: 0px 20px;
        border-left: 2px solid #004b6333;
        border: none;
        height: unset;
    }

    .select-service-wrapper-right.calendar-right-side h6 {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
    }

    .enter-info-container p span {
        display: inline-block;
    }

    .enter-info-container p span {
        display: inline-block;
        text-align: center;
    }

    .enter-info-container .enter-intop-top h3 {
        font-size: 14px;
    }

    .enter-info-container p {
        font-size: 14px;
        text-align: start;
        /* background-color: red; */
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .enter-info-container .forms-wrapper .form-container div input {
        font-size: 12px;
    }

    .forms-container .enter-info-container .forms-wrapper .form-container {
        gap: 10px;
    }

    .forms-container .enter-info-container .forms-wrapper textarea {
        font-size: 12px;
    }

    .login-email-button-container input::placeholder {
        font-size: 12px;
    }

    .login-email-button-container input {
        font-size: 12px;
    }

    .signin-right-side-container .info-container {
        max-width: 100%;
    }

    .signin-right-side-container .updated-login-right-side .info-container-top {
        /* change flex to column */
        display: flex;
        /* flex-direction: column !important; */
        max-width: 100%;
        width: 100%;
    }

    .select-service-wrapper .select-service-wrapper-left .select-service-card {
        grid-template-columns: 65px 1fr 70px;
        /* grid-auto-flow: dense; */
    }

    .user-confirm-order-wrapper {
        padding: 0px 20px;
        margin: 0px;
    }

    .user-confirm-order-wrapper .confirm-order-top .confirm-order-img {
        width: 50px;
        height: 50px;
    }

    .user-confirm-order-wrapper .confirm-order-top p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .booking-details
        .booking-title
        p {
        font-size: 16px;
        line-height: 28px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .order-extra-info
        .order-info:last-child {
        margin: 0px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .order-extra-info
        .order-info
        .order-info-img {
        max-width: 100%;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .booking-details
        .booking-title
        p:nth-child(2) {
        font-weight: 600;
        margin-bottom: 0px;
    }

    .user-confirm-order-wrapper .confirm-order-details .order-extra-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .order-extra-info
        .order-info
        .order-info-img {
        width: 100%;
        height: 120px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-container
        .provider-img {
        width: 30px;
        height: 30px;
    }

    .user-confirm-order-wrapper .confirm-order-details .price-detail {
        padding: 10px 0px;
    }

    .user-confirm-order-wrapper .confirm-order-details .price-detail h4 {
        color: #1a263c;
        font-size: 17px;
        line-height: 24px;
    }

    .user-confirm-order-wrapper .confirm-order-details .price-detail-table div {
        padding-top: 13px;
    }

    .user-confirm-order-wrapper .confirm-order-top h3 {
        font-size: 17px;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .user-confirm-order-wrapper .confirm-order-details h4.booking {
        font-size: 16px;
        color: #1a263c;
        padding: 0px 0px;
        line-height: 23px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .booking-details
        .booking-title
        p {
        font-size: 16px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .order-extra-info
        .order-info
        h4 {
        font-size: 16px;
        color: #1a263c;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .order-extra-info
        .order-info
        p {
        font-size: 12px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .price-detail-table
        div
        p {
        font-size: 14px;
    }

    .user-confirm-order-wrapper .confirm-order-details .booking-time p {
        text-align: end;
        font-size: 14px;
    }

    .user-confirm-order-wrapper .confirm-order-details .booking-time {
        margin: 12px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .calendar-cards-wrapper .calendar-card h4 {
        font-size: 14px;
        text-align: center;
    }

    .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
        margin-top: 0px;
    }

    .user-confirm-order-wrapper .confirm-order-details .booking-details button {
        margin-top: 0px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .provider-detail-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .service-detail-booking-card-bottom-btns {
        display: grid;
        gap: 16px;
    }

    .select-service-content {
        padding: 0px 0px !important;
    }

    .user-right-col-btn button {
        background-color: #fff3f1;
        padding: 12px;
        border: none;
        border-radius: 16px;
        display: flex;
        align-items: center;
        max-width: 100%;
        position: absolute;
        bottom: 70px;
        left: 15px;

        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .select-service-wrapper .select-service-wrapper-left .select-service-card {
        padding: 13px 10px;
        margin-bottom: 15px;
    }

    .select-service-wrapper {
        gap: 0px;
        margin-bottom: 0px;
    }

    .payment-notice {
        margin: 0px;
        padding: 0px;
    }

    .notice p {
        font-size: 12px;
    }

    .calendar-cards-wrapper .calendar-card .calendar-card-img {
        height: 87px;
    }

    .user-confirm-order-wrapper .confirm-order-details a {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }

    .user-confirm-order-wrapper
        .confirm-order-details
        .price-detail-table
        div
        p {
        font-size: 14px;
    }

    .select-service-wrapper.booktime .select-time-slot .time-slots-wrapper div {
        font-size: 14px;
    }

    .user-confirm-order-wrapper .confirm-order-details .booking-time h4 {
        font-size: 14px;
    }

    .select-service-wrapper.booktime .select-time-slot .time-slots-wrapper div {
        font-size: 14px;
        line-height: 20px;
    }

    .user-confirm-order-wrapper .confirm-order-details {
        margin-top: 20px;
    }

    .extra-booking-wrapper {
        border: unset;
        border-radius: unset;
        padding: 0px;
        margin: 15px 0px 0px 0px;
    }

    .extra-booking-wrapper
        .select-service-card.extra-booking-card
        .select-service-btn
        p {
        margin-bottom: 0px;
    }

    .select-time-slot .user-right-col-btn button {
        display: none;
    }

    .shobbi-section {
        padding: 10px 0px;
    }

    .shobbi-section.payment {
        padding: 10px 0px;
    }

    .calendar-cards-wrapper {
        /* grid-template-columns: 1fr 1fr 1fr; */
        margin-top: 10px;
        margin-bottom: 10px;
        gap: 8px;
    }

    .no-slots-message {
        margin-top: 5px;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
    }

    .time-slots-container .top .time-icon div img {
        width: 60%;
        height: 60%;
    }
    .user-pop-cards-wrapper {
        gap: 10px;
    }
    @media only screen and (max-width: 480px) {
        .select-service-wrapper.booktime.show-time-slot .select-time-slot {
            padding: 0px;
        }
    }
}

@media only screen and (max-width: 400px) {
    .shobbi-section.details .date-wrapper {
        grid-template-columns: 1fr 115px;
    }

    .shobbi-section.details .date-wrapper .date img {
        width: 15px;
        height: 15px;
    }

    .confirmation-container h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .shobbi-section.details .date-wrapper .date span {
        font-size: 13px;
    }

    .shobbi-section.details .date-wrapper .button {
        font-size: 12px;
    }

    .account-choice-container {
        margin-top: 10px;
    }

    .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 0px;
    }

    /* .calendar-cards-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 10px;
        margin-bottom: 10px;
    } */

    .user-confirm-order-wrapper {
        padding: 20px 0px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation {
        gap: 8px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img {
        margin-top: 0px;
    }

    .forms-container .enter-info-container .forms-wrapper .form-container {
        grid-template-columns: 1fr;
    }

    .user-popup-wrapper h2 {
        font-size: 14.88px;
        line-height: 20px;
    }

    .select-service-wrapper-right.calendar-right-side
        .select-time-slot
        .time-slots-container
        .time-slots-navigation
        .prev-slots-page
        .icon {
        margin: 0px !important;
    }

    .calendar-cards-wrapper .calendar-card .calendar-card-img {
        height: 75px;
    }

    .select-service-wrapper.booktime .select-time-slot .next-slots-page h6,
    .select-service-wrapper.booktime .select-time-slot .prev-slots-page h6 {
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
    }

    .shobbi-section.details {
        padding-bottom: 9px;
    }

    .shobbi-section {
        padding: 7px 0px;
    }

    .shobbi-section.contact .icon-wrapper span {
        padding-left: 8px;
        line-height: 19px;
        font-size: 15px;
    }

    .shobbi-section.summary .list span {
        line-height: 19px;
        font-size: 15px;
    }

    .shobbi-section.summary {
        padding-bottom: 5px;
        border: none;
    }

    .button-primary {
        height: 50px;
    }

    .shobbi-section.services h3 {
        margin-bottom: 6px;
    }

    .shobbi-section.services .list p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* Booking Process Css Ends Here */

/*  new mobile design  media query start here */
@media only screen and (max-width: 480px) {
    .user-popup-wrapper .user-pop-progress-container {
        margin-bottom: 0px;
    }

    .user-popup-wrapper .user-pop-progress-container .popup-cards-wrapper {
        grid-template-columns: 1fr;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card {
        display: grid;
        grid-template-columns: 72px 1fr;
        align-items: center;
        padding: 8px 10px;
        border-radius: 10px;
        margin-bottom: 6px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting
        .popup-card
        .popup-card-img,
    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        .popup-card-img {
        width: 62px;
        height: 62px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper
        .popup-card
        h4 {
        margin-top: 0px;
        font-size: 18px;
        line-height: 24px;
        text-align: start;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation {
        grid-template-columns: 1fr;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card {
        grid-template-columns: 72px 1fr;
        padding: 8px 10px;
        min-height: unset;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img {
        margin: 0px;
        width: 62px;
        height: 62px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        h4 {
        width: 100%;
        margin-left: auto;
        margin-top: 0px;
        font-size: 18px;
        line-height: 24px;
        text-align: start;
        padding: 0px;
        background-color: unset;
        color: #1a263c;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-variation
        .popup-card
        .popup-card-img
        img {
        object-fit: fill;
    }

    /* For Nasier */
    .select-service-wrapper .select-service-wrapper-left .select-service-card {
        grid-template-columns: 1fr 70px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card.appointment-service {
        grid-template-columns: 1fr 3px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card
        .select-service-card-img {
        display: none;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card
        .select-service-btn {
        margin-left: auto;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card
        .select-service-content
        p {
        font-size: 11.5px;
        line-height: 16px;

        /* min-height: 49px; */
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card
        .select-service-btn
        p {
        font-size: 16px;
        line-height: 22px;
        padding: 4px 12px;
    }

    /* .calendar-cards-wrapper {
        grid-template-columns: 1fr;
    }

    .calendar-cards-wrapper .calendar-card {
        padding: 8px 10px;
        display: grid;
        grid-template-columns: 60px 1fr;
        align-items: center;
    }

    .calendar-cards-wrapper .calendar-card .calendar-card-img {
        width: 50px;
        height: 50px;
    } */

    .calendar-cards-wrapper .calendar-card h4 {
        /* text-align: start; */
        font-size: 14px;
        line-height: 22px;
        /* margin-top: 0px; */
    }

    .select-service-wrapper.booktime .select-time-slot .prev-slots-page .icon {
        margin-right: 0px;
    }

    /* step 5 css here */
    .forms-container .enter-info-container .forms-wrapper .form-container {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .enter-info-container .forms-wrapper .form-container div input {
        font-size: 16px;
        line-height: 22px;
    }

    .forms-container .enter-info-container .forms-wrapper textarea {
        font-size: 16px;
        line-height: 22px;
    }

    .login-email-button-container input {
        font-size: 15px;
        line-height: 23px;
        border-radius: 12px;
        padding: 17px 17px 17px 50px;
    }

    .login-email-button-container input::placeholder {
        font-size: 15px;
    }

    .user-confirm-order-wrapper .confirm-order-details .booking-time p {
        font-size: 15px;
    }

    .forms-container .enter-info-container .forms-wrapper .form-container div {
        padding: 17px;
        border-radius: 12px;
        margin-bottom: 8px;
    }

    .payment-wrapper .payment-container span {
        margin-left: 0px;
    }

    .login-email-button-container {
        border-radius: 12px;
    }

    .payment-wrapper .payment-container {
        padding: 15px;
        display: grid;
        grid-template-columns: 40px 1fr;
        border-radius: 12px;
    }

    .signin-btn button {
        max-width: 100%;
    }

    .login-email-button-container .svg-icon {
        top: 31px;
    }

    .login-email-button-container .svg-icon img {
        display: block;
    }

    .toggle-password-icon img {
        display: block;
    }

    .toggle-password-icon {
        top: 31px;
    }

    .select-service-wrapper
        .select-service-wrapper-left
        .select-service-card
        .select-service-content
        h4 {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        padding-bottom: 0px;
        margin: 0px 0px 0px 0px;
    }

    .select-service-card.extra-booking-card {
        margin-bottom: 0px;
    }

    .select-service-card.extra-booking-card .select-service-content p {
        margin-bottom: 0px;
    }

    .select-service-wrapper.booktime .select-time-slot .next-slots-page {
        margin-top: 5px;
        display: flex;
        align-items: center;
    }

    .select-service-wrapper.booktime .select-time-slot .prev-slots-page {
        margin-top: 5px;
        display: flex;
        align-items: center;
    }

    .shobbi-section.summary .list {
        margin-bottom: 1px;
    }

    .shobbi-section.payment {
        padding: 10px 0px 5px 0px;
    }

    .shobbi-section.services .list {
        padding-bottom: 3px;
    }

    .shobbi-section.services h3 {
        margin-bottom: 6px;
    }

    .shobbi-section.services .list p {
        font-size: 15px;
        line-height: 20px;
    }

    .select-service-wrapper .calendar-wrapper .week-days {
        margin-bottom: 5px;
    }

    .select-service-wrapper .calendar-wrapper .week-days,
    .select-service-wrapper .calendar-wrapper .month-dates {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

    .select-service-wrapper .calendar-wrapper .calendar-top {
        padding: 6px 0px;
    }

    .calendar-cards-wrapper .calendar-card .calendar-card-img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .calendar-cards-wrapper .calendar-card .calendar-card-img img {
        border-radius: 50%;
    }

    .select-service-wrapper .calendar-wrapper .week-days {
        margin-bottom: 5px;
        gap: 5px;
    }

    .user-popup-wrapper
        .user-pop-progress-container
        .popup-cards-wrapper.cards-meeting {
        grid-template-columns: 1fr;
    }
}

.booking-widget-button {
    background-color: #004b63;
    border-radius: 50px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 18px 23px;
    max-width: 340px;
    width: 100%;
    color: #fff3f1;
    border: none;
    width: inherit !important;
}
