section.online-booking-form-banner{
    background-image: url("/wp-content/themes/HomeToStay/assets/images/Privacy Policy/privacy_policy-bg-min.png");
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 78px;
}
section.online-booking-form-banner .col-lg-10{
    margin: auto;
}
section.online-booking-form-banner h1,
section.online-booking-form-banner p{
    color: white;
}
section.online-booking-form-banner h1{
    margin-bottom: 15px;
}
section.online-booking-form-banner p{
    max-width: 750px;
}

section.booking-form .col-lg-10{
    margin: auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 50px;
}
section.booking-form h2{
    margin-bottom: 60px
}
section.booking-form span.wpcf7-list-item{
    color: var(--text, #091E3A);
    display: block;
}
section.booking-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    width: 100%;
}
section.booking-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
section.booking-form input.wpcf7-form-control.wpcf7-text{
    width: 100%;
}
section.booking-form input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
}
section.booking-form h4{
    margin-bottom: 30px
}
section.booking-form h3:first-of-type{
    margin: 80px 0;
    color: var(--text, #0F67A9);

}
section.booking-form .wpcf7-list-item{
    margin: 0 0 20px 0;
}
section.booking-form .section-cta  a{
    display: flex;
    height: 53px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFB800;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    max-width: 520px;
    margin-bottom: 30px;
    
}
section.booking-form label{
    display: flex;
    flex-direction: row;
    align-items: center;
}
section.booking-form .section-cta {
    display: flex;
    justify-content: center;
}
section.booking-form .note-paragraph {
    color: var(--lblue, #0087E9);
    font-weight: 600;
    margin-bottom: 30px;
}

section.booking-form .header-package{
    margin: 40px 0;
    text-align: center;
}
section.booking-form .header-paragraph{
    text-align: center;
    max-width: 1187px;
    margin: auto;
    margin-bottom: 50px;
}
section.booking-form .package-section span.wpcf7-list-item{
    color: var(--text, #091E3A);
    font-weight: 700;
    margin: 0;
    
}
section.booking-form .package-section p:nth-child(2){
    margin-bottom: 30px !important;
}
section.booking-form .section-cta  a:last-of-type{
    margin-top: 40px;
    margin-bottom: 0 !important;
}
section.booking-form .package-section  input.wpcf7-form-control.wpcf7-text {
    width: 95% !important;
}
section.booking-form hr{
    margin: 35px 0 40px 0;
}
section.booking-form h3:last-of-type{
    margin: 50px 0px;
    text-align: center;
}
section.booking-form .schedule-an-appointment input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date,
section.booking-form .schedule-an-appointment input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date
{
    width: 100%;
}
section.booking-form .title-tag{
    color: var(--text, #091E3A);
    
    font-weight: 700;
}
section.booking-form .schedule-an-appointment textarea{
    width: 100%;
    height: 164px;
}
section.booking-form  .col-flex{
    display: flex;
    flex-wrap: wrap;
}
section.booking-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    display: flex;
    height: 53px;
    justify-content: center;
    border-radius: 10px;
    background: #FFB800;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    border: none;

}
.custom-flex{
    display: flex;
    gap: 50px;
}
.hr-mobile{
    display: none;
}
section.booking-form .section-cta  a:hover {
    background: #091E3A;
    color: #FFF;
    transition: 0.5s;
}
section.booking-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #091E3A;
    color: #FFF;
    transition: 0.5s;
}
section.booking-form input[type="checkbox"] {
    height: 20px;
    width: 18px;
    margin-right: 10px;
}
.checkbox-spacing   {
    padding: 0 10px;
}
input[type="number"]#your-field-id {
    -moz-appearance: textfield;
    appearance: textfield;
  }
  
  input[type="number"]#your-field-id::-webkit-inner-spin-button,
  input[type="number"]#your-field-id::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
@media (max-width:1199px){
    section.online-booking-form-banner{
        margin-top: 136px;
    }
}
@media (max-width: 991px){
    section.online-booking-form-banner{
        margin-top: 133px;
    }
    .custom-flex{
        display: block;
    }
    section.booking-form .col-lg-10{
        padding: 25px;
    }
    section.booking-form h3:first-of-type {
        margin: 40px 0;
    }
    section.booking-form .section-cta a:last-of-type {
        margin-top: 20px 0 !important;
    }
    section.booking-form .header-package {
        margin: 20px 0;

    }
    section.booking-form .header-paragraph {
        margin-bottom: 30px;
    }
    .hr-mobile{
        display: block;
    }
}
@media (max-width:383px){
    section.online-booking-form-banner{
        margin-top: 166px;
    }
}
