.header-top.d-lg-none .header-search{
	min-width: 60%;
	width: auto;
	margin: 0 0 0 30px;
}
.header-top.d-lg-none .ec-header-bottons{
	justify-content: space-between;
	align-items: center;
}
.header-top.d-lg-none .container{
	max-width: 100%;
	margin: 0;
	width: 100%;
}
.ec-header-user{
	position: relative;
}
.ec-header-user .dropdown-menu{
	top: 100% !important;
}
.ec-header-user button.user_img{
	width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%!important;
  display: flex;
  align-items: center;
  border: 1px solid;
}
.ec-header-user button.user_img .user-profile-photo{
	border-radius: 50%;
}
.ec-header-bottom .dropdown:hover .dropdown-menu {
  	display: block;
}
.ec-header-bottom .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.header-fixed{
	position: relative;
	width: 100%;
	height: 100px;
	display: block;
}
.ec-header-bottons button .header_svg{
	margin: auto;
	border: none;
}
.header-fixed .ec-header{
	position: fixed !important;
	top:0 !important;
	width: 100%;
}
.ec-main-menu ul li  a{
    padding: 5px 10px;
    line-height: 20px;
}
.ec-header-bottom.d-lg-block .header-logo,.ec-header-bottom.d-lg-block .ec-header-bottons{
	align-items: center;
}
.ec-header-bottom.d-lg-block .ec-header-bottons{
}
.ec-header-bottom.d-lg-block .ec-header-bottons button .header_svg{
	height: 40px;
	width: auto;
}
.ec-header-bottons .ec-header-user{
	padding: 0px;
	margin: 0px;
}
@media only screen and (max-width: 991px) {
	.ec-header-user .dropdown-menu {
    top: 25px !important;
    right: 20px !important;
	}
	.ec-header-user button.user_img{
    background-color: white;
    border-radius: 50%!important;
    display: flex;
    align-items: center;
	}
}
.header-top.d-lg-none{
	border: none;
}
.header-top.d-lg-none a.ec-header-btn.ec-side-toggle.d-lg-none  svg{
	fill: #212529;
}
#ec-main-menu-desk .ec-main-menu ul li{
	text-align: center;
}
#ec-main-menu-desk .ec-main-menu ul li i{
	color: #3fd879;
}