#headerTop{
	background:url('https://www.exhibitdeal.com/v/vspfiles/templates/192/images/header-top-bg.jpg');
}
#headerTop > .row{
	display: flex;
	justify-content: space-between;
}
#headerTop #menutop{
	margin: 0;
	list-style: none;
}
#menutop li {
	display: inline-block;
	text-align: center;
	font: 18px archivo_narrowregular;
	background: url('https://www.exhibitdeal.com/v/vspfiles/templates/192/images/template/top-separator.png') no-repeat right;
	padding: 11px 0;
	font-family: Arial !important;
}
#menutop li:first-child a{
	color: #B6CC66;
}
#menutop li a {
	margin: 0;
	padding: 0 15px;
}
#menutop .search-form{
	display: flex;
	align-items: center;
	justify-content: center;
}
#display_search{
	display: flex;
	align-items: center;
}
#headerTop .search-form{
	display:flex;
}
#search_submit {
	border: 0 solid #000;
	color: #fff;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 28px;
	border-radius: 0;
	background: url('https://blog.exhibitdeal.com/wp-content/uploads/2024/12/search.png') #ddd;
    background-size: contain;
    text-indent: -999px;
    background-position: center center;
}
#search_input {
	border-radius: 0;
	background: #fff;
	color: #aaa;
	height: 25px;
	font: 15px archivo_narrowregular;
	margin: 0;
	padding: 0 3px 0 8px;
	text-align: left;
	width: 184px;
	border: 0 solid #000;
}