.city-search-div::before {
	content: "";
	filter: grayscale(100%);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.city-search-div {
	height:500px;
	position: relative;
}
.city-search-overlay {
	position:absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color:rgba(9,39,63,0.75);
}
.city-search-container {
	padding-top:217px;
}
@media(max-width: 991px) {
	.city-search-container {
		padding-top:93px;
	}
	.searchFlex>div {
		flex:0!important;
	}
}
#page-title {
	border-bottom: 0 !important;
}