@media only screen and (max-width: 800px) {
  .single-facility {
    padding: 20px 10px;
    min-height: 180px;
  }
  .banner::before,
  .contatcinfs,
  .imgabout h2 {
    display: none;
  }
  .reratext p {
    font-size: 6px;
    line-height: 10px;
    margin: 0;
  }
  .topfixed p {
    margin: 0;
    font-size: 10px;
    line-height: 13px;
    
  }
  .reratext {
    right: 10px;
    top: 10px;
  }
  .topfixed {
    padding: 5px 10px;
    position: relative;
  }
  .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .col-2.col-md-2.col-sm-2.col-12.text-end {
    text-align: left !important;
  }
  .aboutsec,
  .downloadsec,
  .ourpartners,
  .township,
  section {
    padding: 70px 0;
  }
  .socialmedia ul {
    padding: 10px 0;
    justify-content: center;
  }
  .contact-info li {
    margin-bottom: 30px;
  }
  .contact-info li:last-child {
    margin-bottom: 0;
  }
  .subfooter p.copy {
    text-align: center;
  }
  .downloads h5 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .data {
    position: relative;
    top: auto;
    bottom: auto;
    transform: none;
    transition: 0.1s ease-in;
    height: 100%;
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-top: 0;
  }
  .data p {
    margin: 0;
  }
  .data h2 {
    color: #00469b;
  }
  .absolutepostion {
    position: relative;
    top: 0;
    background: #000;
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
