.booking-form{
	display: none;
}

.booking-form-container{
	position: fixed;
	background-color: rgba(50,50,50,0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 857;
}

.booking-form-content{
	position: relative;
	margin: 25rem auto;
	border-radius: 12rem;
	background-color: #fff;
	width: 570rem;
	overflow: hidden;
}

.booking-form-close{
	position: absolute;
	right: 21rem;
	top: 21rem;
	width: 18rem;
	height: 18rem;
	cursor: pointer;
}

.booking-title-container{
	padding: 27rem 18rem;
	background-color: rgba(0, 174, 239, 0.20);
}

.booking-form-title{
	font-size: 26rem;
	font-style: normal;
	font-weight: 600;
	line-height: 102.9%;
	letter-spacing: -1.04rem;
	color: #000;
}

.booking-info-container{
	margin: 27rem 18rem;
	padding: 27rem 18rem;
	background-color: #F2F0E7;
}

.booking-info-row{
	flex-wrap: nowrap !important;
}

.booking-info-row:not(:first-child){
	padding-top: 12rem;
}

.booking-info-row:not(:last-child){
	padding-bottom: 12rem;
	border-bottom: 1px solid #e4e1d4;
}

.booking-info-row:last-child{
	padding-top: 18rem;
}

.booking-info-title{
	margin-right: 30rem;
	justify-self: start;
	font-size: 14rem;
	font-style: normal;
	font-weight: 300;
	line-height: 119.9%;
	letter-spacing: 0.7rem;
	text-transform: lowercase;
	color: #736f64;
}

.booking-info-text{
	justify-self: end;
	font-size: 15rem;
	font-style: normal;
	font-weight: 600;
	line-height: 119.9%;
	letter-spacing: 0.7rem;
	text-align: right;
}

.booking-info-change .booking-info-text{
	font-size: 14rem;
	font-style: normal;
	font-weight: 300;
	line-height: 119.9%;
	letter-spacing: 0.7rem;
	text-transform: none;
	color: #00ADEE;
	cursor: pointer;
}
