section#form {
    margin-top: 0;
    /* padding: 100px 0px; */
}
#checktime::-ms-expand {	
    display: none;
}
#checktime {
    -webkit-appearance: none;
    appearance: none;
}
.availibility-form, .booking-form {
    margin-top: 35px !important;
}
.button-loader {
    display: none;
    height: 20px;
    width: 20px;
}
.availibility-form input[readonly] {
    background-color: #fff;
}
#form label {
    margin: 5px 5px 0;
    color: #252627;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: initial;
}
#form input::placeholder {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.form-details-title {
    margin-left: 5px;
    color: #252627;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}
.form-details-description {
    color: #64666A;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 5px;
}
.form-details-column {
    margin-top: 5px;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
}
#check-availibility, #book-now {
    width: 100%;
    height: 46px;
    border: 1px solid #349f9a;
}
#responseCheck {
    display: none;
}
.input-field-icon {
    right: 0;
    display: flex;
    position: absolute;
    padding-right: 25px;
    bottom: 0;
    font-size: 16px;
    line-height: 16px;
    height: 46px;
    align-items: center;
}
#form .error {
    color: red;
    display: block;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0;
}
#form .internal-server-error, #form .confirm-msg {
    color: #252627;
}
#form .confirm-msg {
    font-size: 16px;
}
.form-separator {
    border-bottom: 1px solid #dedede;
    height: 40px;
    margin-bottom: 60px;
}
.form-group.gdpr-consent {
    padding-left: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.form-spacer {
    height: 20px;
}
#check-availibility:disabled {
    background-color: #e9ecef;
    cursor: default;
}
#check-availibility {
    background: #fff;
    color: #349f9a;
}
#check-availibility:not(:disabled):hover {
    background: #349f9a;
    color: #fff;
}
#book-now {
    width: 230px;
}
@media (min-width: 750px), (max-width: 600px) {
    label[for="bookcountrycode"] {
        display: block !important;
        margin-top: 0 !important;
    }
    #bookcountrycode {
        width: 27%;
        display: inline-block;
        margin-right: 2%;
    }
    #bookphone {
        display: inline-block;
        width: 65%;
        margin-left: 2%;
        float: right;
    }
    .form-group.gdpr-consent {
        padding-left: 20px;
    }
}
@media (min-width: 750px) {
    .row.booking-details-container {
        margin-left: 100px;
        margin-right: 100px;
    }
    #phone-country-group {
        padding-right: 5px;
    }
    .form-spacer {
        height: 20px;
    }
}
@media (max-width: 600px) {
    .row.booking-details-container {
        margin-left: 30px;
        margin-right: 30px;
    }
}
#ui-datepicker-div {
    width: 230px;
}