.cool_fuzzy_property_search{
	padding:0px;
	margin:0px;
	line-height: 0px;
	display: flex;
}

.cool_fuzzy_property_search input[type=text]{
	height:35px;
	padding:10px;
	margin:0px;
	line-height: 0px;
	display:block;
	border-radius: 30px;
	border:2px solid rgb(209, 171, 3);
	width:100%;
}
.cool_fuzzy_property_search input[type=text]:focus{
	border:2px solid rgb(1, 26, 255);
}
.cool_fuzzy_property_search .search-icon{
	height:35px;
	width:35px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	font-weight: normal;
}

