#content {
    background-color: #FBF7F3;
}

form.booking_form {
    /* position: relative; */
    /* z-index: 99999; */
}

.form-group.submit-button {
    z-index: 9999;
}

body .wpbc_times_selector div {
    padding: 0;
    background-color: inherit;
}

body #field_1-3,
body:not(.new-style) .wpbc_structure_calendar {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.6);
}

body:not(.new-style) #field_1-3:not(.active),
body:not(.new-style) .wpbc_structure_calendar:not(.active) {
    display: none;
}

body #field_1-3 .dfield.fapp {
    background-color: white;
    max-height: 500px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
    overflow-y: scroll;
    overflow-y: auto;
}

body:not(.new-style) .wpbc_structure_calendar.active .wpbc_change_over_triangle {
    text-align: center;
    max-width: 350px;
    overflow: auto;
    max-height: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    height: 1px;
}

body:not(.new-style) .wpbc_structure_calendar .wpbc_change_over_triangle2:after {
    content: 'x';
    display: block;
    background-color: red;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 99999999999999999;
    top: 49px;
    font-size: 30px;
}

body .dfield.fapp .button-block {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: -30px;
}

body .dfield.fapp .button-block button {
    width: 100px;
    height: 40px;
    margin-left: 10px;
}

body .datepick-inline .date_approved:not(.my_unapproved) {
    background-color: #eee;
}

body .datepick-inline .date_approved.my_unapproved *,
body .datepick-inline .date_approved.my_unapproved {
    cursor: no-drop !important;
}

body #comment1,
body #details1 {
    height: 75px;
}

body #map {
    width: 100%;
    height: 300px;
}

input::placeholder {
    color: gray;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
}

/* New stepper */

body #progress-bar-container li .step-inner {
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    color: #989898;
}

body #progress-bar-container li.active .step-inner {
    color: var(--dark-800-main, #333233);
}

body #progress-bar-container li.active,
body #progress-bar-container li:hover {
    color: #444;
}

body #progress-content-section {
    position: relative;
    width: 100%;
    margin: auto;
    border-radius: 4px;
    background: #FFF;
    stroke-width: 1px;
    stroke: var(--beige-600, #F1E5D5);
    filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
    margin-bottom: 50px;
    min-height: 524px;
    max-width: 860px;
}

body #progress-content-section .section-content {
    padding: 0;
    text-align: center;
}

body .section-content h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

body .section-content p {
    font-size: 16px;
    line-height: 1.8rem;
    color: #777;
}

body .section-content {
    display: none;
    animation: FadeinUp 0.7s ease 1 forwards;
    transform: translateY(15px);
    opacity: 0;
}

body .section-content.active {
    display: block;
    opacity: 1;
}

body .progress-wrapper {
    margin: auto;
    max-width: 1080px;
}

body #progress-bar-container {
    position: relative;
    width: 90%;
    margin: auto;
    height: 100%;
    margin-top: 65px;
}

body #progress-bar-container ul {
    padding-top: 15px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

body #progress-bar-container li::before {
    content: attr(step);
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    transition: all ease 0.3s;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    background: #F1E5D5;
}

body #progress-bar-container li.active::before,
body #progress-bar-container li:hover::before {
    background-color: #FFBA94;
}

body #progress-bar-container li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

body li.step.step03 {
    display: none !important;
}

@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

body .wpdevelop .control-label {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--dark-800-main, #333233) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

body .wpdevelop .form-group.rangetime1 .control-label {
    font-size: 16px;
    font-weight: 600;
}

body.rtl .control-label {
    display: block;
    text-align: right;
}

.book-container {
    padding-top: 60px;
}

body .book-description {
    background: #FBF7F3;
    padding: 80px 0;
    text-align: center;
}

body .book-description h2 {
    color: var(--dark-800-main, #333233);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 24px;
}

body .book-description ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 32px;
    text-align: center;
    padding-left: 0;
}

body .book-description ul li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    list-style: none;
    height: 100%;
    padding: 42px;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
}

body .book-description ul li b {
    font-weight: 600;
}

