@media (max-width: 768px) {
  .header-sticky .container {
    margin: 0;
  }
  .header-top {
    display: none;
  }
  /* .header-bottom {
    background-color: var(--maincolor);
  } */
  .header-bottom {
    /* background-color: #fff; */
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
  }
  .mid-horiz-logo img {
    max-height: 42px;
  }
}
@media (min-width: 1366px) {
  .footer-app-galery img {
    max-height: 30px !important;
    max-width: unset;
  }
}
