.section {
    position: relative;
    height: 100vh;
}

    .section .section-center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/*#booking {
    font-family: 'Montserrat', sans-serif;
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
}*/

#booking::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
}

.booking-form {
    max-width: 642px;
    width: 100%;
    margin: auto;
}

    .booking-form .form-header {
        text-align: center;
        margin-bottom: 25px;
    }

        .booking-form .form-header h1 {
            font-size: 58px;
            text-transform: uppercase;
            font-weight: 700;
            color: #ce1818;
            margin: 0px;
        }

    .booking-form > form {
        background-color: #101113;
        padding: 30px 20px;
        border-radius: 3px;
    }

    .booking-form .form-group {
        position: relative;
        margin-bottom: 15px;
    }

    .booking-form .form-control {
        background-color: #f5f5f5;
        border: none;
        height: 45px;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 400;
        color: #101113;
    }

        .booking-form .form-control::-webkit-input-placeholder {
            color: rgba(16, 17, 19, 0.3);
        }

        .booking-form .form-control:-ms-input-placeholder {
            color: rgba(16, 17, 19, 0.3);
        }

        .booking-form .form-control::placeholder {
            color: rgba(16, 17, 19, 0.3);
        }

    .booking-form input[type="date"].form-control:invalid {
        color: rgba(16, 17, 19, 0.3);
    }

    .booking-form select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .booking-form select.form-control + .select-arrow {
            position: absolute;
            right: 0px;
            bottom: 6px;
            width: 32px;
            line-height: 32px;
            height: 32px;
            text-align: center;
            pointer-events: none;
            color: #101113;
            font-size: 14px;
        }

            .booking-form select.form-control + .select-arrow:after {
                content: '\279C';
                display: block;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .booking-form .form-label {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 5px;
        display: block;
        text-transform: uppercase;
    }

    .booking-form .submit-btn {
        color: #101113;
        background-color: #ce1818;
        font-weight: 700;
        height: 50px;
        border: none;
        width: 100%;
        display: block;
        border-radius: 3px;
        text-transform: uppercase;
    }




.section {
    position: relative;
    height: 100vh;
}

    .section .section-center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/*#booking {
    font-family: 'Montserrat', sans-serif;
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
}*/

#booking::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
}

label {
    display: inline-block;
    margin-bottom: 0rem;
    color: white;
}

.booking-form {
    max-width: 400px;
    width: 100%;
    /*margin: auto;*/
}

    .booking-form .form-header {
        text-align: center;
        margin-bottom: -5px;
        padding-top: 20px;
        border-radius: 5px;
        background-color: #111111;
        border: #f5f5f5 6px solid;
    }

        .booking-form .form-header h1 {
            font-size: 40px;
            text-transform: uppercase;
            font-weight: 700;
            color: #f5f5f5;
            margin: 0px;
        }

    .booking-form > form {
        padding: 30px 20px;
        border-radius: 3px;
        text-align: center;
        margin-bottom: -5px;
        padding-top: 20px;
        border-radius: 5px;
        background-color: #111111;
        border: #f5f5f5 6px solid;
    }

    .booking-form .form-group {
        position: relative;
        margin-bottom: 15px;
    }

    .booking-form .form-control {
        background-color: #f5f5f5;
        border: none;
        height: 45px;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 400;
        color: #101113;
    }

        .booking-form .form-control::-webkit-input-placeholder {
            color: rgba(16, 17, 19, 0.3);
        }

        .booking-form .form-control:-ms-input-placeholder {
            color: rgba(16, 17, 19, 0.3);
        }

        .booking-form .form-control::placeholder {
            color: rgba(16, 17, 19, 0.3);
        }

    .booking-form input[type="date"].form-control:invalid {
        color: rgba(16, 17, 19, 0.3);
    }

    .booking-form select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .booking-form select.form-control + .select-arrow {
            position: absolute;
            right: 0px;
            bottom: 6px;
            width: 32px;
            line-height: 32px;
            height: 32px;
            text-align: center;
            pointer-events: none;
            color: #101113;
            font-size: 14px;
        }

            .booking-form select.form-control + .select-arrow:after {
                content: '\279C';
                display: block;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .booking-form .form-label {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 5px;
        display: block;
        text-transform: uppercase;
        text-align: left;
    }

    .booking-form .submit-btn {
        color: #111111;
        background-color: #f5f5f5;
        font-weight: 700;
        height: 50px;
        border: none;
        width: 100%;
        display: block;
        border-radius: 3px;
        text-transform: uppercase;
    }

.checkbox {
    text-align: left;
}

/*booking engine start css*/
.main-form {
    padding: 0;
    margin: 0px;
    width: 100%;
    border-radius: 5px;
    padding: 25px;
    background: #fefefe;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.40);
}

@keyframes yourAnimation1 {
    0% {
        transform: rotate(0) translateX(25%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateX(0%);
        opacity: 1;
    }
}

.main-form h1 {
    font-size: 30px;
    color: #e34c45;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 6px 0 0px 15px;
    letter-spacing: 0px;
    border-left: 2px solid #e34c45;
}

    .main-form h1 span {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #e34c45;
        line-height: 24px;
    }

.main-instant {
    padding: 40px 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    background-color: #000000;
    position: relative;
}

    .main-instant h2 {
        font-size: 34px;
        color: #facf00;
        text-transform: uppercase;
        line-height: 1.206;
        text-align: center;
        font-weight: 600;
    }

    .main-instant span {
        font-size: 24px;
        color: #fbca0b;
        text-transform: uppercase;
        text-align: center;
        display: block;
        letter-spacing: 3px;
        line-height: 25px;
    }

.input-text {
    border: none;
    width: 100%;
    color: #272727;
    font-size: 14px;
    height: 44px;
    font-weight: 400;
    background-color: transparent;
}

    .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #757575;
    }

    .input-text::-moz-placeholder { /* Firefox 19+ */
        color: #757575;
    }

    .input-text:-ms-input-placeholder { /* IE 10+ */
        color: #757575;
    }

    .input-text:-moz-placeholder { /* Firefox 18- */
        color: #757575;
    }

.input-text-1 {
    border: none;
    width: 100%;
    color: #757575;
    margin: 0px;
    padding: 0px;
    height: 44px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff0;
}

    .input-text-1 option {
        color: #000;
    }

        .input-text-1 option:disabled {
            color: #cacaca;
        }

textarea:focus, input:focus {
    outline: none !important;
}

.form-group {
    padding: 0px 10px;
    width: 100%;
    display: block;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #e34c45;
    border: 1px solid #00166e;
    text-align: left;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.15);
}

    .form-group label {
        width: 100%;
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        color: #000000;
    }