body .book-description ul li .basic-step {
    width: 24px;
    height: 24px;
    background: #F29764;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}

body span.basic-step:before {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    background: #F29764;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}

body span.basic-step:after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    background: #F29764;
    top: 50%;
    right: 0;
    transform: translate(150%, -50%);
}

body .testimonials-container h2 {
    color: #232323;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px !important;
    padding-bottom: 0;
}

body .ti-widget-container {
    gap: 40px;
}

body li.step.step01 {
    justify-content: flex-end;
}

body li.step.step02 {
    justify-content: flex-start;
}

body .book-attributes-header {
    display: none;
}

body .section-content-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 33px;
    padding: 30px 40px;
}

body .field-group.comment label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

body .text-content {
    text-align: left;
    margin-top: 20px;
}

body .controls input[type='tel'],
body .controls input[type='text'] {
    border-radius: 8px !important;
    border: 1px solid var(--beige-600, #F1E5D5) !important;
    background: var(--beige-200, #FBF7F3);
    display: inline-flex !important;
    align-items: center !important;
    color: var(--dark-800-main, #333233) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

body .controls input[type='tel'],
body .controls input[type='text'] {
    width: 100%;
}

body .controls input[type='tel'] {
    height: 42px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    height: 42px;
}

body .controls input#newwhatsappnumber1 {
    background-color: white;
}

.controls.disabled::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.3;
}

body label.control-label[for="date1"]+div {
    display: grid;
    align-items: center;
    gap: 33px;
    grid-template-columns: 1fr 1fr;
}

body .wpbc_times_selector div {
    border: none;
    flex: none;
}

.wpbc_times_selector div:not(.wpbc_times_selector_item):hover {
    background-color: inherit;
    box-shadow: none;
}

body .wpbc_times_selector .wpbc_times_selector_item {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    color: #333233;
    border: 2px solid var(--beige-600, #F1E5D5) !important;
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.wpbc_times_selector .wpbc_times_selector_item.disabled {
    background-color: #eee;
    color: #999191 !important;
    cursor: no-drop;
}

body .wpbc_times_selector .wpbc_times_selector_item:not(.no-available-times) {
    width: 140px;
}

body .wpbc_times_selector .wpbc_times_selector_item:not(.disabled):hover {
    background: #FDF2EC !important;
}

body .wpbc_times_selector .wpbc_times_selector_item.wpbc_time_selected {
    border: 2px #F29764 solid !important;
    background: #FDF2EC;
    font-weight: 700;
    color: #E2783C;
}

body #datepicker {
    position: relative;
    box-sizing: border-box;
}

body:not(.new-style) .bk_calendar_frame.months_num_in_row_.cal_month_num_2.wpbc_timeslot_day_bg_as_available+div {
    display: none !IMPORTANT;
}

body:not(.new-style) #datepicker::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 88%;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

body .section-content-footer {
    min-height: 100px;
    background: linear-gradient(180deg, #FBF7F3 0%, rgba(255, 255, 255, 0.00) 100%);
    display: grid;
    gap: 33px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
}

body .section-content-footer button {
    width: 100%;
}

body .field-group.comment {
    grid-column-start: 1;
    grid-column-end: 3;
}

body #comment-field {
    display: none;
}

body #comment {
    display: none;
}

body #comment:checked+input {
    margin-top: 10px;
    display: block;
}

body .field-group {
    text-align: left;
}

body .pass-icon {
    display: none;
}

body #progress-bar-container li.passed::before {
    content: unset;
}

body .step.passed .pass-icon {
    display: block;
}

body .section-content-header {
    padding: 46px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    position: relative;
}

