.jso-booking-form{
	font-size: 1.5rem;
}
.jso-booking-form .title{
	font-size: 3rem;
	color: #fff;
	font-family: 'LillyBelle';
}
.jso-booking-form{
	width: 98%;
	padding: 1%;
	margin: auto;
}
.jso-booking-form.jso-booking-form-horizontal{

	background: #e4e4e459;
	border-radius: .5rem;
}
.jso-booking-form-title{
	font-size: 1.2rem;
}
.jso-booking-form-country-content input{
	font-size: 1.5rem;

}
.jso-calendar-month{
	background: #ffffff;
}
.jso-booking-form-search-btn{
	font-size: 1.5rem;
}
.jso-booking-form .jso-date-range-picker-dropdown{
	font-size: 1.2rem;
}
.jso-date-range-picker-dropdown-content{
	min-height: 230px;
}
.jso-date-range-picker-selected-day-from, .jso-date-range-picker-selected-day-from:hover, .jso-date-range-picker-selected-day-to, .jso-date-range-picker-selected-day-to:hover{
	background: #04629d;
}
.jso-booking-form-country-content .jso-dropdown{
	font-size: 1.5rem;

}
.jso-booking-form .jso-quantity-selector-dropdown{
	font-size: 1.5rem;

}
.jso-booking-form-search-btn{
	background: #04629d !important;
}
.jso-booking-form-search-btn:hover{
	background: #0272b8 !important;
}
.jso-date-range-picker-done-btn{
	background: #04629d;
}
.jso-calendar-month-arrow{
	width: 2.7rem;
	height: 2.7rem;
}
.jso-popup{
	font-size: 1.5rem;

}
.jso-autocomplete-popup-input-box input[type=text]{
	font-size: 1.5rem;

}
.jso-booking-form .jso-popup-content-top h4, .jso-popup-content-top h4{
	font-size: 1.5rem!important;
}
.jso-booking-check-in-out, .jso-booking-form-country, .jso-booking-form-guests, .jso-booking-form-search-btn, .jso-booking-type-search{
	border: 1px solid #04629d;
}
.jso-booking-type-search {
	margin: 0 0 1rem;
	border-radius: .5rem;
	box-shadow: var(--jso-booking-form-shadow-color) 0 0 10px;
	position: relative;
	background: var(--jso-booking-form-bg-color,#fff);
	transition: box-shadow .2s;
}

.jso-booking-type-search .jso-booking-type-search-content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
}
.jso-booking-type-search .jso-booking-type-search-content select{
	width: 100%;
	border: 0;
	margin-bottom: 2px;
	padding-left: 5px;
	margin-right: 16px;

}



.jso-quantity-selector-popup-content{
	font-size: 1.5rem;
}
.jso-quantity-selector-popup-footer .jso-quantity-selector-popup-done-btn, .jso-date-range-picker-popup-footer .jso-date-range-picker-popup-done-btn{
	font-size: 1.5rem;
}
@media screen and (max-width: 767px){
	header:not(.header-stick) {
		width: 16%;
		max-width: inherit;
		right: 0;
		padding-right: 10px;
		z-index: 10;
		height: 20px;
	}
}

@media (min-width: 1275px){
	.jso-booking-form.jso-booking-form-horizontal .jso-booking-type-search {
		margin: 0 1rem 0 0;
		width: 260px;
	}

}





