*:focus {
    outline-style: none;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

#booking {
    font-family: 'Montserrat', sans-serif;
    background: rgba(218, 213, 213, 0.8) !important;
}

.booking-cta {
    margin-top: 45px;
}

.booking-cta h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #181818;
    font-weight: 900;
}

.booking-cta p {
    font-size: 22px;
    color: #181818;
}

.booking-form {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 55vmin !important;
    padding: 40px 30px;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.payment img {
    width: 90px !important;
}

.payment .col-md-5 {
    min-height: 100px !important;
}

.payment_qr img {
    width: 250px !important;
}

.payment_qr .col-md-5 {
    padding: 1rem 1rem;
}

.form-control:disabled {
    background: #fff !important;
}

.booking-form .form-control {
    background-color: #fff;
    height: 55px;
    padding: 0px;
    padding-top: 15px;
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.booking-form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(0, 0, 0, 0.2);
}

.booking-form .form-group:not(.input-not-empty) .form-control:not(:focus) {
    color: transparent;
}

.booking-form .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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: 7px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.2);
    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: rgba(0, 0, 0, 0.2);
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 0px;
    text-transform: uppercase;
    line-height: 24px;
    height: 23px;
    font-size: 16px;
    pointer-events: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .form-group .form-control:focus+.form-label {
    top: 0px;
    color: #2b9328;
    font-size: 14px;
}

.booking-form .form-group.input-not-empty .form-label {
    top: 0px;
    color: #2b9328;
    font-size: 14px;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #2b9328;
    font-weight: 700;
    height: 55px;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    display: block;
    width: 100%;
    text-transform: capitalize;
}