body .section-content-header:after {
    content: '';
    height: 32px;
    background: linear-gradient(0deg, #FBF7F3 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    max-height: 32px;
}

body .section-content-header h2 {
    color: var(--dark-800-main, #333233);
    text-align: center;
    font-family: inherit;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

body .section-content-header p {
    color: var(--dark-800-main, #333233);
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body .section-content-col p {
    padding-bottom: 0;
    margin-bottom: 0;
}

body .section-content-col {
    display: grid;
    grid-template-columns: 72px auto;
    align-items: center;
    gap: 8px;
    justify-content: start;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}

body .section-content-col .icon svg {
    height: 32px;
    width: 32px;
}

body .section-content-col .icon {
    width: 72px;
    height: 72px;
    background: var(--beige-200, #FBF7F3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body #line-progress-body {
    display: none;
}

body .field-group.google-map {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 172px;
    min-height: 172px;
    border-radius: 8px;
    border: 1px solid #eee;
}

body .book-stepper {
    display: none !important;
}

body .wpbc_booking_form_structure {
    position: relative;
}

body .needsclick.kl-private-reset-css-Xuajs1 {
    z-index: 999999 ;
}

.book-container .book-attributes-container {
    padding: 30px 100px;
    border: 1px #F1E5D5 solid;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}

@media (min-width: 991px) {
    .book-container .book-attributes-container {
        min-height: 300px;
    }
}

body .wpbc_booking_form_structure .wpbc_structure_form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
    margin: 0 auto;
    margin-bottom: 48px;
}

body .book-container.step-two .wpbc_structure_form {
    grid-template-columns: 1fr 1fr;
}

[dir="rtl"] body .wpbc_structure_form .radio-group {
    text-align: right;
}

[dir="rtl"] .wpdevelop .radio-inline input[type="radio"] {
    margin-right: -20px;
}

[dir="rtl"] .wpdevelop .radio-inline {
    padding-right: 20px;
}

body .book-container h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
}

.book-container .booking_form .form-group {
    width: 48%;
    margin-top: 25px;
    margin-bottom: 0;
}

[dir="rtl"] .book-container .booking_form .form-group {
    text-align: right;
}

.book-container .booking_form .form-group.submit-button {
    width: auto;
}

.book-container .booking_form .form-group.submit-button button {
    width: 100%;
}

body .book-container:not(.step-one) .step-h1-one,
body .book-container:not(.step-two) .step-h1-two,
body .book-container:not(.step-one) .step-caption-one,
body .book-container:not(.step-two) .step-caption-two {
    display: none;
}

body .book-container:not(.step-one):not(.step-two) .form-group {
    display: none;
}

body.page-book .form-group.button-next,
body.page-book .form-group.button-back {
    display: none;
}

.book-container .form-group.iamlookingfor1,
.book-container .form-group.iamlookingforother1,
.book-container:not(.step-one) .form-group.city1,
.book-container:not(.step-one) .form-group.rangetime1,
.book-container:not(.step-one) .form-group.button-next,
.book-container:not(.step-one) .form-group.calendar-container {
    display: none !important;
}

.book-container:not(.step-two) .form-group.delimiter,
.book-container:not(.step-two) .form-group.ihavethesamewhatsappnumber1,
.book-container:not(.step-two) .form-group.button-back,
.book-container:not(.step-two) .form-group.button-back,
.book-container:not(.step-two) .form-group.name1,
.book-container:not(.step-two) .form-group.secondname1,
.book-container:not(.step-two) .form-group.email1,
.book-container:not(.step-two) .form-group.phone1,
.book-container:not(.step-two) .form-group.addressindubai1,
.book-container:not(.step-two) .form-group.address1,
.book-container:not(.step-two) .form-group.iamlookingfor1,
.book-container:not(.step-two) .form-group.comment1,
.book-container:not(.step-two) .form-group.button-validate-whatsapp,
.book-container:not(.step-two) .form-group.submit-button {
    display: none;
}

.book-container .form-group.newwhatsappnumber1:not(.active) {
    display: none;
}

.book-container .form-group.reason1,
.book-container .form-group.button-validate-whatsapp,
.book-container .form-group.booking_language1,
.book-container .form-group.ihavethesamewhatsappnumber1222 {
    display: none;
}

.book-container .form-group.city1 {
    width: 50%;
}

body .book-container .wpdevelop .form-group.city1 label.control-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #E2783C !important;
}

.book-container .form-group.calendar-container::before {
    font-size: 16px;
    font-weight: 600;
    margin-left: -50px;
}

body .datepick-one-month.datepick-new-row+div {
    display: none !important;
}

body #mask_phone1 {
    width: 77% !important;
}

body #comment1 {
    width: 100% !important;
}

body .form-group:empty {
    display: none;
}

body button.btn.btn-secondary,
body button.btn.btn-default {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    min-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

body button.btn.btn-default.next-step {
    width: 310px;
    margin-left: 0;
}

body.rtl button.btn.btn-default.next-step {
    margin-left: auto;
    margin-right: 0;
}

body.rtl button.btn.btn-default.next-step .dashicons {
    transform: rotate(180deg);
}

body .btn.validate-whatsapp {
    width: auto;
}

body #map img {
    object-fit: fill;
    height: 100%;
    width: auto;
}

body .wpdev-help-message.alert.alert-warning,
body .wpdev-help-message .alert.alert-warning {
    margin-left: 0 !important;
}

body .booking_form .form-group input:not(#mask_phone1) {
    text-indent: 15px;
}

body .booking_form .form-group input#wnewwhatsappnumber1 {
    padding-left: 100px !important;
}

body .booking_form .form-group select {
    text-indent: 5px;
}

body .submiting_content.wpdev-help-message.alert.alert-warning.alert-success {
    margin: 0 auto !important;
    margin-bottom: 40px !IMPORTANT;
}

body label[for="comment1"] {
    cursor: pointer;
}

body label[for="wantautomatecurtains1_yes"] {
    flex-direction: unset;
    display: flex !important;
    cursor: pointer;
    flex-wrap: wrap;
}

body label[for="wantautomatecurtains1_yes"] input[type="checkbox"],
body .controls .choice-container input[type="radio"] {
    display: none !important;
}

.choice-container {
    display: flex;
    margin-left: auto;
}

.choice-container input[type="radio"]+label {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
}

.choice-container input[type="radio"]+label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #E2783C;
    border-radius: 50%;
    margin-right: 5px;
}

