@media (max-width: 1366px) {
    section.property-new-sec h4 {
        font-size: 20px;
        text-wrap: wrap;
        display: block;
        white-space: inherit;
        word-wrap: break-word;
        overflow-wrap: break-word;
        width: 100%;
    }

    section.property-new-sec .cont {
        height: 168px;
    }

    section.home-list img.img-fluid {
        height: 250px;
    }
   section.properties-list .property-list li{
    /* flex-direction: column; */
    gap: 5px;
    font-size: 16px;
  }
  section.properties-list .property-list li i {
    margin-right: 0;
  }
  section.properties-list .property-list a.main-btn{
    font-size: 12px;
    padding: 12px 8px;
  }
  section.properties-list .property-list p {
    font-size: 16px;
  }
  
  form.Search-bar {
    width: 90%;
    z-index: 2;
}
  
}

@media (max-width: 1024px) {
  
    form.Search-bar {
    width: 95%;
}
  
  
    section.home-list h3.title a {
        font-size: var(--f18);
    }

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

    section.home-list h5 {
        font-size: var(--f14) !important;
    }

    .prop-view-btn a {
        font-size: var(--f16);
    }
  section.home-list .row {
    gap: 30px 0%;
}
section.home-list img.img-fluid {
    height: 300px;
}
section.home-list .property-categories img, section.home-list .property-categories{
    height: 300px;
}
  section.home-list .col-lg-4 {
        width: 49%;
    }
  section.properties-list .property-list li{
    flex-direction: row;
    gap: 0px;
    font-size: 14px;
  }
  section.properties-list .property-list li i {
    margin-right: 5px;
  }
  section.properties-list .property-list a.main-btn{
    font-size: 14px;
    /* padding: 12px 20px; */
  }
  section.properties-list .property-list p {
    font-size: 14px;
  }
section.properties-list .col-md-3.col-12{
  width:50%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .search-bar form {
        width: 100%;
    }

    section.home-list .rating {
        width: 25%;
    }

    .search-bar .check {
        width: 50%;
    }
}

@media (max-width: 980px) {
    
    a.sticky.main-btn.book1.check {
        right: -65px;
        left: auto;
    }

    div#p-list {
        display: block;
    }

    .search-bar .col-3:before{
        display: none;
    }
    .search-sec {
    margin-top: 0px;
    }
.search-bar {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 10px;
}
.select::after, .search-bar .main-check::after{
    display:none;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out:before{
    display: none;
}
.search-bar .check.right, .search-bar .check.left {
width: 50%;
}
    .search-bar img {
    width: 19px;
    position: absolute;
    bottom: 19px;
    left: 20px;
    }
.search-bar form{
    width: 100%;
    position: relative;
    bottom: 0px;
    padding: var(--p20);
    background: var(--white-color);
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
}
.search-bar .col-3 {
    width: 100%;
    margin-bottom: var(--m16);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--p6);
    padding-right: var(--p6);
}
.search-bar input, input#show-target-data, input#show-target-data1{
    line-height: 34px;
    font-weight: 400;
    border-radius: 25px;
    padding: var(--p12) var(--p22) var(--p11) var(--p22);
    /*background: #f5f5f5 !important;
    border: 1px solid #e0e0e0;*/
    /*color: var(--primary-text);*/
    font-size: 14px;
    letter-spacing: 0;
    height: 59px;
}
.search-bar select{
    line-height: 34px;
    font-weight: 400;
    height: 59px;
    border-radius: 25px;
    padding: var(--p12) var(--p22) var(--p11) var(--p10);
    background: #f5f5f5;
    text-indent: 30px;
    border: 1px solid #e0e0e0;
    color: var(--primary-text);
}
input#show-target-data, input#show-target-data1{
    height: 42px;
}
.search-bar input::placeholder, input#show-target-data::placeholder, input#show-target-data1::placeholder{
    color: var(--primary-text);
}
.search-bar .check i, .search-bar .col-3 i {
    top: 1.2rem;
    left: 20px;
    font-size: var(--f18);
    color: var(--secondary-color);
    width: 25px;
}
.datepicker{
    right: 0;
}
.search-bar .main-check{
    padding-left: var(--p6);
    padding-right: var(--p6);
    padding-top: 0;
        padding-bottom: 0;
    margin-bottom: 0px;
    width: 100%;
}
.search-bar .check.left input#start_date, .search-bar .check.left input#start_date1 {
    border-right: 0px solid;
     border-radius: 25px 0px 0px 25px;
}
.search-bar .check.right input#end_date, .search-bar .check.right input#end_date1 {
    border-left: 0px solid;
    border-radius: 0 25px 25px 0;
}
.search-bar .check:before{
    top: 20px;
    right: 10px;
    width: 2px;
    background: var(--secondary-color);
    z-index: 1;
    height: 20px;
}
.search-bar input#end_date, .search-bar input#end_date1 {
    padding-left: 22px;
}
input#demo17, input#demo171{
    height: 59px !important;
    top: auto !important;
    bottom: 17px !important;
}
.search-bar .col-3.srch-btn{
    padding-left: 6px;
    margin-bottom: 0px;
}
.search-bar .form-control:focus{
    box-shadow: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
}
.search-bar button.main-btn{
    height: 55px;
    width: 100%;
    border-radius: 25px;
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2:before{
    background: transparent;
}
.search-bar input#show-target-data1{
    height: 59px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: #f5f5f5 !important;
        border: 1px solid #e0e0e0;
}
  .search-bar label{
        font-size: 17px;
    }
    section.property-new-sec {
        padding-top: 50px;
    }

    section.property-new-sec .col-4.main-img {
        width: 50%;
    }

    section.home-list .rating {
        width: 27%;
    }

    section.home-list .col-6.col-md-6.col-sm-12.prop-card.aos-init.aos-animate {
        width: 100%;
    }
  
  
  
    
      form.Search-bar {
        width: 80%;
    }
  
  
      form.Search-bar .row {
        gap: 10px;
    }
  
  .search .col-3:first-child {
        width: 48.5%;
        order: 2;
    }
  
      form.Search-bar .checkbar {
        order: 1;
        width: 100%;
    }
  
      .search .col-3:nth-child(3),
  form .adult_field {
        width: 48.5%;
        order: 3;
        padding-left: 0;
    }
  
      form.Search-bar .sub-btn {
        width: 100%;
        order: 4;
    }
  
  
    
  .search {
    top: 80px;
    bottom: 0px;
        z-index: 2;
}
  
  .search .col-3{
            width: 100%;
        }
        form.Search-bar{
            width: 80%;
              padding: var(--p20) var(--p10) var(--p30);
        }
        form.Search-bar .row{
            gap: 10px;
        }
        form.Search-bar .checkbar{
            width: 100%;
        }
        form.Search-bar .people label {
            text-align: left;
            /* margin-bottom: 5px; */
        }
        form.Search-bar .adult-box{
            justify-content: flex-start;
        }
        form.Search-bar .Children {
            width: 50%;
        }
        form.Search-bar .sub-btn {
            width: 100%;
            order: 4;
                  padding-right: 12px;
        }
        form.Search-bar .submit-btn, form.Search-bar .submit-btn button{
            width: 100%;
        }
        .search .col-3:first-child, form.Search-bar .checkbar {
            border-right: 0px solid #cccccc;
        }
        .search .col-3:first-child{
            width: 48.5%;
            order: 2;
        }
        form.Search-bar input, form.Search-bar select{
            font-size: 13px;
        }
        form.Search-bar .checkbar{
            order: 1;
        }
        .search .col-3:nth-child(3),
  form .adult_field{
            width: 48.5%;
            order: 3;
            padding-left: 0;
        }
  
      input#demo17, input#demo171 {
        height: 59px !important;
        top: auto !important;
        bottom: -12px !important;
    }
  
  section.properties-list {
    padding: var(--p50) var(--p12);
}
  
    
  form.Search-bar .adult-box input {
    width: 55px;
}
  
      .booking-area .form-control {
        padding: 10px 20px;
        padding-left: 19px;
    }
  
}