.main-form a {
    color: #fefefe;
    display: block;
    padding: 13px 0px;
    text-align: center;
    border: 1px solid #00166e;
    font-size: 14px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 15%);
    background: #00166e;
}

    .main-form a:hover {
        background-color: #f9f9f9;
    }

.ui-dialog-buttonset button {
    background-color: #000000;
    color: #fff;
    display: block;
    padding: 8px 30px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 20px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    border-radius: 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.15);
}

.checkbox, .radio {
    /* position: relative; */
    /* display: block; */
    /* margin-top: 0; */
    /* margin-bottom: 10px; */
    /* text-align: left; */
    /* left: 20px; */
    /* min-height: 20px; */
    /* padding-left: 0px; */
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 700;
    cursor: pointer;
    color: #ea0224;
    text-transform: uppercase;
}

    .checkbox label {
        min-height: 20px;
        padding-left: 0px;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        color: #00166e;
        text-transform: uppercase;
    }

.DisplayNone, .none {
    display: none;
}

.slider-content {
    top: 0%;
    left: 0;
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 99;
}

.form-group {
    margin-bottom: 0.7rem;
}

p.pading-extra {
    padding-top: 10px;
}

.x_slider_form_heading_wrapper {
    background: transparent;
    width: 100%;
    position: absolute;
    top: 14px;
    height: 50px;
    left: 0px;
    text-align: center;
}

    .x_slider_form_heading_wrapper:before {
        content: '';
        position: absolute;
        border-bottom: 17px solid transparent;
        border-right: 19px solid #00166e;
        left: 0;
        bottom: -17px;
        display: none;
    }

    .x_slider_form_heading_wrapper h3 {
        font-size: 24px;
        font-weight: 600;
        color: #ff0014;
        text-transform: uppercase;
        line-height: 16px;
    }

    .x_slider_form_heading_wrapper:after {
        content: '';
        position: absolute;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 21px solid #00166e;
        right: -21px;
        top: 0px;
        display: none;
    }

.main-form a:hover {
    background-color: #ffffff00;
    border: #00166e 1px solid;
    color: #ff001c;
}






input#ContentPlaceHolder1_btnsubmit {
    background: #00166e;
    color: white;
    padding: 16px 12px;
    margin: 5px 2px;
}

@media only screen and (max-width: 575px) {
    .ui-widget-content {
        border: 1px solid #aaa;
        background: url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;
        color: #222;
        position: relative;
        z-index: 99999;
        width: 290px !important;
    }
}