.choice-container input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E2783C;
}

body .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.datepick-days-cell-over,
body .datepick-inline .datepick .datepick-days-cell-over {
    background: #E2783C;
    color: #fff;
}

body div.datepick-inline table.datepick,
body div.datepick-inline table.datepick th,
body div.datepick-inline table.datepick td {
    border-width: 0 !important;
}

body .date-content-bottom {
    display: none !important;
}

body:not(.new-style) .bk_calendar_frame.months_num_in_row_.wpbc_timeslot_day_bg_as_available {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-- .phone-block-container --*/

.phone-block-container {
    border-radius: 8px !important;
    border: 1px solid var(--beige-600, #F1E5D5) !important;
    background: var(--beige-200, #FBF7F3) !important;
}

.phone-block-container:focus {
    box-shadow: 0 0 0 .25rem rgba(31, 118, 135, .25);
}

.phone-block-container,
.iti {
    display: flex;
}

.iti__flag-container {
    position: relative;
}

#mask_phone1 {
    border: unset;
    padding-left: 10px !important;
    margin-left: 1px;
    margin-right: 1px;
}

[dir="rtl"] #mask_phone1 {
    padding-left: 0px !important;
    padding-right: 10px !important;
}

.phone-block-country {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--beige-200, #FBF7F3);
    height: 40px;
    margin-top: 1px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.phone-block-country::after {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background-color: #c4c4c4;
}

body:not(.rtl) .phone-block-country::after {
    margin-left: 10px;
}

body.rtl .phone-block-country::after {
    margin-right: 10px;
}

.operator-container {
    background-color: var(--beige-200, #FBF7F3);
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 1px;
    min-width: 55px;
    min-width: fit-content;
}

.operator-container::after {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background-color: #c4c4c4;
    margin-left: 7px;
    min-width: 1px;
}

[dir="rtl"] .operator-container::after {
    margin-left: 0px;
    margin-right: 7px;
}

select.operator {
    border: unset;
    background-color: var(--beige-200, #FBF7F3) !important;
    height: 40px;
    cursor: pointer;
}

#mask_phone1 {
    border: none !important;
}

select.operator:focus,
#mask_phone1:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*-- /.phone-block-container --*/

body .booking_form .form-group .controls .operator-container .operator {
    padding-right: 10px;
    text-indent: 0;
}

div:not(.controls)>.phone-block-container {
    display: none;
}

body .booking_form .form-group label[for="iamlookingfor1"]+.controls {
    background: var(--beige-200, #FBF7F3) !important;
    border-radius: 8px !important;
    border: 1px solid var(--beige-600, #F1E5D5) !important;
}

body:not(.rtl) .booking_form .form-group label[for="iamlookingfor1"]+.controls {
    padding-right: 10px;
}

body.rtl .booking_form .form-group label[for="iamlookingfor1"]+.controls {
    padding-left: 10px;
}

body .booking_form .form-group .controls select,
body .booking_form select {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    background-color: inherit;
    cursor: pointer;
}

body .booking_form .form-group .other-container {
    margin-top: 10px;
}

body .booking_form .form-group .other-container:not(.active) #iamlookingforother1 {
    display: none !important;
}

.controls.focus,
.phone-block-container:focus {
    box-shadow: 0 0 0 .25rem rgba(31, 118, 135, .25);
}

body .booking_form .form-group .controls select:focus,
body .booking_form select:focus {
    box-shadow: unset !important;
}

body .booking_form .form-group label[for="area1"]+.controls,
body .booking_form .form-group label[for="areyoulookingtoautomateyourcurtains1"]+.controls {
    border-radius: 8px !important;
    border: 1px solid var(--beige-600, #F1E5D5) !important;
}

.unfortunately-message {
    padding-top: 7px;
    color: #e2783c;
    font-weight: 600;
}

body .booking_form .form-group.city1 input[type="radio"] {
    accent-color: #e2783c;
    cursor: pointer;
}

body .booking_form .form-group.city1 .radio-inline {
    opacity: 0.7;
}

body .booking_form .form-group.city1 .radio-inline:has(input[type="radio"]:checked) {
    font-weight: 600;
    color: #e2783c;
    opacity: 1;
}

body .booking_form .form-group.city1 input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

body:not(.rtl) .booking_form .form-group label[for="area1"]+.controls,
body:not(.rtl) .booking_form .form-group label[for="areyoulookingtoautomateyourcurtains1"]+.controls {
    padding-right: 10px;
}

body.rtl .booking_form .form-group label[for="area1"]+.controls,
body.rtl .booking_form .form-group label[for="areyoulookingtoautomateyourcurtains1"]+.controls {
    padding-left: 10px;
}

/*--- booking_form nth-child ---*/

body .booking_form .form-group.calendar-container,
body .booking_form .form-group.calendar-container2 {
    width: 100%;
    margin-top: 10px;
}

body .booking_form .form-group.rangetime1 {
    width: 100%;
}

body .booking_form .form-group.comment1 {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
}

body .booking_form .form-group.comment1 input {
    display: none !important;
}

body .booking_form .form-group.comment1.active input {
    display: block !important;
}

body .booking_form .form-group.comment1 label {
    font-weight: 700 !important;
    color: var(--orange-800-main, #E2783C) !important;
}

body .booking_form .form-group.comment1 label:before {
    content: '+ ';
    color: var(--orange-800-main, #E2783C) !important;
}

body .booking_form .form-group.comment1.active label:before {
    content: '- ';
}

body .booking_form .form-group label .optional {
    color: var(--dark-800-main, #333233) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.booking_form .form-group.button-back {
    width: auto;
}

.booking_form .form-group.button-validate-whatsapp {
    width: auto;
}

body .booking_form .form-group.calendar-container .controls:after {
    content: '';
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIpSURBVHgB7ZhBTsJAFIbftCV0ydbEaLmBS6Mx4g24gXAD2ChbV6IbuIFwAzyBjQbj0huAbFyKuxJox3nQEgJtmQelBOyXwDwmb5o/7T/vdQBISEiIFQZEOjcXeYXxE4ydgVbP1s0+aX0pl1HSo9J4PWef2ce3FmV9qODO7akxP6eCVhOr8hjbHK4ARl0goRkqg5dxyKFlw6g8n5F9+OgGrWZhYlWmdWALpPgoexAgWoEdQ5NL413xZU5iJSd+G5NpaAHjJA8DZxnPUoHXDUFSMJhH1XYRg6/KeYMBMzBOCf8dVIP95sfYaqDlw64bheApx9V2QQwFWBF3Q5Grk4es4Fyvcv4EG0W5RI8tQ1IwM2CNuyrHcrHIflYJh/NnDnYJNshsQwpDSrDC4OeIWA2oiCrxyyT2IrlKBDFt4wO9771f4HsDpK0MxrPt1i9Xlkg87LXx8Ucf1qYX14d1b/7bFRmUG6vgOInGEuLRgj5sYKgw1fSmHeCm6tYrC3NCcmWJRLDrw+LCfPW9IYaGTK4s+2+JXuWsIDrfJca2lSrjHcNq4G0gfMyH969Nau7GBHNgOVEvrzHW09adGPqT0qUVcM7hNg5Naq4sO2cJsmDHSpVscYSxZ44x2BS8OXz0q+TKQraEu8sXupPfwZGSKwtZMKXdBuWuA9kSlHbrlxu74G1DtgSl3frmrgl90xHarV/uuuytJZJT8yJ7emom/90aB1E1mYSEhP/IH4N7Nbsj6kcIAAAAAElFTkSuQmCC);
    background-position: center;
    background-size: contain;
    padding: 5px 0 5px 25px;
    pointer-events: none;
}

body:not(.rtl) .booking_form .form-group.calendar-container .controls:after {
    left: 43%;
}

body.rtl .booking_form .form-group.calendar-container .controls:after {
    right: 43%;
}

@media (max-width: 991px) {

    #content {
        background-color: white;
    }

    .book-container {
        padding-top: 0px;
    }

    .book-container .book-attributes-container {
        padding: 15px;
    }

    .book-container .book-attributes-container {
        border: none;
        box-shadow: unset;
    }

    .book-attributes-container .step-caption {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    body .book-container h1 {
        font-size: 26px;
    }

    .book-container .booking_form .form-group {
        width: 100%;
    }

    .form-group.professional1 {
        order: 2;
    }

    body .book-container.step-one .wpdevelop .control-label {
        font-size: 16px;
        font-weight: 700;
    }

    body button.btn.btn-default,
    body button.btn.btn-secondary,
    body button.btn.btn-default.next-step,
    .book-container .booking_form .form-group.submit-button {
        width: 100%;
    }

    .book-container .booking_form .form-group.delimiter {
        display: none;
    }

    .book-container .booking_form .form-group.promocode1 {
        order: 12;
    }

    .book-container .booking_form .form-group.submit-button {
        order: 13;
        margin-top: 15px;
    }
}

/*--- /booking_form nth-child ---*/

body:not(.test) .form-group.date1,
body:not(.test) .wpbc_structure_calendar {
    display: none;
}

.form-group.calendar-container {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.form-group.rangetime1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
    width: 100%;
}

.form-group.professional1,
.form-group.ihavethesamewhatsappnumber1 {
    background-color: #FBF7F3;
    padding: 15px;
}

.form-group.professional1 input[type="checkbox"],
.form-group.ihavethesamewhatsappnumber1 input[type="checkbox"] {
    top: 5px;
    margin-right: 5px;
}

.form-group.professional1 label,
.form-group.ihavethesamewhatsappnumber1 label {
    cursor: pointer;
}

.form-group.ihavethesamewhatsappnumber1 i {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: green;
    margin-left: 5px;
}

.book-container .form-group.newwhatsappnumber1 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
    background-color: #FBF7F3;
    padding: 15px 15px 30px 15px;
    margin-top: 0;
    z-index: 9999;
}

.form-group.newwhatsappnumber1 label {
    font-size: 16px;
    font-weight: 600;
}

.form-group.newwhatsappnumber1 input {
    background-color: white !important;
}

.calendar-form-group .calendar-item-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.calendar-form-group .day-of-week {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

#content .calendar-form-group .datepick-days-cell .calendar-item {
    font-size: 16px;
    font-weight: 500;
    display: flex !important;
    justify-content: center;
    width: 43px;
    height: 43px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px #E9E9E9 solid;
    border-radius: 50%;
}

#content .calendar-form-group .datepick-days-cell.date_available .calendar-item {
    cursor: pointer;
}

#content .calendar-form-group .datepick-days-cell.datepick-unselectable .calendar-item,
body.unavailable_dubai #content .calendar-form-group .datepick-days-cell.unavailable_dubai:not(.my_unapproved) .calendar-item,
body.unavailable_abu-dhabi #content .calendar-form-group .datepick-days-cell.unavailable_abu-dhabi:not(.my_unapproved) .calendar-item {
    background-color: #cecece;
    color: #797979 !important;
    opacity: 0.3;
    cursor: no-drop;
}

#content .calendar-form-group .datepick-days-cell.datepick-unselectable .day-of-week,
body.unavailable_dubai #content .calendar-form-group .datepick-days-cell.unavailable_dubai:not(.my_unapproved) .day-of-week,
body.unavailable_abu-dhabi #content .calendar-form-group .datepick-days-cell.unavailable_abu-dhabi:not(.my_unapproved) .day-of-week {
    opacity: 0.3;
}

#content .calendar-form-group .datepick-days-cell.date_available .calendar-item.selected {
    font-weight: 700;
    color: #F29764;
    border: 2px #F29764 solid;
    background-color: #FDF2EC;
}

@media (max-width: 991px) {

    .calendar-form-group {
        display: flex;
        overflow-x: scroll;
        gap: 11px;
    }

    .calendar-form-group {
        overflow: auto;
        scrollbar-width: none;
    }

    .calendar-form-group::-webkit-scrollbar {
        display: none;
    }

    .form-group.calendar-container,
    .form-group.rangetime1 .controls {
        padding-left: 0;
        padding-right: 0;
    }

    .book-container .form-group.calendar-container::before {
        margin-left: 0;
    }
}

/*-- whatsapp-verify-container --*/

.whatsapp-verify-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 33px;
    margin: 0 auto;
    margin-bottom: 48px;
    padding: 48px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}

.whatsapp-verify-image {
    text-align: center;
}

.whatsapp-verify-image img {
    width: 43px;
}

.whatsapp-code-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
}

