#solr-search-form .show_search_and_btn {
	display: none;
}

#solr-search-form .solr_search_btn {
	background-image: url('/themes/custom/foundation/images/Foundation_Search_Icon.svg');
	background-repeat: no-repeat;
	height: 25px;
	width: 26px;
	border: 0;
	background-color: #ffffff;
}

#solr-search-form .solr_search_btn {
	float: right;
	margin: 4px;
}

.header_icon_input_text{
    position: relative;
    width: 196px !important;
    margin-left: -130px;
	height: 35px !important;
    z-index: 4;
}

.show_search_and_btn{
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header_icon_input_text{
		width: 120px !important;
		margin-left: -120px;
	}
}

@media only screen and (min-width: 1560px) {
	.header_icon_input_text {
		position: relative;
		width: 240px !important;
		margin-left: -150px;
		z-index: 4;
		height: 45px !important;
	}
}