.niftybkz-frontend-booking-section {
    max-width: 950px !important;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 15px;
    box-shadow: 2px 2px 47px 0px rgba(0, 0, 0, 0.12)
}

.niftybkz-border-right {
    border-right: 1px solid #E1E3E6 !important;
}

.niftybkz-row {
    display: flex;
}

.niftybkz-card {
    padding: 20px;
}

.niftybkz-service-provider-name {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.niftybkz-width-33-custom {
    width: 33.33%;
}

.niftybkz-width-50-custom {
    width: 50%;
}

.niftybkz-width-16-custom {
    width: 16.66%;
}

.niftybkz-width-8-custom {
    width: 66.66%;
}

.niftybkz-width-12-custom {
    width: 100%;
}

.niftybkz-width-4-custom {
    width: 33.33%;
}

.niftybkz-width-10-custom {
    width: 83.33%;
}

.niftybkz-width-5-custom {
    width: 41.66%;
}

.niftybkz-width-25-custom {
    width: 25%;
}

.niftybkz-width-30-custom {
    width: 30%;
}

.niftybkz-width-20-custom {
    width: 20%;
}

.niftybkz-img-circle {
    height: 50px;
    width: 50px;
    border-radius: 15px;
    max-width: 100%;
}

.niftybkz-custom-clock-icon {
    width: 25px;
    display: flex;
    color: #3A63DE;
}

.niftybkz-service-provider-name-small {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #595F69;
}

.niftybkz-time-label {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 13px;
    color: #3A63DE;
}

.niftybkz-service-provider-info-section {
    display: flex;
    margin-top: 10px;
}

.niftybkz-time-info {
    display: flex;
    align-items: anchor-center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.niftybkz-price-span-frontned {
    font-size: 15px;
    color: #333;
    width: 60px;
    background: #FFBB5D;
    border-radius: 5px;
    text-align: center;
    display: block;
    line-height: 22px;
    padding: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.niftybkz-service-title-forntend {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

.niftybkz-display-day-frontend {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #4E5E6A;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-calendar thead tr {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4E5E6A;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background: #3A63DE !important;
    color: #FFFFFF;
    text-decoration: none;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-calendar tbody tr td {
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0 !important;
    text-align: center;
    width: 50px;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-calendar tbody tr td a {
    text-decoration: none;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-prev {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    float: left;
    margin-left: 15px;
}

.niftybkz-booking-appointment #datepicker .ui-datepicker-next {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    float: right;
    margin-right: 15px;
}

.niftybkz-booking-appointment #datepicker .ui-state-disabled {
    color: #999;
}

.niftybkz-m-l-10 {
    margin-left: 10px;
}

.niftybkz-address-label-frontend {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4E5E6A;
    letter-spacing: normal;
    line-height: normal;
}

.niftybkz-custom-location-icon {
    width: 25px;
    color: #4E5E6A;
}

.niftybkz-address-frontned-main {
    display: flex;
    margin-top: 10px;
}

.niftybkz-time-schedule-list {
    margin-top: 10px;
    cursor: pointer;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #8AA3EE;
    box-sizing: border-box;
    display: grid;
    justify-content: space-evenly;
    align-content: center;
}

.niftybkz-schedule-time-span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #3A63DE;
}

.niftybkz-time-slots {
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

.niftybkz-m-t-5 {
    margin-top: 5%;
}

.niftybkz-confirm-time {
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    color: #FFFFFF;
    background: #36A8EB;
    width: 92px;
    padding: 12px;
    text-align: center;
    display: block;
}

.niftybkz-time-schedule-list-confirm {
    display: flex;
    gap: 14px;
}

.niftybkz-confirm-button {
    background: #3A63DE;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 92px;
    padding: 12px;
    text-align: center;
    display: block;
}

.niftybkz-phone-label {
    font-size: 14px;
    color: #555;
}

.niftybkz-form-control-frontend {
    line-height: 1.5;
    font-size: 14px;
    background: #F2F5FA;
    border: 1px solid #dce1e4;
    display: flex;
}

.niftybkz-form-control-frontend #phone {
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F2F5FA;
}

.niftybkz_required {
    color: red;
}

.niftybkz-frontend-form-label {
    transform: translate(5%, -0.9em) scale(.9, .9) !important;
    background-color: #fff;
    padding: 0 10px;
    width: auto;
    position: absolute;
    font-size: 14px;
    color: #555;
}

.niftybkz-m-t-15 {
    margin-top: 15px !important;
}

.niftybkz-form-control-frontend input {
    border: 0;
    padding: 10px;
    background: #F2F5FA;
    width: 100%;
}

.niftybkz-form-control-frontend .iti--allow-dropdown {
    width: 100%;
}

.niftybkz-form-control-frontend .iti--allow-dropdown .iti__flag-container {
    padding: 3px;
}

.niftybkz-book-appointment-btn {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
    background: #3A63DE !important;
    width: 100% !important;
    border: 0;
    padding: 8px 8px;
    cursor: pointer;
}

.niftybkz-display-flex {
    display: flex;
}

.niftybkz-date-time-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4E5E6A;
    letter-spacing: normal;
    line-height: normal;
}

.niftybkz-first-last-name {
    display: flex;
    gap: 15px;
}

.niftybkz-back-step {
    background: #F2F5FA;
    height: 20px;
    width: 6%;
    padding: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}

.niftybkz-back-step a {
    text-decoration: none !important;
}

.niftybkz-thank-you-section {
    margin-bottom: 50px !important;
    max-width: 500px;
    padding: 40px 50px 90px 50px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 2px 2px 47px 0px rgba(0, 0, 0, 0.12);
}

.niftybkz-text-align-center {
    text-align: center;
}

.niftybkz-confirmed-label {
    line-height: 1.5;
    color: #212529;
    font-size: 20px;
    font-weight: 700;
}

.niftybkz-description-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #4E5E6A;
}

.niftybkz-service-provider-label {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #333333;
}

.niftybkz-description-label .dashicons-calendar,
.niftybkz-description-label .dashicons-email {
    display: inline-block;
}

.niftybkz-back-to-home {
    float: left;
    display: block;
    margin-top: 15px;
}

.niftybkz-back-to-home-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #3A63DE;
    text-align: center;
    padding: 5px;
    padding-left: 35%;
    padding-right: 35%;
    text-decoration: none;
}

.niftybkz-confirmed-image {
    height: 120px;
    width: auto;
}

.niftybkz-m-t-10 {
    margin-top: 10px;
}

.niftybkz-m-b-10 {
    margin-bottom: 10px;
}

.niftybkz-frontend-last-name-error {
    margin-left: 3%;
}

.niftybkz-frontend-first-name-error,
.niftybkz-frontend-last-name-error,
.niftybkz-frontend-mobile-error,
.niftybkz-frontend-email-error {
    color: red;
    font-size: 12px;
    display: none;
}

.niftybkz-frontend-error-div {
    display: flex;
}

.niftybkz-description-label a {
    color: #3A63DE;
}

.niftybkz-thank-you-section .dashicons-calendar:before,
.niftybkz-thank-you-section .dashicons-email:before {
    margin-top: 5px;
}

.niftybkz-frontend-booking-section .niftybkz-back-step a {
    text-decoration: none;
}

/* Responsive Mobile CSS */
@media only screen and (max-width: 768px) {
    .niftybkz-width-25-custom {
        width: 25%;
    }

    .niftybkz-frontend-booking-section .niftybkz-row {
        display: block;
    }

    .niftybkz-frontend-booking-section .niftybkz-card {
        padding: 10px;
    }

    .niftybkz-frontend-booking-section .niftybkz-border-right {
        border-bottom: 1px solid #E1E3E6 !important;
        border-right: unset !important;
    }

    .niftybkz-frontend-booking-section .niftybkz-m-t-4 {
        margin-top: 0;
    }

    .niftybkz-frontend-booking-section .niftybkz-width-4-custom,
    .niftybkz-frontend-booking-section .niftybkz-width-5-custom,
    .niftybkz-frontend-booking-section .niftybkz-width-25-custom,
    .niftybkz-frontend-booking-section .niftybkz-width-33-custom,
    .niftybkz-frontend-booking-section .niftybkz-width-50-custom {
        width: auto;
    }

    .niftybkz-back-to-home-btn {
        padding: 10px;
    }
}

/* Responsive Tablate CSS */
@media only screen and (min-width : 769px) and (max-width: 1200px) {

    .niftybkz-frontend-booking-section .niftybkz-width-4-custom,
    .niftybkz-frontend-booking-section .niftybkz-width-5-custom,
    .niftybkz-frontend-booking-section .niftybkz-width-25-custom {
        width: 33%;
    }
}