@media (max-width: 767px){ 

      form.Search-bar {
        width: 95%;
        padding: var(--p20) var(--p10) var(--p30);
    }
}




@media (max-width: 540px) {
  
  

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

    a.sticky.main-btn.book1.check {
        right: 0;
        left: auto;
    }

 
    input#demo17,
    input#demo171 {
        height: 138px !important;
    }

    .search-bar .check.right, .search-bar .check.left{
    width: 100%;
}
    .search-bar label {
        font-size: 16px;
    }
.search-bar .datepicker-common-2.datepicker-main {
    margin-bottom: 0px;
}
.datepicker {
    width: 100% !important;
}
#datepicker-demo17.datepicker {
    z-index: 10 !important;
}
.search-bar .check.right input#end_date, .search-bar .check.right input#end_date1 {
    border-left: 1px solid #e0e0e0;
    border-radius: 25px 25px 25px 25px;
}
.search-bar .check.left input#start_date, .search-bar .check.left input#start_date1 {
    border-right: 1px solid #e0e0e0;
    border-radius: 25px 25px 25px 25px;
}
.search-bar .check:before{
    display: none;
}
.guests .col-6.guest-img{
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
}
.guests .col-6.guest-content{
    padding: 0px;
    width: 100%;
}
.search-bar{
  padding:0;
  }
