.section {
    position: relative;
    height: 125vh;
    width: 100%;
}

.section .section-center {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

#booking {
    font-family: 'source_sans_proregular';
    background-image: url('../images/slides/1.jpg');
    background-size: cover;
    background-position: center;
    width:100%;
}

.booking-form {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 6px;
}

.booking-form1 {
    background: rgba(255, 250, 250, 0.7);
    padding: 40px;
    height: auto;
    border-radius: 25px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0, 128, 255, 0.9) !important;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.booking-form1 .form-group {
    position: relative;
    margin-bottom: 20px;
}

.booking-form .form-control {
    background-color: #fff;
    height: 50px;
    color: #191a1e;
    border: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    padding: 0px 25px;
}

.booking-form .form-control1 {
    background-color: #fff;
    height: 70px;
    color: #191a1e;
    border: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    padding: 0px 25px;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form .form-control::placeholder {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(82, 82, 84, 0.4);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 10px;
    bottom: 6px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.3);
    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 {
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
}
.booking-form .form-label1 {
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: #fff;
}

.booking-form1 .form-label1 {
    display: block;
    margin-left: 45px;
    margin-bottom: 5px;
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 24px;
    height:30px;
    font-size: 25px;
    color: #090909;
}
.booking-form1 .form-label11 {
    display: block;
    margin-bottom: 15px;
    font-weight: 1000;
    line-height: 24px;
    height:30px;
    font-size: 20px;
    color: #090909;
}
.booking-form1 .form-label2 {
    display: block;
    margin-left: 45px;
    margin-bottom: 5px;
    font-weight: 800; 
    line-height: 24px;
    height:30px;
    font-size: 15px;
    color: #090909;
}
.booking-form1 .form-label22 {
    display: block; 
    margin-bottom: 5px;
    font-weight: 600; 
    line-height: 24px;
    height:30px;
    font-size: 15px;
    color: #090909;
}

.booking-form .form-btn {
    margin-top: 27px;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #f23e3e;
    font-weight: 400;
    height: 50px;
    font-size: 14px;
    border: none;
    width: 100%;
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}
.booking-form1 .form-btn {
    margin-top: 27px;
}

.booking-form1 .submit-btn {
    color: #fff;
    background-color: #f23e3e;
    font-weight: 400;
    height: 50px;
    font-size: 14px;
    border: none;
    width: 80%;
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form1 .submit-btn:hover,
.booking-form1 .submit-btn:focus {
    opacity: 0.9;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}