@media only screen and (max-width: 992px) {
  .footerArea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    grid-gap: 1rem;
  }
  .search_overlay {
    top: 80%;
    left: 15%;
  }
}

/* @media only screen and (max-width: 768px) {
  .footerArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
} */
@media (max-width: 575.98px) {


  
  .top-header-left-item  p {
    display: none;
  }
  #header {
    display: none;
  }

  .customNav img {
    width: 50px;
    height: 30px;
  }

  .inner_content h1 {
    font-size: 30px;
  }

  .inner_content h3 {
    font-size: 19px;
  }

  .inner_content form input {
    padding: 0;
  }

  .inner_content form input::placeholder {
    font-size: 8px;
    text-align: center;
  }

  .inner_content form button {
    padding: 3px 21px;
  }

  #banner {
    padding-top: 405px;
  }

  .footerArea {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }
  .footerArea .footer1,
  .footerArea .footer2,
  .footerArea .footer3 {
    padding-bottom: 2rem !important;
  }
  .search_overlay {
    top: 80%;
    left: 5%;
  }
  .search_inner h2 {
    font-size: 10px;
  }
  .search_inner {
    width: 350px;
    height: 100px;
  }
  .search_close {
    height: 35px;
    width: 40px;
    left: 0.5rem;
    top: -2rem;
  }
}
