.bh-calc_appointment-container {
    max-width: 954px;
    min-height: unset; 
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #F5F4EF;
    border-radius: 8px;
    padding: 47px 50px 50px 50px;
}

.bh-calc_appointment-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
    font-family: BioRhyme;
}

.bh-calc_appointment-subheading {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.step1-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #252B42;
    margin-bottom: 25px;

}

.step1-container {
    margin: 0 63px;
}

.step1-cards-wrapper {
    display: flex;
    width: 100%;
    gap: 19px;
    flex-wrap: wrap;
}

.step1-cards {
    width: 31.50%;
    padding: 35px 10px 23px 10px;
    /* padding-bottom: 23px; */
    /* min-height: 200px; */
    border: 1px solid #CCCCCCCC;
    border-radius: 10px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: flex-end; */
    cursor: pointer;
}

.step1-card-image {
    width: 90px;
    height: 98px;
    object-fit: contain;
}

.step1-image-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #1D1D1F;
    margin-top: 24px;
    padding: 0 20px;

}

.step1-cards.cards-active {
    border: 1px solid #7345B2;
    background-color: #F1EDF8B2;
}

.step1-cards.cards-active .step1-image-title {
    font-weight: 700;
}

.appointment_button-container {
    margin-top: 40px;
    text-align: center;
    width: calc(100% - 65px);
    /* position: absolute;
    bottom: 50px;
    left: 0; */
}

.appointment-back-btn {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #F5F4EF;
    color: #7345B2;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-right: 61px;
    font-family: "Lato", sans-serif;

}

.appointment-submit-btn {
    max-width: 264px;
    width: 100%;
    cursor: pointer;
    border: none;
    background-color: #7345B2;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding: 12px 6px;
    text-align: center;
    border-radius: 30px;
    font-family: "Lato", sans-serif;
}

.appointment-submit-btn.disabled {
    background: #BBB;
    pointer-events: none;
}

/* step 2 start */
.bh-calc_appointment-step-2-wrapper {
    padding: 0 80px;
}

.step2-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.step2-cards {
    width: 48%;
}

.step2-cards-question {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #252B42;
    margin-bottom: 10px;
}

.step2-cards-answer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.step2-cards-answer {
    background-color: #FFFFFF;
    padding: 0 12px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #BDBDBD;
    min-width: 90px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #252B42;
}

.step2-cards-answer.active-answer {
    background-color: #F1EDF8;
    border: 1px solid #7345B2;
}

/* step 2 end */

