.mohf-search-wrap {
	position: sticky;
	top: -1px;
	z-index: 9999;
}

.mohf-input-outer .mohf-input-inner {
	min-height: 54px;
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	cursor: pointer;
	background: white;
}

.mohf-input-searchicon-wrap {
	text-align: center;
}

.mohf-input-flexwrap {
	height: 100%;
	min-height: 52px;
	align-items: center;
}

.mohf-input-searchicon,
.mohf-input-filtercon-wrap {
	font-size: 20px;
	font-weight: bold;
}

.mohf-serach-preview-spacer {
	height: 60px;
}

.mohf-input-main-inner {
	text-align: left;
	max-width: 800px;
}

.mohf-input-inner {
	max-width: 800px;
}

.mohf-input-first-line-text,
.mohf-input-second-line-text {
	line-height: 17px;
}

.mohf-input-second-line-text {
	font-size: 13px;
	font-size: 12.4px;
	letter-spacing: 0.1px;
	color: #777373;
}

.mohf-mobile-root {
	display: none;
}

.mohf-desktop-root {
	display: block;
}

.mohf-input.mohf-placeholder .mohf-input-first-line-text {
	color: #b7b7b7;
}

@media (max-width: 991.98px) {
	.mohf-mobile-root {
		display: block;
	}

	.mohf-desktop-root {
		display: none;
	}

	.mohf-search-wrap[data-stuck] {
		background: #393562;
	}

	.mohf-search-wrap[data-stuck] .mohf-input {
		margin-top: -10px;
		padding-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.mohf-input {
		padding-bottom: 40px;
	}

	.mohf-search-wrap[data-stuck] {
		margin-left: -12px;
		padding-left: 12px;
		margin-right: -12px;
		padding-right: 12px;
	}

	.mohf-input-first-line-text {
		display: inline-block;
		padding-right: 30px;
	}

	.mohf-input-second-line-text {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.mohf-input {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
	}

	.mohf-search-wrap {
		position: static;
	}

	.mohf-search-wrap.mohf-search-desktop-hidden {
		display: none;
	}

	.hotel-infotainment-mobsearch-desktop-hidden .mohf-serach-preview-spacer {
		display: none;
	}
}

@media (max-width: 440px) {
	.mohf-input {
		padding-left: 12px;
		padding-right: 12px;
	}
}