@media (max-width: 1024px) and (min-width: 992px ){
#leo_search_block_top .form-control {
  color: #fff;
}
}
@media (max-width: 767px) {
.header1-h4 .logo {
order: -1;
    width: 100%;
}
}
.search-h1 #leo_search_block_top.show form {
left: 0;
}
@media (max-width: 767px) {
.navbar-header .navbar-toggler {
    position: absolute;
    top: -81px;
    left: 72px;
}
}
[dir] .search-h1 #leo_search_block_top.show form {
    left: auto !important;
    right: 0 !important;
}