.whatsapp-verify-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.whatsapp-verify-subtitle {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.whatsapp-number {
    font-size: 20px;
    font-weight: 600;
}

.whatsapp-expires {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
}

.whatsapp-expires-time {
    font-weight: 600;
}

input.code-input {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: 0;
    color: #E2783C;
}

input.code-input:active,
input.code-input:focus {
    box-shadow: 0 0 0 .25rem rgba(31, 118, 135, .25);
}

.whatsapp-button-container {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    gap: 15px;
}

body .whatsapp-button-container button.btn {
    min-width: 300px;
}

/*-- /whatsapp-verify-container --*/

.slick-slider {
    margin-top: 15px;
}

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #FDF2EC;
}

.calendar-form-group .slick-arrow {
    margin-top: 10px !important;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -60px;
}

.slick-arrow::before {
    width: 10px;
    height: 10px;
}

.slick-prev::before {
    border-left: 2px #F29764 solid;
}

.slick-arrow::before {
    border-top: 2px #F29764 solid;
}

.slick-next::before {
    margin-left: -4px;
    border-right: 2px #F29764 solid;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #E2783C;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
    border-color: white;
    opacity: 1;
}

[dir="rtl"] .slick-prev {
    right: -50px;
}

[dir="rtl"] .slick-next {
    left: -50px;
}

