/* navbar responsive mq start */
@media only screen and (max-width: 600px) {
    .navbar1 {
      display: none;
    }
  }
  /* navbar responsive mq end */
  @media only screen and (min-width: 600px) {
    .navbar2 {
      display: none!important;
    }
  }