/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.mega-menu-link a {
  text-decoration: none;
}
#popup-container button {
  margin: 30px 5px 0 10px;
}
.home-desk-banner-img img {
  display: block;
}
.home-banner-mob-image img {
  display: none;
}
@media (min-width: 999px) {
  .submenu-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home-desk-banner-img img {
    display: none;
  }
  .home-banner-mob-image img {
    display: block;
  }
}
