/* booking form */



.opacity-0 {
    opacity: 0;
    height: 0px !important;
}

.booking-form-column {
    position: relative;
}

.booking-form-column:before {
    position: absolute;
    content: '';
    top: 0;
    right: 15px;
    width: 1px;
    bottom: 0;
    background-color: rgb(162 108 87 / 20%);
}

.booking-form-column:last-child:before {
    opacity: 0;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

h4.nd_booking_date_label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Tenor Sans", sans-serif;
    color: #393636;
    text-align: center;
    padding: 2.5px 10px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
	margin-bottom: 10px;
}

h1.nd_booking_date_number_from_front {
    font-size: 20px;
    line-height: 1em;
    color: #1c1c1c;
    font-weight: 500;
    margin-top: 50px;
	font-family: "Tenor Sans", sans-serif;
}

h6.nd_booking_date_month_from_front {
    font-size: 14px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
	font-family: "Tenor Sans", sans-serif;
    top: 16px;
}

section.booking-form-section {
    position: relative;
    transform: translateY(-50%);
    z-index: 9;
    margin-bottom: -100px;
}

section.booking-form-section form {
    position: relative;
    filter: drop-shadow(1.462px 4.782px 25px rgba(28,28,28,0.05));
    background-color: #ffffff;
    padding: 0 30px 0;
}
.date0 {
}

.date0::before {
    content: '\f783';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 80%;
    top: 45%;
    color: #55555e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size: 25px
}

.date1 {
}

.date1::before {
    content: '\f783';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    left: 80%;
    top: 45%;
    color: #55555e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	font-size: 25px
}

.booking-form-section .nice-select {
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.booking-form-section .nice-select:after {
    opacity: 0;
}

.booking-form-section .nice-select span.current {
    font-size: 20px;
    line-height: 1em;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0;
    top: 0;
	font-family: "Tenor Sans", sans-serif;
}

.booking-form-section .room-opt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 23px;
}

.booking-form-section .room-opt span {
    font-size: 14px;
    color: #777777;
    font-weight: 700;
    text-transform: none;
    margin-left: 10px;
    position: relative;
    top: 16px;
}

.booking-form-submit-btn {
    position: relative;
    padding: 31px 15px;
    text-align: center;
}

.booking-form-submit-btn-label {
    font-size: 18px;
    color: #a26c57;
    font-weight: 700;
    margin-bottom: 12px;
}

.booking-form-section .room-opt ul.list {
    min-width: 150px;
}

.booking-form-section .room-opt ul.list li {
    font-size: 20px;
    color: #222;
}

.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px 35px 10px;
    background: #ebc157;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    z-index: 1;
    transition: .5s;
	border: none
}

.btn-one span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-one:hover span {
    width: 225%;
    height: 562.5px;
}