@media only screen and (max-width: 600px) {
body {
    overflow-x: hidden;
}
  .desktop_banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .pos-abs {
    width: 90%;
    padding: 17px 10px;
    border-radius: 10px;
    bottom: -110px;
    left: 53%;
    transform: translateX(-50%);
    display: block;
  }

  .head-left,
  .head-right {
    width: 100%;
  }

.head-left h1 {
    font-size: 24px;
    margin-bottom: 8px;
}
.col-md-12.hero-form {
    padding: 0;
}

  p {
    font-size: 13px;
  }

  .head-right .enquire-btn {
    padding: 9px;
    font-size: 15px;
  }

  .head-right button {
    margin-top: 11px;
  }

  .logo {
    width: 133px;
    position: absolute;
    top: 20px;
    left: 17px;
  }

  .enquire-btn-top {
    display: none;
  }

  .enquire-btn-top.call-btn-top {
    display: block;
    right: 7px;
    top: 9px;
  }

  .enquire-btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
  }

  section.property .container-fluid {
    padding: 15px;
  }

  .devider p {
    padding: 5px 9px;
    width: 47%;
    font-size: 12px;
    margin: auto;
    margin-top: 8px;
  }

  p.wid-100 {
    width: 97%;
  }

  .col-md-9.property-list ul li .col-md-7 {
    padding: 8px;
  }

  .col-md-9.property-list ul li h3,
  li.content-box h4 {
    font-size: 17px;
    padding-left: 6px;
  }

  section.property {
    margin-top: 106px;
  }

  .property ul li {
    margin-bottom: 17px;
  }

  .product-buttons p.price-btn:first-of-type {
    width: 49%;
    display: block;
    padding: 6px;
    font-size: 15px;
    margin: 7px 0;
  }

  p.price-btn,
  .product-buttons p {
    width: 49%;
  }

  .left-form .devider {
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .left-form h4.desktop-view {
    font-size: 23px;
    font-weight: 700;
  }

  button#btn-validate {
    margin-top: 10px;
  }

  .form-section h2 {
    margin-top: 24px;
  }

  .prop.child i {
    font-size: 28px;
  }

  .prop.child span {
    font-size: 13px;
  }

  .prop.child {
    width: 31%;
    justify-content: center;
    padding: 17px 8px 14px;
  }

  li.content-box h4 {
    margin-bottom: 15px;
  }

  li.content-box-text h4 {
    font-size: 18px;
  }

  li.content-box-text p {
    font-size: 13px;
  }

  li.content-box-text button {
    width: 100%;
  }

  .col-md-3.property-form .form-section {
    position: initial;

    margin-bottom: 18px;
  }

  .bg-grey p {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .col-md-3.bg-wt {
    margin-bottom: 12px;
  }

  .container.instagram-videos {
    padding: 0 10px;
  }

  .container.instagram-videos .col-md {
    margin-bottom: 18px;
  }

  .wb-set {
    margin-top: 65px;
  }

  body.bg-w h1 {
    font-size: 23px;
    padding-top: 22px;
  }

  section.dis-content {
    background: #f3f0eb;
    padding: 25px 0;
    margin-top: 13px;
  }

  body.bg-w p {
    font-size: 13px;
  }

  i.fa-solid.fa-expand {
    display: block !important;
  }

  .container.instagram-videos.ib-top .row div {
    padding: 0 2px;
  }

  .col-md.video-model {
    width: 50%;
    margin-bottom: 7px;
  }

  .container.instagram-videos.ib-top .row {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    margin-bottom: -29px;
  }
  .devider p.drop-btn {
    padding: 8px 0 0 0;
}
}