.circle,
.search_hotel,
.search_hotel form{
	overflow: visible;
}
.checkin, .checkout {
	width: 50%;
	padding:0 !important;
	position: relative;
}

#booking .t-check-in, #booking .t-check-out {
	width: 50%;
	background: #fff;
	height: 50px;
	border: 1px solid #dedede;
	box-shadow: none !important;
	float: right;
	border-radius: 0;
	width: calc(100% - 5px);
}
#booking .t-datepicker{
	width: 100%;
}
#booking .t-day-check-in, #booking .t-day-check-out {
	font-family: 'hotels bold', Arial, sans-serif;
	font-size: 22px;
	width: 30px;
}

#booking .checkdates {
	float: right;
	width:70%;
	padding: 0;
}
#booking .composition label {
	width: 33px;
	float: right;
	top: 12px;
	right: 10px;
	position: absolute;
	line-height: 14px;
	color: #000;
	z-index: 1;
}
#booking .out_composition .composition select {
	width: 100%;
	border: none;
	padding: 5px 5px 5px 5px;
	height: 50px;
	z-index: 2;
	position: relative;
	background: none;
	direction: ltr;
	font-family: 'hotels bold', Arial, sans-serif;
	font-size: 23px;
	height: 40px;
}

#booking .t-dates {
	padding: 15px 5px;
	height: 100%;
}

#booking .out_composition .composition option {
	font-size: 16px;
}
#booking .out_composition .composition {
	width: 33.3%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
	background: #fff;
	position: relative;
}
#booking .composition_middle {
	width: calc(33.3% + -10px) !important;
	margin: 0 5px !important;
}
#booking .destination {
	width: 30%;
	margin: 0;
	padding: 0;
}
#booking .destination select {
	border-radius: 0;
	padding: 5px;
	height: 50px;
	font-size: 18px;
	margin:0 0 5px;
}
#booking .out_composition {
	color: #fff;
	float: right;
	height: auto;
	padding: 0;
	width: 76%;
}
#booking #run {
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 50px;
	width: calc(24% + -5px);
	cursor: pointer;
	background: #f3ee65;
	color: #10344c;
}
.search_hotel {
	padding: 0 0 10px;
	border-radius: 0;
}
#home .search_home {
	float: right;
	color: #fff;
	padding: 10px 20px;
	font-size: 25px;
	width: 100%;
	box-sizing: border-box;
}
#search p {
	color: #ffffff;
	float: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 6px 0 5px;
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	font-family: 'hotels bold', Arial, sans-serif !important;
}
#booking .t-day-translate {
	float: left;
	width: calc(100% - 30px);
	line-height: 15px;
}
#booking .checkdates label, 
#booking .checkdates label {
	position: absolute;
	top: 12px;
	right: 15px;
	display: block;
	font-weight: 400;
	opacity: 1;
	font-size: 13px;
	cursor: pointer;
}
#booking p.t-date-title{
	color:#cc0000;
	font-family: 'hotels bold', Arial, sans-serif;
	width: 100%;
	text-align: center;
}
#booking .t-highlighted {
	color: #000;
	font-weight:bold;
}
#booking .hasDatepicker {
	border-radius: 0;
	height: 50px;
	width: calc(100% - 5px);
	float: right;
}
#booking .ui-datepicker-trigger{
	display: none !important;
}
#booking #search{
	float: right;
	width: 100%;
	float: right;
	padding: 0 15px;
	box-sizing: border-box;
}
.t-datepicker .material-icons{
	display:none;
}


.by_compo_close {
	position: fixed;
	top: 1rem;
	z-index: 99999;
	right: 1rem;
	font-size: 2.5em;
	height: 1.5em;
	display: none;
	width: 1.5em;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 1.4;
	cursor: pointer;
}
.search_hotel.advanced_search_fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background: rgba(255,255,255,.95);
	height: 100%;
	width: 100%;
	padding: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.by_compo_fixed_bottom2.showw {
	display: block;
}
.by_compo_fixed_bottom2 {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 1em;
	z-index: 960;
	background: var(--color-wheat);
	position: fixed;
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	display: none;
}
.by_compo_fixed_bottom2 .by_show_compo2 {
	width: auto;
	float: right;
	padding: 10px 50px;
	border-radius: 30px;
	color: var(--color-wheat);
	background: var(--color-orange);
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
}

.by_note_composition {
	display: none;
	width: 100%;
	padding: 2rem 0 0;
	float: right;
	font-size: 1rem;
	text-align: center;
}
.search_hotel.advanced_search_fixed .by_note_composition, .search_hotel.advanced_search_fixed .by_online, .search_hotel.advanced_search_fixed .hotel_compo_title {
	display: block;
}
.advanced_search_fixed .search_home{
	float: right;
	color: #000000;
	padding: 0 0 10px;
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.advanced_search_fixed #booking #run {
	color: var(--color-wheat);
	background: var(--color-orange);
	border-radius: 5px;
	width: 100%;
	margin: 15px 0 0;
	padding: 5px;
	height: auto;
	font-family: 'Heebo';
	font-size: 25px;
	font-weight: bold;
}
.advanced_search_fixed #booking .checkdates {
	width: 100%;
	padding: 0 0 5px;
}
.advanced_search_fixed #booking .destination{
	width: 100%;
}
.advanced_search_fixed #booking .out_composition .composition select {
	height: 50px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