.guest-content-section {
    height: 440px;
    }

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

    section.home-list .col-6 {
        padding: 0px;
        width: 100%;
    }

    section.property-new-sec .col-4.main-img {
        width: 100%;
        padding: 0px;
    }

    section.property-new-sec .cont {
        height: auto;
    }

    section.property-new-sec h4 {
        font-size: 19px;
    }

    section.property-new-sec .cont .price span {
        font-size: 15px;
    }

    section.home-list .pro-cont {
        padding: var(--p40) var(--p15) var(--p25) var(--p15);
    }

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

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

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

    .prop-view-btn a {
        font-size: var(--f16);
    }

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

    section.home-list .rating {
        width: 25%;
    }
  section.home-list .col-lg-4 {
    width: 100%;
    padding: 0px;
}
section.home-list .row {
    gap: 25px 0%;
}
section.home-list {
    padding: var(--p40) var(--p12);
}
section.home-list .pro-cont{
    padding: var(--p40) var(--p15) var(--p25) var(--p15);
}
section.home-list h5 {
    font-size: var(--f16);
}
section.home-list h5 span{
    font-size: var(--f20);
}
section.home-list h3.title {
    font-size: var(--f18);
    height: auto;
    width: 100%;
}
section.home-list {
    padding: var(--p40) var(--p12);
}
  section.home-list img.img-fluid {
        height: 250px;
    }
  section.properties-list .col-md-3.col-12 {
        width: 100%;
    }
  section.properties-list .property-list h3{
    font-size: 18px;
    height: auto;
  }
  
  
  /* search bar css */
  
      .search {
        top: 80px;
    }
  
  
        form.Search-bar {
        width: 100%;
        padding: var(--p20) var(--p10) var(--p30);
    }
  
      .search .col-3:first-child {
        width: 100%;
        order: 2;
    }
  
  .search .col-3:nth-child(3), form .adult_field {
        width: 100%;
        order: 3;
        padding-left: 16px;
    }
  
  form.Search-bar input, form.Search-bar select {
    color: #999 !important;
}
  
  section.properties-list .property-list img {
    width: 100%;
    height: 100%;
}
  
    
    form.Search-bar .adult-box input {
    width: 106px;
      padding-left: 15px;
}
  
      .booking-area .form-control {
        padding: 10px 10px;
        padding-left: 10px;
    }
  
  
}

@media (max-width: 360px) {
    section.property-new-sec h4 {
        font-size: 17px;
    }

    section.home-list ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-size: var(--f13);
    }

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

@media (max-width: 320px) {
    section.home-list .rating {
        width: 37%;
    }
}