@media only screen and (max-width: 1500px) {
  .desktop-header-menu > ul {
    gap: 5px;
  }
  .desktop-header-menu > ul > li {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .tab-show {
    display: block !important;
  }
  .tab-hide {
    display: none !important;
  }
  .site-main-footer-widget-item ul li a:hover,
  .site-main-footer-widget-item ul li.current-page-ancestor a,
  .site-main-footer-widget-item ul li.current_page_item a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .desk-show.tab-hide {
    display: none;
  }
  .tab-show.tab-portrait {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .tab-show {
    display: block;
  }
  .contact-us-wrap iframe {
    height: 400px !important;
  }
}
@media only screen and (max-width: 767px) {
  .desk-show {
    display: none;
  }
  .mob-show {
    display: block;
  }
  .mob-hide {
    display: none !important;
  }
  .mob-show {
    display: block !important;
  }
  .site-main-footer-widget-wrap {
    flex-wrap: wrap;
  }
  .site-main-footer-widget-item {
    min-width: calc(50% - (min(30px, 5%) / 2));
  }
  .site-main-footer-btm-cont {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .site-terms-container-wrap p {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .header-content-wrap {
    padding: 0 30px;
  }
  .site-main-footer-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-content-wrap {
    padding: 0 60px;
  }
  .site-main-footer-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
