@media only screen and (max-width: 767px) {
  /* .container {
    padding: 0px 15px !important;
  } */
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area {
    flex-direction: column !important;
  }
  .footer-section
    .footer-wrapper
    .footer-menu-and-address-wrap
    .align-items-center {
    gap: 25px !important;
  }
  /* .home1-banner-section .container-fluid {
    padding: 0px !important;
  }
  .home1-banner-section.mb-120,
  header {
    overflow: hidden !important;
  } */
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area {
    flex-direction: column !important;
  }
  .footer-section
    .footer-wrapper
    .footer-menu-and-address-wrap
    .align-items-center {
    gap: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 1300px) and (max-width: 1400px) {
}

@media (min-width: 1400px) and (max-width: 1500px) {
}
