@media all and (max-width:992px) {
.menu-exp {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.header .menu > ul > li > a, .group-menu a {
  color: #000 !important;
}
.header {
  padding: 0rem 0 0.5rem 0;
}
.logo-box {
	padding-top:20px;
}
.header .menu > ul > li .menu-subs.menu-mega {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  max-width: none;
  min-width: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
    padding-top: 1rem;
  padding-top: 4rem;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .menu > ul > li .menu-subs.active {
  display: block;
}
}
@media (min-width: 993px) and (max-width:1190px) {


}