.advanced_search_fixed #booking #search {
	padding: 0;
}
.advanced_search_fixed #booking {
	max-width: 600px;
}
.by_online {
	display: none;
	width: 100%;
	padding: 1rem 0 0;
	float: right;
	font-size: 1rem;
	text-align: center;
}
.advanced_search_fixed #booking .t-check-out{
	float: left;
}
.advanced_search_fixed #booking .t-check-in,
.advanced_search_fixed #booking .t-check-out{
	width: calc(100% - 2.5px);
}
.advanced_search_fixed .t-datepicker{
	max-width: 100%;
}
@media only screen and (min-width: 768px) {
	.advanced_search_fixed #booking .out_composition {
		width: 100%;
	}
}
@media only screen and (min-width: 1024px) {
	.advanced_search_fixed .search_link{
		display: none;
	}
	#booking .destination select {
		border-radius: 0;
		padding: 5px;
		height: 50px;
		font-size: 18px;
	}
	.t-datepicker .material-icons{
		display:block;
	}
	#booking .t-day-check-in, #booking .t-day-check-out {
		font-size: 25px;
		width: 35px;
	}
	#booking .t-dates {
		padding: 15px 10px;
	}
	#booking .t-day-translate {
		width: calc(100% - 35px);
		line-height: 18px;
	}
	#booking .out_composition .composition select {
		padding: 5px 5px 5px 10px;
		font-size: 25px;
		height: 40px !important;
	}
	.search_hotel {
		padding: 0px 0 10px 0px;
		border-radius: 20px;
	}
	#home .search_home {
		padding: 10px 20px 25px;
	}


}
@media only screen and (min-width: 1320px) {
	#booking .out_composition .composition select {
		padding: 5px 5px 5px 10px;
		font-size: 25px;
		height: 50px !important;
	}
}
<cfif findNoCase('iphone', CGI.HTTP_USER_AGENT) or findNoCase('ipod', CGI.HTTP_USER_AGENT) or findNoCase('blackberry', CGI.HTTP_USER_AGENT) or findNoCase('android', CGI.HTTP_USER_AGENT) AND findNoCase('mobile', CGI.HTTP_USER_AGENT)>
.t-check-out .t-datepicker-day {
	left: -100px !important;
}
.advanced_search_fixed .t-check-out .t-datepicker-day{
	left: -10px !important;
}
.t-arrow-top, .t-arrow-top::after{
	display:none !important;
}
.t-table-wrap {
	padding: 0 !important;
}
</cfif>
</style>

<style>
.circle {
	border-radius: 0 20px 20px 20px;
	float: right;
	height: auto;
	margin: 0 0 2rem;
	width: 100%;
	outline: none;
}
.search_link {
	float: left;
	width: 44%;
	color: #000;
	font-size: 18px;
	text-align: left;
	text-decoration: underline;
	padding: 0%;
	display: none;
}
.bg_blue {
	background: #409ffd;
	background: -moz-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #409ffd), color-stop(99%, #0e4d8d));
	background: -webkit-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
	background: -o-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
	background: -ms-linear-gradient(top, #409ffd 1%, #0e4d8d 99%);
	background: linear-gradient(to bottom, #409ffd 1%, #0e4d8d 99%);
}
.search_home {
	float: right;
	color: #fff;
	padding: 3% 3% 6%;
	font-size: 25px;
	width: 100%;
	font-family: heebo;
	font-weight: 900;
}
.search_hotel form {
	float: left;
	height: auto;
	padding: 0 0 0 0;
	width: 100%;
	margin: 0;
	outline: none;
}
.search_hotel {
	float: left;
	padding: 0 0 25px 0;
	width: 100vw;
	height: auto;
	outline: none;
	margin: 0 calc(-50vw + 50%);
}

.circle a:link, .circle a:visited, .circle a:active {
	text-decoration: none;
	color: var(--color);
	font-weight: 700;
	outline: none;
}
.bylistscircle ul{
	padding:1rem 0 0;
}

#booking #run {
	border: none;
	height: 60px;
}
.destination {
	float: right;
	font-size: 13px;
	padding-right: 10px;
	text-align: right;
	width: 25%;
}
.checkout {
	float: right;
	font-size: 13px;
	width: 50%;
	padding-right: 15px;
	text-align: right;
}
.checkin {
	float: right;
	font-size: 13px;
	padding-right: 10px;
	width: 50%;
	text-align: right;
}
#booking .out_composition {
	width: 100%;
}
#booking #run{
	width: 100%;
	margin: 5px 0 0;
}
.waitDivIn{
	background: #fff;
}
@media only screen and (min-width: 768px){
	#booking #run{
		width: calc(24% + -5px);
		margin: 0;
		height: 50px;
	}
	#booking .out_composition {
		width: 76%;
	}    
    .search_hotel {
        margin: 0 0 2em;
        width: 100%;
    }
}
@media only screen and (min-width: 1024px){
	.search_hotel form {
		background: url(/images/bg_search_form_area.png) no-repeat scroll left top transparent;
	}
	.search_link {
		display: block;
	}
	.search_link {
		font-size: 20px;
	}
	.search_home {
		padding: 10px 20px 25px;
	}
}
@media only screen and (min-width: 1320px){
	#booking #run{
		height: 60px;
	}
	#booking .destination select,
	#booking .t-check-in, #booking .t-check-out {
		height: 60px;
	}
}