@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 a.main-btn {
    /* padding: 12px 11px; */
    /* font-size: 13px; */
    /* display: block; */
}
section.properties-list .property-list li{
    /* flex-direction: column; */
    /* gap: 5px; */
}
section.properties-list .property-list li i {
    /* margin-right: 0; */
}
section.properties-list .property-list ul{
    justify-content: space-between;
}
}

@media (max-width: 1024px) {
    section.property-list .pro-left {
        width: 100%;
    }
    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);
    }
}

@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%;
    }
    section.properties-list .col-md-3{
    width: 33.33%;
}
}

@media (max-width: 980px) {
    .search-info{
         position: absolute;
        width:100%;
        left:0;
    }
    .search-bar {
        position: relative;
        width: 100%;
        bottom: 0px;
        left: 0;
        padding: 10px;
        max-width: 100%;
    }

    .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 {
        width: 50%;
        margin-bottom: 15px;
    }

    .search-bar form {
        width: 100%;
        position: relative;
        bottom: -15px;
        padding: 0;
        /* background: var(--black-color); */
        /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
        margin-top: 0;
    }

    .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(--p48) !important;
        background: #f5f5f5 !important;
        border: 1px solid #e0e0e0 !important;
        color: var(--primary-text);
        height: auto !important;
    }
.search-bar-inner .check-detail, .search-bar-inner .guest-detail{
    padding:0;
    border-right:0px solid;
}
    .search-bar input#show-target-data1{
        padding-left:20px !important;
        padding-right:20px !important;
    }
    .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: 59px;
    }

    .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.8rem;
        left: 20px;
        font-size: var(--f18);
        color: var(--black-color);
        width: 25px;
    }
.col-3.check.guests i{
    left:0;
}
    .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(--black-color);
        z-index: 1;
        height: 20px;
    }

    .search-bar input#end_date,
    .search-bar input#end_date1 {
        padding-left: 48px;
    }

    input#demo17,
    input#demo171 {
        height: 59px !important;
        top: 0px !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;
    }

    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%;
    }
    section.property-list .image-box img {
    width: 250px;
}
section.property-list .image-box {
    min-width: 250px;
    }
    .property-content ul{
        gap: 1rem;
    }
    section.properties-list {
    padding-top: 50px;
}
section.properties-list .item{
        /* width: 50%; */
    }
    section.properties-list .property-list a.main-btn {
    padding: 13px 20px;
}
}

@media (max-width: 540px) {
    .search-bar input#show-target-data {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
  section.list-banner {
    height: 250px;
  }
    .search-info {
    margin-top: 25px;
}
    section.properties-list {
    padding-top: 380px;
}
    section.properties-list .property-list img{
        height:250px;
    }
    .property .main, .sidebar.right {
        padding: 0;
    }
    #ovabrw_booking_form .srch-btn {
        margin-top: 20px;
    }
    .icns {
        margin-bottom: 0;
    }
    #ovabrw_booking_form .guest, #ovabrw_booking_form .bedroms {
       margin-top: 15px;
       margin-bottom: 0; 
    }
    #ovabrw_booking_form .check {
        width: 100%;
        margin-top: 15px;
    }
    section.property-list .view {
        padding: 0;
    }
    .property-content h2 a {
        font-size: 20px;
    }
    .property-content i, .property-content p.location i {
        font-size: 16px;
    }
    .property-content li {
        font-size: 14px;
    }
    .property-content ul {
        gap: 15px;
    }
    section.property-list .property-content {
        padding-top: 0px;
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    section.property-list .image-box{
        height: 300px;
    }
    section.property-list .pro-left {
        padding: 0;
    }
    section.property-list .pro-info{
        display: block;
    }
    section.property-list .image-box img {
        width: 100%;
        height: 250px;
    }
    .search-bar {
        padding-bottom: 10px;
        padding: 0;
    }
    .search-bar-inner{
        box-shadow: 0px 0px 6px #000;
        padding: 10px;
    }
    .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;
    }

    .search-bar form {
        width: 100%;
    }

    input#demo17,
    input#demo171 {
        height: 138px !important;
    }
.search-bar input#show-target-data1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .search-bar .datepicker-common-2 {
        width: 100%;
    }

    .search-bar .datepicker-common-2.datepicker-main {
        margin-bottom: 0px;
        width: 100%;
    }
    .search-bar-inner .col-6.datepicker-common-2.datepicker-main{
        width:100%;
    }

    .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;
    }

    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);
        height: auto;
    }

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

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

    section.home-list .rating {
        width: 25%;
    }
    section.properties-list .item {
        width: 100%;
        /* padding: 0; */
    }
    section.properties-list .property-list .list-content .price p{
        font-size:20px;
    }
    section.properties-list .property-list h3{
        font-size: 18px;
        height: auto;
    }
}

@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%;
    }
}