.menu{
  height: 100% !important;
}
nav ul{
  zoom: 90%;
}
/* home page */
body.dark-intro::after,body.dark-intro::before {
    background:none;
  }
/* retail , supplier  page */
.headerDK .circleGradient1:before,
.headerDK .circleGradient2:before{
  background:none;
}

@media only screen and (max-width: 900px) {
  nav.header {
    padding: 2px;
    zoom: 88%;
  }
}

@media screen and (max-width: 768px){
  nav > a.logo-dark {
    display: none !important;
  }
}

@media screen and (max-width: 768px){
  nav > ul.menu ul li {
    border: none !important;
  }
}
