.horizontal-booking-form {
    position: inherit !important;
    bottom: -71px;
    z-index: 99;
    width: 100%;
}

section {
    padding: 50px 0;
    position: inherit;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.section-title2 h4 {
    font-size: 30px;
    color: rgb(33, 82, 131);
    padding: 50px 0;
}

.btn {
    padding: 10px 10vw;
}

.modal-footer .btn {
    padding: 10px 10px;
}

.color-red {
    color: #d93025;
    font-weight: 500;
}

blockquote {
    background: #fff1f0;
}

blockquote:before {
    color: #ffbdb9;
}

blockquote::after {
    color: #ffbdb9;
}

.t_label {
    border: #dabc84 1px solid;
    background: antiquewhite;
    padding: 0px 5px;
    border-radius: 5px;
}
.table-bordered thead th {
    border-bottom-width: 2px;
    white-space: nowrap;
}