.search-form{
	width:100%;
	position:relative;
}
.search_input{
	padding-right:40px;
	
}
.search-form:before{
	content:"\f002";
	position:absolute;
	right:10px;
	top:12px;
	font-family: "Font Awesome 5 Free";
    font-weight:700;
	color:#ccc;
	z-index:2;
}

input[type="text"].search_input {
   border:solid 1px #999;
	}

@media (min-width:992px) {
.search-form{
	width:75%;
}
}