@media (min-width: 1200px) {}

@media only screen and (max-width: 990px) {
  .menu-btn {
    display: flex;
  }

  .head-nav {
    position: fixed;
    left: 0;
    z-index: 99;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding: 0;
    min-height: 100vh;
    top: 0;

    background: #000000bf;
    backdrop-filter: blur(4px);
    display: flex;
    /* align-items: center; */
    transition: 0.2s;
    padding-top: 70px;
  }

  .head-nav ul {
    flex-direction: column;
    row-gap: 10px;
    justify-content: left;
    text-align: left !important;
    padding-left: 20px !important;
  }

  .head-nav ul li a {
    color: #fff !important;
  }




  .banner h1 {
    width: 100%;
  }
  .property-box {
    margin-bottom: 40px;
    padding: 0px;
}






}


@media only screen and (max-width: 767px) {
  .banner h1 {
    width: 100%;
    font-size: 55px;
  }

  .banner {
    padding: 100px 0 50px;
  }

  .property .heading h2 {
    font-size: 30px;
  }

  .property .heading {
    padding: 0px 0 30px;
  }

  .property .heading p {
    font-size: 12px;
  }

  .property {
    padding: 50px 0 0px;
  }

  .footer-left {
    text-align: center;
  }

  footer {
    padding: 50px 0;
  }

  .footer-left h4 {
    font-size: 25px;
  }

  .footer-left h6 {
    font-size: 12px;
  }

  .footer-left h5 {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .copyright {
    padding-top: 30px;
  }
  .copyright p{
    margin-top: 20px;
    text-align: center;
  }
  .copyright .footer-nav{
    justify-content: center;
  }
}

@media only screen and (max-width: 460px) {
  .banner h1 {
    width: 100%;
    font-size: 45px;
  }

  .banner {
    padding: 100px 0 50px;
  }

  .property .heading h2 {
    font-size: 30px;
  }

  .property .heading {
    padding: 0px 0 30px;
  }

  .property .heading p {
    font-size: 12px;
  }

  .property {
    padding: 50px 0 0px;
  }

  .footer-left {
    text-align: center;
  }

  footer {
    padding: 50px 0;
  }

  .footer-left h4 {
    font-size: 25px;
  }

  .footer-left h6 {
    font-size: 12px;
  }

  .footer-left h5 {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .copyright {
    text-align: center;
    padding-top: 30px;
  }





  .blog-heading h1 {
    font-size: 30px;
}.blog-heading {
  padding: 40px 0 0;
}
.blog-img {
  padding: 0;
}.blog-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 14px;}.blog-rev {
    display: flex;
    flex-direction: column-reverse;
}.row.blog-row {
  margin-bottom: 40px;}.privacy p, .blogs p {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
}

.looking .container-fluid .content-row h3 {
  font-size: 16px;

}

.looking .container-fluid .content-row h2 {
  font-size: 20px;
}

.footer-section-2 .social-icons {
  justify-content: center;
  gap: 20px;
}
}