@media (max-width: 767.98px) {
header h1, header h2 {
    font-size: 0.6rem;
}
header img {
    height: 33px;
}
.testimonialchild{
    width: 100%;
}
.reviewchild{
     width: 100%;
}
.rd-img{
    width: 100% !important;
}
.house-list{
    width: 100%;
}
.broken-img img{
    width: 100%;
}
.total-broken{
    width: 100%;
}
.w-75, .w-50{
    width: 100% !important;
}
.dr-shelly {
    color: #95b1d6;
    font-size: 33px !important;
    letter-spacing: 6px;
}
.font-73 {
    font-size: 35px;
}
.frst-heading {
    font-size: 30px !important;
    font-weight: 900;
}
.login-left img{
    width: 100% !important;
}
}
@media (min-width: 767.98px) and (max-width: 992px) {
  .broken-img img{
    width: 100% !important;
  } 
    .frst-heading{
    font-size: 30px !important;
   }
   .second-heading{
    width: 100% !important;
   }
   .second-heading-p{
    width: 100% !important;
   }
   .total-broken{
    width: 100% !important;
   }
   .stree-inco {
    width: 100% !important;
   }
   .ovr-v{
    width: 92% !important;
   }
}

@media (min-width: 992px) and (max-width: 1050px) {
   .menu-list{
      gap: 20px !important;
   }
 
   .menu-list h5{
      font-size: 17px !important;
   }
   .wh-270 {
    width: 195px !important;
    height: 201px !important;
}
.broken-img{
    justify-content: center !important;
}
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .rd-img{
        width: 100% !important;
        object-fit: cover;
    }
    /* .broken-img img{
        width: 100% !important;
    } */
    .testimonialchild {
    width: calc(100% / 2.1) !important;
    }
    .house-list{
        width: 100% !important;
    }
}
@media (min-width: 1400px) and (max-width: 1920px) {}




@media (min-height:1024.99px){
    .footer-wrap{
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}
@media (min-height:1499.99px){
    .announcement-footer{
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}