@media (max-width: 768px) {
    body{
    overflow-x: hidden;
}
.copy {
    background: #c19145;
    padding: 13px;
    margin-bottom: 57px;
} 
  .banners {
    padding: 2px;
  }
  .banners h1 {
    font-size: 1.8rem;
  }
  .banners p {
    font-size: 17px;
  }
  .benefits h2 {
    font-size: 21px;
  }
  .benefits h3 {
    font-size: 16px;
  }
  .benefits p,
  li {
    font-size: 14px;
  }
  .card{
    margin-top: 12px;
  }
  .tab-pane p {
    font-size: 14px;
  }
  .tab {
    font-size: 14px;
    padding: 5px;
  }
  .accordion-body {
    font-size: 14px;
  }
  .accordion-button {
    font-size: 17px;
    line-height: 20px;
  }
  .accordion-button:not(.collapsed){
    font-size: 17px;
    line-height: 20px;
  }
  .snapshot1 h2{
    font-size: 21px;
  }
  .snapshot1 p{
    font-size: 14px;
  }
  .snapshot2{
    padding: 1rem;
}
  .location-box {
        width: 47%;
        margin: 12px 2px; 
    }
    .flats-cta a {
    font-size: 13px;
    }
     
    .custom-col {
      display: none;
    }
    .trust1 { 
    width: 80%;
    margin: auto;
    margin-top: 12px;
}
.location p{
    text-align: start!important;
}
.location-box p {
    font-size: 13px;
    text-align: center!important;
}
.book{
    display: none;
   }
}

@media (max-width: 575.98px) {
    .footer-list {
        display: block;
    }
    .social {
        text-align: left;
        padding-top: 1rem;
    }
 
    .quick-link {
        padding-top: 0;
    }
 
    .contact-info {
        margin-top: 14%;
    }
   
}

@media screen and (max-width: 768px) {
   .none2 {
        display: block;
    }
        .mobile-footer-button {
        display: block;
    } 
    .mobile-footer-button { 
        background-color: #4b2b1d;
    } 
    .mobile-footer-button, .mobile-footer-button1 {
        position: fixed;
        bottom: 12px;
        left: 0;
        width: 50%;
        color: #fff;
        text-align: center;
        padding: 13px 0;
        font-size: 18px;
        font-weight: 700;
        z-index: 999;
        cursor: pointer;
    } 
    .mobile-footer-button1 {
        background-color: #9b5109 !important;
        margin-left: 50%;
        display: block;
    } 
   
     .mobile-footer-button a, .mobile-footer-button1 a{
         text-decoration: none;
         color:#fff;
     }
    .cus-contact{
        right: -45px;
        display: none;
    }
    
} 