.dhead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999999;
}
.select-language {
  background: #000;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}
.select-language .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container {
	width: 100% !important;
	padding-left: 15px;
	padding-right: 15px;
}
.container.only-btn, div#geosea {
	max-width: 1400px !important;
	margin: 0 auto;
	position: relative;
}
.container.only-btn div {
	text-align: right;
	display: block;
	width: 100%;
}
a.change-country {
	background: transparent;
	color: #fff;
	border: none;
	padding: 0;
	border-radius: 0px;
	line-height: 1.3;
	margin-left: 0px;
	font-size: 13px;
	cursor: pointer;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: 1px solid;
}
div#geosea p {
	margin-bottom: 0;
	color: #fff;
}
form.language-form {
	margin-right: 35px;
}
form.language-form select {
	width: 320px;
	border-radius: 5px;
	padding: 5px 15px;
	color: #000;
	font-weight: 700;
}
form.language-form input {
	background: #0e4194;
	color: #fff;
	border: none;
	padding: 6px 20px;
	border-radius: 25px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-left: 8px;
	font-size: 13px;
	cursor: pointer;
}
span.et_close_search_field2 {
	display: block;
	width: 30px;
	height: 30px;
	z-index: 99999;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	margin: auto;
}
span.et_close_search_field2::after {
	content: "X";
	speak: none;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 21px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 2px;
}
#main-header{
    top: 37px !important;
}