.booking-engine {

}

.booking-engine .booking-form {
	/*margin-top: 20px;
	background: rgba(105,105,105,0.8);
	padding: 5% 2.5% 0;
	border-radius: 4px;
	overflow: auto;*/
}

.booking-engine .booking-form .form-control {
	/*border: none;
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	color: #090a0b;
	font-weight: 300;
	background: #f2f1f1;
	border-radius: 4px;*/

	background-color: #ffffff;
    font-size: 13px;
}

.booking-engine .booking-form .form-control::-webkit-input-placeholder {
	color: #b1b6bd;
}

.booking-engine .booking-form .form-control:-ms-input-placeholder {
	color: #b1b6bd;
}

.booking-engine .booking-form .form-control::placeholder {
	color: #b1b6bd;
}

.booking-engine .booking-form input[type="date"].form-control:invalid {
	color: #b1b6bd;
}

.booking-engine .booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-engine .booking-form select.form-control+.select-arrow {
	/*position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	height: 60px;
	line-height: 60px;
	color: #b1b6bd;
	font-size: 14px;*/

	background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
}

.booking-engine .booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-engine .booking-form .form-label {
	/*display: block;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	position: relative;
	margin-top: 10px;*/

	font-family: "Poppins", Montserrat;
    font-size: 15px;
    color: #1f2124;

    padding-bottom: 6px;
    padding-top: 10px;
}

.booking-engine .booking-form .form-label:after {
	/*content: '';
	position: absolute;
	left: 10px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f2f1f1 transparent transparent transparent;*/
}

@media (max-width: 767px) {
	.elementor-field-group.elementor-field-type-submit {
		margin-top: 20px;
	}
}

.booking-engine .booking-form .form-btn {
	/*margin-bottom: 30px;*/
	width: 100%;
}

.booking-engine .booking-form .submit-btn {
	/*background: #D4AF37;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	height: 60px;
	font-size: 14px !important;
	
	color: #fff;
	border-radius: 4px;
	display: block;*/

	width: 100%;

	font-family: var(--e-global-typography-secondary-font-family ), Montserrat;
    font-size: var(--e-global-typography-secondary-font-size );
    font-weight: var(--e-global-typography-secondary-font-weight );
}



.booking-engine .btn-outline-secondary {
	color: #fff;
	border-color: #fff;
}

.booking-engine .btn-outline-secondary:hover {
	background-color: rgba(105,105,105,0.5);
	color: #fff;
	border-color: #fff;
}
.booking-engine .form-label-text{
	color: #D4AF37;
	display: block;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	position: relative;
	margin-top: 10px;
	text-transform: uppercase;
}