@media (max-width: 1024px) {
    .see-more .col-4 {
        width:50%
    }
}

@media (max-width: 980px) {
    section.properties-list {
        padding-top:30px
    }

    .see-more {
        margin-top: 50px;
        padding: 0
    }

    .see-more .col-4 {
        width: 50%
    }
}

@media (max-width: 540px) {
    section.properties-list .property-list img {
        height: 220px;
    }

    .pro-list-info,section#rvws h2,section.list-banner h1 {
        text-align: center;
        margin-bottom: 0px;
    }
    section.list-banner h1{
        display: none;
    }

    section.list-banner {
        /* height: 250px; */
        padding: 40px 0 10px;
    }
    .search-info{
        padding: 0;
    }

    section.properties-list .list-btn {
        flex-direction: column;
        align-items: flex-start;
    }

    section.properties-list {
        padding-top: 40px
    }

    section.properties-list .item {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .see-more {
        margin-top: 40px;
        padding: 0
    }

    .see-more .col-4 {
        width: 100%;
        padding: 0
    }

    .search-head h4 {
        border-bottom: 1px solid #ffffff38;
        font-size: 20px;
        padding-bottom: 15px;
        color: var(--white-color);
        font-weight: 400;
        font-family: var(--secondary-font);
        text-transform: capitalize;
        letter-spacing: 0
    }

    .search-head i.fa.fa-times.close2 {
        font-size: 20px;
        color: rgba(255,255,255,.5);
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 15px
    }
    .search-bar-inner input[type=text]{
        padding-left: 0;
    }
    .adult-btn{
        right: 0;
    }
    .search-bar-inner .guest-detail{
        padding-top: 0;
        padding-right: 0;
    }
}

@media screen and (min-height: 600px) and (max-height:700px) {
    section.properties-list .property-list img {
        height: 22vh;
    }
}

@media screen and (min-height: 700px) and (max-height:800px) {
    section.properties-list .property-list img {
        height: 27.5vh;
    }
}

@media screen and (min-height: 801px) and (max-height:900px) {
    section.properties-list .property-list img {
        height: 30vh;
    }
}
