/* Body ke end par load — baaki CSS ke baad; mobile <992 strip band */
html body #janu-header-top-contact-bar.top-bar {
  display: none !important;
}
@media (min-width: 992px) {
  html body #janu-header-top-contact-bar.top-bar {
    display: block !important;
  }
}