.wpbc_times_selector div {
    margin: 0 !important;
}

.wpbc_times_selector .slick-slide,
.wpbc_times_selector .slick-slide>div {
    margin: 0 !important;
    padding: 0 !important;
}

body .wpbc_times_selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.slick-slide.disabled {
    display: none !important;
}

.wpbc_times_selector.disabled {
    position: relative;
}

.wpbc_times_selector.disabled::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wpbc_times_selector.disabled .wpbc_times_selector_item {
    opacity: 0.3;
}

input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #E2783C;
    border-radius: 3px;
    outline: none !important;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    background-color: #fff;
}

input[type="checkbox"]:checked {
    background-color: #E2783C;
    border-color: #E2783C;
}

input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border: 1px white solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 3px;
    left: 7px;
    transform: rotate(45deg);
}

#phone1 {
    height: 0px !important;
    padding: 0px;
    margin: 0px;
    width: 1px !important;
    /* position: absolute; */
    border: none !important;
    z-index: -1;
    opacity: 1;
}

#newwhatsappnumber1 {
    display: none !important;
}

.form-group.dimension1,
.form-group.ordervalue1,
.form-group.supplier1,
.form-group.curtainscost1,
.form-group.status1,
.form-group.style1,
.form-group.price1,
.form-group.motorized1,
.form-group.fabric_name1,
.form-group.colorname1,
.form-group.googlemapslink1,
.form-group.producttype1,
.form-group.confirmed1 {
    display: none;
}


