#bookingAppointmentSection {
    margin-top: 60px;
    margin-bottom: 60px;
}

#bookingAppointmentSection form {
    border: 2px solid #d8d8d8;
    padding: 3em 3em 1em 3em;
    color: #000;
    background-color: #fff;
}

#bookingAppointmentSection form .first-div {
    border-right: 2px solid #d8d8d8;
}

#bookingAppointmentSection .form-group {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    #bookingAppointmentSection form .first-div {
        border-right: 0;
    }
}

@media screen and (max-width: 524px) {
    #bookingAppointmentSection .form-group {
        margin-bottom: 1rem;
    }

    #bookingAppointmentSection form .first-div {
        border-right: none;
    }

    #bookingAppointmentSection .slots label {
        margin: 0 2.5% 0.6rem 0 !important;
        font-size: 14px !important;
        padding: 10px 5px !important;
    }

    .booking-appointemnt-h2 {
        margin: 1rem 0;
    }

    #bookingAppointmentSection {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #bookingAppointmentSection form {
        padding: 1.5em 1rem 1em 1em;
    }
}

#bookingAppointmentSection .form-control:focus {
    outline: 1.5px solid #000;
}

#bookingAppointmentSection .left-form-heading .title {
    font-size: 1.3125rem;
    letter-spacing: 0.01vw;
    line-height: 33px;
}

#bookingAppointmentSection .right-form-heading {
    margin-bottom: 20px;
}

#bookingAppointmentSection .right-form-heading .time {
    font-size: 1.3125rem;
    letter-spacing: 0.01vw;
    font-weight: 600;
    line-height: 33px;
}

#bookingAppointmentSection .right-form-heading p {
    font-size: 11pt;
}

#bookingAppointmentSection .float-right {
    display: flex;
    justify-content: end;
}

#bookingAppointmentSection .slots {
    width: 100%;
    /* display: table-row-group; */
}

#bookingAppointmentSection .slots label {
    width: 22.5%;
    max-width: 22.5%;
    box-sizing: border-box;
    position: relative;
    color: #000;
    cursor: pointer;
    border: 2px solid #eee;
    display: inline-block;
    margin: 0 2.5% 1.5em 0;
    padding: 0.9rem 0;
    font-size: 1.1rem;
    text-align: center;
}

#bookingAppointmentSection .slots .active {
    border: 3px solid #948b8b;
    font-weight: 600;
}

#bookingAppointmentSection .slots label input {
    position: absolute;
    top: 0;
    opacity: 0;
}

#bookingAppointmentSection .ajax-msg {
    display: none;
}

.slot-booked {
    border: 2px solid #eee;
    background: #eee;
    cursor: no-drop !important;
}

.booking-appointemnt-h2 {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: center;
    color: #232323;
}

#bookingAppointmentSection .msg.alert {
    border-color: #e4dfcb;
    background: #faf6e6;
    color: #918554;
    font-size: 1.5em;
    text-align: center;
    line-height: normal;
}

#bookingAppointmentSection .msg.alert .btn-primary {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
