.header-other {
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 50%;
}
.flexother {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnsearch {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #375188;
    margin-top: 35px;
   cursor: pointer;
}

.btnsearch:before {
    font-size: 18px;
    font-weight: 900 !important;
}
#menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px;
}
#menu-toggle {
  width: 35px;
  height: 23px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 35px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 23px;
  width: 35px;
}
#menu-toggle #hamburger span {
  width: 35px;
  height: 3px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 7px;
  float: right;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
  width: 26px;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
  width: 17px;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
@media screen and (max-width: 1366px) {
.header-other {
    top: 40%;
}
}
@media screen and (max-width: 1280px) and (max-height: 600px) {
.header-other {
    top: 30% !important;
}
}
@media screen and (max-width: 1280px) {
.header-other {
    top: 45%;
}
}
@media screen and (max-width: 1200px) {
.header-other {
    top: 47%;
}
}
@media screen and (max-width: 991px) {
#menu-toggle {
    width: 165px;
    height: 165px;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    margin-top: 0;
    background: #204fa0;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media screen and (max-width: 767px) {
#menu-toggle {
    width: 135px;
    height: 134px;
}
}
@media screen and (max-width: 420px) {
#menu-toggle {
    width: 120px;
    height: 123px;
}
}