.book-container .booking_form .form-group.eid-message {
    display: flex;
    width: 100%;
    gap: 10px;
    text-transform: uppercase;
}

.eid-message-icon {

}

.eid-message-body {
    font-size: 12px;
    font-weight: 800;
}

.eid-message-title {
    color: gray;
}

.eid-message-subtitle,
.eid-message-subtitle p {
    font-weight: 600;
    color: #8A8A8A;
}

.eid-message-body .orange {
    color: #E2783C;
}

.book-attributes {
    position: relative;
}

.form-group.calendar-container2 {
    width: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
}

#booking_form2 {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 99999;
    min-height: 230px;
}

#booking_form2 .calendar-item {
    background-color: #eee;
    cursor: no-drop;
}

@media (max-width: 991px) {
    .calendar-form-group.mobile-only {
        display: flex !important;
    }

    .form-group.calendar-container2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .calendar-form-group-desktop {
        display: none !important;
    }
}

@media (min-width: 990px) {
    .calendar-form-group-mobile {
        display: none !important;
    }
}

.form-group.calendar-container {
    position: relative;
}

.city-other-selected-message {
    position: absolute;
    left: 0;
    font-weight: 500;
}

body .wpdevelop .city-other-selected-message a {
    color: #E2783C;
}

body .wpdevelop .city-other-selected-message a:hover {
    color: #e35705;
}

