@media (max-width: 1366px) {
  section.home-list ul li {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  section.home-list ul i {
    margin-right: 0px;
  }
}

@media (max-width: 1024px) {
  .search {
    width: 85%;
  }

  section.home-list .pro-cont {
    padding: var(--p30) var(--p15) var(--p15) var(--p15);
    margin-top: -10px;
  }

  section.home-list h5 span {
    font-size: var(--f18);
  }

  section.home-list p.adr {
    font-size: var(--f14);
  }

  section.home-list .rating {
    font-size: 14px;
    min-width: 40px;
    text-align: right;
  }

  section.home-list h3.title {
    font-size: var(--f18);
    height: 50px;
  }

  section.home-list .descp {
    text-align: left;
  }
}

@media (max-width: 980px) {

  .search {
    width: 95%;
    top: 320px;
  }

  section.home-list {
    padding: var(--p50) 0;
  }

  section.home-list .col-4 {
    width: 49%;
  }

  .banner h1 {
    margin-bottom: var(--m30);
  }

  a.sticky.main-btn {
    display: block;
  }
}

@media (max-width: 600px) {
  section.home-list .col-4 {
    width: 100%;
  }

  .shape-image img {
    width: 100%;
  }
}

@media (max-width: 540px) {
  body {
    background: #959056;
  }

  .search-bar .col-3 {
    width: 100%;
    margin-bottom: var(--m20);
  }

  .search-bar select {
    text-indent: 30px;
  }

  .search-bar button.main-btn {
    height: 59px;
  }

  .search-bar {
    bottom: -350px;
  }

  .search-bar form {
    padding-bottom: var(--p20);
  }

  .search-bar .col-3.md-12.sm-12.srch-btn {
    width: 100%;
  }

  section.home-list {
    padding: var(--p40) 0;
  }

  .prop-card {
    padding: 0;
  }

  .how-we-value-heading h4 {
    font-size: 18px;
    text-align: center;
  }

  .how-we-value-heading h3 {
    margin-bottom: 0px;
    font-size: 25px;
  }

  section.home-list h3.title {
    font-size: var(--f16);
    height: auto;
  }

  section.home-list p.adr {
    height: auto;
  }

  a.sticky.main-btn {
    transform: rotate(0deg);
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
  }

  section.home-list .pro-cont {
    padding: var(--p24) var(--p14);
  }

  footer .copyright {
    /* padding-bottom: var(--p60); */
  }

  input#show-target-data {
    padding: 11px;
  }

  .search {
    height: 250px;
    width: 90%;
    padding: 15px;
    bottom: 0px;
    top: auto;
    position: relative;

    margin-top: 30px;
    margin-bottom: 0px;
  }

  .search .col-3 {
    width: 50%;
  }

  .search .col-3.check.check-out .check-detail {
    border-right: 0px solid;
  }

  .search .col-6.datepicker-common-2.datepicker-main {
    width: 100%;
  }

  section.home-list h5 {
    font-size: var(--f15);
  }

  section.home-list h5 span {
    font-size: var(--f15);
  }

  input#demo17 {
    height: 60px !important;
  }

  section.home-list p.adr {
    font-size: var(--f13);
  }

  .search .row {
    gap: 15px 0;
  }

  .search .col-3.check.guests,
  .search .col-3.search-btn {
    width: 100%;
  }

  .search .search-btn button {
    border-radius: 15px;
  }
  .guests button.button1{
    background: var(--secondary-color);
    color: var(--white-color);
  }
  .search button i{
    color: var(--white-color);
    font-size: var(--f16);
  }
  .guests button.button1{
    height: 38px;
  }
  .search.newClass {
    position: unset;
  }
}

@media (max-width: 360px) {}

@media (max-width: 320px) {}