/* step 3 start */
.step3-container {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.selectDateWrapper {
    margin-bottom: 40px;
}

.selectDateWrapper .date-field-wrapper-bform {
    display: flex;
    gap: 34px;
}

.date-field-wrapper-bform> :nth-child(2) {
    width: 30%;
}

.bh-calc_appointment-selectdate {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #252B42;
    padding-bottom: 10px;

}

.selectTimeWrapper {
    margin-top: 16px;
    margin-bottom: 0px;
}

.appointment-container .selectTimeWrapper .time-field label {
    display: block;
    background-color: #F5F4EF;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #000000;
}

.appointment-container .selectTimeWrapper .time-field {
    border: 1px solid #000000;
    background-color: #F5F4EF;
}

.bh-calc_appointment-step-3-wrapper .bhs-drop-icon {
    width: 24px;
    height: 24px;
}

.bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-inner-bform .dropdown-inner_select-time-div {
    max-width: 132px;
    min-height: 40px;
    width: 100%;
    border-radius: 4px;
    padding: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-inner-bform .dropdown-inner_select-time-div:hover {
    border: 1px solid #7345B2;
    background: #F1EDF8;

}

.bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-inner-bform .dropdown-inner_select-time-div span {
    color: #000000;
}

.bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-inner-bform .dropdown-inner_select-time-div.disabled span {
    color: #B1B1B1;
}

.bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-container {
    width: 441px;
    top: 54px;
}

.bh-calc-appointment-main-wrapper .banner-heading {
    margin-bottom: 29px;
}

.bh-calc_appointment-step-3-wrapper .time-field.open-dr img {
    transform: rotate(180deg);
    top: 25%;
}

.bhs-appointment-appointment-main .bh-calc_appointment-step-3-wrapper .step3-container.appointment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 440px;
}
.step3-container.appointment-container .date_selection_box {
    width: 100%;
}

/* .bhs-appointment-appointment-main .bh-calc_appointment-step-3-wrapper .date-field-wrapper-bform> :nth-child(2) {
    width: unset;
} */

/* .bhs-appointment-appointment-main .bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-container {
    width: unset;
} */

.bhs-appointment-appointment-main .bh-calc_appointment-step-3-wrapper .bh-calc_appointment-selecttime {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #252B42;
}


/* step 3 end */
@media screen and (max-width:768px) {
    .selectDateWrapper .date-field-wrapper-bform {
        flex-direction: column;
        gap: 20px;
    }

    .date-field-wrapper-bform> :nth-child(2) {
        width: 100%;
    }

    .bh-calc_appointment-container {
        padding: 21px 20px 40px 20px;
        min-height: unset;
    }

    .bh-calc_appointment-heading {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        max-width: 291px;
        margin: 0 auto 14px auto;
    }

    .bh-calc_appointment-step-3-wrapper .bh-calc_appointment-heading {
        max-width: 313px;
    }

    .bh-calc_appointment-subheading {
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 30px;
    }

    .step1-container {
        margin: 0;
    }

    .step1-heading {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .step1-cards-wrapper {
        gap: 16px;
    }

    .step1-cards {
        width: 46.54%;
        /* padding-bottom: 10px;
        padding-top: 18px; */
        /* min-height: 111px; */
        border-radius: 5px;
        padding: 18px 20px 10px 20px;
    }

    .step1-card-image {
        width: 55px;
        height: 60px;
    }

    .step1-image-title {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
        padding: 0 10px;
    }

    .appointment_button-container {
        margin-top: 87px;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 24px;
        /* bottom: 30px; */
        /* padding: 0 20px; */
    }

    .appointment-back-btn {
        margin-right: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        width: 50%;

    }

    .appointment-submit-btn {
        max-width: 172px;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        width: 50%;
    }

    .bh-calc_appointment-step-3-wrapper .appointment-back-btn {
        display: none;
    }

    .bh-calc_appointment-step-3-wrapper .appointment-submit-btn {
        width: 100%;
        max-width: unset;
    }

    .bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-container {
        width: calc(100% - -4px);
    }
    .bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-container .select-time-slot_dropdown-inner-bform {
        justify-content: center;
    }

    .bh-calc_appointment-step-3-wrapper .select-time-slot_dropdown-container .select-time-slot_dropdown-inner-bform{
        width: 266px;
        margin: 0 auto;
        justify-content: flex-start;
    }

    /* step 2 start  */
    .bh-calc_appointment-step-2-wrapper {
        padding: 0;
    }

    .step2-container {
        gap: 26px;
    }

    .step2-cards {
        width: 100%;
    }

    .step2-cards:nth-child(1) {
        order: 2;
    }

    .step2-cards:nth-child(2) {
        order: 1;
    }

    .step2-cards:nth-child(3) {
        order: 3;
        margin-top: 6px;
    }

    .step2-cards-question {
        font-size: 14px;
        line-height: 20px;
    }

    .step2-cards-answer-wrapper {
        gap: 6px;
    }

    .step2-cards-answer.active-answer {
        color: #7345B2;
    }

    .step2_button-container {
        margin-top: 65px;
    }

    /* step 2 end */
    .bh-calc_appointment-selectdate {
        font-size: 14px;
    }
    .bhs-appointment-appointment-main .bh-calc_appointment-step-3-wrapper .bh-calc_appointment-selecttime {
        font-size: 14px;
    }
    .bhs-appointment-appointment-main .bh-calc-appointment-main-wrapper .bh-calc_appointment-subheading {
        margin-bottom: 21px;
    }
    .bhs-appointment-appointment-main .bh-calc-appointment-main-wrapper .selectDateWrapper {
        margin-bottom: 30px;
    }
}

.hidden {
    visibility: hidden;
}