.form-group.calendar-container .city-other-selected-message {
    top: 0;
    right: -15px;
    bottom: 0;
    z-index: 9;
    background-color: white;
}

.form-group.calendar-container,
.form-group.calendar-container2 {
    height: 80px;
}

.wpdevelop .form-group.city1 .radio-group {
    display: flex;
    gap: 20px;
}

.wpdevelop .form-group.city1 .radio-inline + .radio-inline {
    margin-left: 0px;
}

#content .booking_form .booking_form_div:not(.city-selected) .calendar-form-group .datepick-days-cell .day-of-week {
    opacity: 0.3;
}

#content .booking_form .booking_form_div:not(.city-selected) .calendar-form-group .datepick-days-cell .calendar-item {
    opacity: 0.3;
    cursor: no-drop;
    border: 1px #b3b3b3 solid;
    background-color: white;
}

#content .booking_form .booking_form_div:not(.city-selected) .calendar-form-group .datepick-days-cell .day-of-week {
    opacity: 0.3;
}

#content .booking_form .booking_form_div.other-city .wpbc_structure_form .form-group:not(.city1):not(.calendar-container):not(.calendar-container2),
#content .booking_form .booking_form_div:not(.city-selected) .wpbc_structure_form .form-group:not(.city1):not(.calendar-container):not(.calendar-container2) {
    display: none !important;
}