.dropdown-menu {
	z-index: 1;
}

.ck-button-operation {
	cursor: pointer;
	user-select: none;
	margin: 0;
	width: 50%;
	height: 100%;
	color: #fff;
	position: relative;
}

.ck-button-operation.active span {
	font-weight: bold;
}

.ck-button-operation.active {
	background-color: var(--primary-color);
}

.ck-button-operation:not(.active) {
	background-color: #aaa;
}

.sh_operation label:first-child {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.sh_operation label:last-child {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#button_home_search {
	font-weight: bold;
	color: #fff;
}

#s_ref {
	border-width: 1px;
	border-radius: 0.25rem;
	padding: 20px 35px;
	text-align: center;
	line-height: 0;
}

@media (max-width: 991px) {
	#searcher_home_box {
		background-image: var(--image-default-home-mobile);
		background-repeat: no-repeat;
		background-size: cover;
		padding-left: 1.7rem;
		padding-right: 1.7rem;
	}

	#searcher_home_box::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #0000003d;
		top: 0;
		left: 0;
	}

	#searcher_home_box>.row {
		background-color: #0000004f;
		padding: 1rem;
		position: relative;
		z-index: 17;
	}

	.btn-search-style {
		height: 100%;
		line-height: 55px;
		font-size: 16px;
		background-color: transparent !important;
		border: none !important;
		color: #fff !important;
	}

	.btn-search-style .filter-option-inner-inner {
		text-align: center;
	}

	#button_home_search {
		height: 55px;
	}

	.sh_operation {
		height: 50px;
	}

	.ck-button-operation span {
		line-height: 47px;
		font-size: 1.2rem;
	}

	#s_ref::placeholder {
		color: #b7b7b7;
		text-align: center;
		opacity: 1;
	}

}

@media (min-width: 992px) {
	#searcher_home_box {
		text-align: center;
		background-color: #eee;
		position: relative;
	}

	.sh_operation {
		height: 55px;
	}

	.sh_type {
		height: 55px;
	}

	.sh_loc {
		height: 55px;
	}

	.sh_min {
		height: 55px;
	}

	#button_home_search {
		height: 55px;
		font-size: 1.3rem;
	}

	.btn-search-style {
		height: 55px;
		line-height: 37px !important;
	}

	.btn-search-style .filter-option-inner-inner {
		text-align: center;
		font-size: 1.1rem;
	}

	.ck-button-operation span {
		line-height: 52px;
		font-size: 1.2rem;
	}

	.ck-button-operation.active::before {
		content: "";
		position: absolute;
		width: 20px;
		height: 25px;
		background-color: var(--primary-color);
		bottom: -12px;
		left: calc(50% - 10px);
		clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
		z-index: 0;
	}

	#s_ref::placeholder {
		color: #151515
	}
}
@media screen and (max-width: 1200px) {
	#booking_property{
		position: relative !important;
	}

}



#booking_property{
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
}