/* Copyright 2018 Zooz Digital Private Limited
 *
 *  You may obtain a copy of the License from
 *
 * Zooz Digital Private Limited */
@media screen and (min-width:1200px) {
  header {
    height: 135px!important;
  }
}

@media screen and (min-width:1023px) and (max-width:1025px) {
  ul.menu-links li a {
    width: 100px!important;
    font-size: 13px!important;
  }

  .logo img {
    width: 200px!important;
  }
}