#_mobile_logo img{
  display: none;
}

.top-header-icons.mobile{
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {

  #_mobile_logo img{
  display: block;
}

  .top-header-icons.mobile{
    display: flex;
    position: relative;
  }

  #header .header-top{
    background-color: #32554B !important;
  }

  .container-iqit-menu{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  #iqitmegamenu-horizontal {
    background: transparent !important;
    border: none !important;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 993px) {}

@media screen and (min-width: 1201px) {}

@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1720px) {}

@media screen and (min-width: 1820px) {}