@media (max-width: 1024px) {
  section.home-list .inner-area h3 span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.home-list .inner-area h3 span i {
    margin-bottom: var(--m5);
  }
  .search-bar form {
    width: 95%;
  }
}
@media (max-width: 980px) {
  .search-bar select {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    height: 58px;
    color: black;
    margin-bottom: 11px;
  }
  a.sticky.main-btn {
    display: block;
  }
  div#check {
    padding: var(--p30) 0;
    position: relative;
    top: 0;
  }
  .search-bar .col-3 {
    position: relative;
    width: 49%;
    margin-bottom: var(--m15);
  }
  .search-bar form {
    padding-bottom: 0;
    bottom: 0px;
    width: 100%;
    background: transparent;
    box-shadow: 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-bar .datepicker-common-2 {
    width: 50%;
  }
  .search-bar .col-3:before {
    display: none;
  }
  .search-bar input {
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0;
    color: #000;
  }
  .search-bar i {
    top: 1.2rem;
    left: 20px;
    font-size: var(--f18);
    color: var(--secondary-color);
    width: 25px;
  }
  input#demo17 {
    height: 59px !important;
  }
  .search-bar .check i {
    top: 1.2rem;
    left: 20px;
    font-size: var(--f18);
    color: var(--secondary-color);
    width: 25px;
  }
  .search-bar input::placeholder {
    color: #000;
  }
  .search-bar input#end_date {
    padding-left: 48px;
  }
  .search-bar button.main-btn {
    border-radius: 50px;
  }
  .search-bar .main-check {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 15px;
  }
  .search-bar .check:before {
    display: none;
  }
  .search-bar .col-3 {
    position: relative;
    width: 100%;
    margin-bottom: var(--m15);
    padding: 0px;
    border: 0px solid;
  }
  .search-bar .row {
    justify-content: space-between;
  }
  section.home-list .img {
    width: 49.2%;
  }
  section.home-list {
    padding: var(--p50) var(--p12);
  }
}
@media (max-width: 540px) {
  .search-bar form {
    padding: 0;
  }
  .search-bar .col-3 {
    width: 100%;
  }
  .search-bar .datepicker-common-2 {
    width: 100%;
  }
  input#demo17 {
    height: 134px !important;
  }
  .search-bar .check {
    margin-bottom: 15px;
    width: 100%;
  }
  .search-bar .main-check {
    margin-bottom: 0px;
  }
  section.home-list {
      padding: var(--p40) var(--p12);
    }
    section.home-list .prop-card{
        padding-left: 0;
        padding-right: 0;
    }
  section.home-list .img {
    width: 100%;
  }
  section.home-list .dest-content.price h3 {
    font-size: var(--f16);
    height: auto;
  }
  section.home-list .inner-area .prop-price h3 {
    font-size: var(--f18);
  }
  .search-bar input {
    padding: var(--p12) var(--p22) var(--p11) var(--p50);
  }
  a.sticky.main-btn {
    transform: rotate(360deg);
    left: 0;
    right: 0;
    top: auto;
    bottom: -1px;
    text-align: center;
    margin: auto;
  }
  .copyright {
    padding-bottom: var(--p50);
  }
  section.home-list .how-we-value-heading h6 {
    font-size: var(--f16);
  }
  section.home-list .col-md-6 {
    width: 100%;
  }
  section.home-list img.img-fluid {
    height: 250px;
  }
  section.home-list h5 span {
    font-size: var(--f19);
  }
  section.home-list h5 {
    font-size: var(--f16);
  }
  section.home-list .pro-cont {
    padding: var(--p40) var(--p15) var(--p15) var(--p15);
  }
  section.home-list p.adr {
    height: auto;
  }
  section.home-list h3.title {
    font-size: var(--f18);
  }
  .prop-view-btn a {
    font-size: var(--f16);
  }
}
@media (max-width: 360px) {
  section.home-list .inner-area h3 span {
    font-size: var(--f13);
  }
  section.home-list .inner-area h3 {
    gap: 0 3px;
  }
  .prop-view-btn a {
    font-size: var(--f15);
  }
}
