@media screen and (max-width:1024px) {
    .listing-adistional-filed {
        width: 50% !important;
    }
}

@media screen and (max-width:880px) {
    .filter-design  .elementor-search-form__container {
        flex-wrap: wrap;
    }

    .filter-design .elementor-search-form__input {
        flex-basis: 82%;
    }

    .filter-design .filtersubmit,.filter-design .mapsubmit {
        margin: 10px 10px 0 0;
    }
}



@media screen and (max-width:800px) {
    .home-search-form form .filter-box {
        width: 170px;
    }
}

@media screen and (max-width:768px) {

    .filter-design .elementor-search-form__input {
        flex-basis: 79%;
    }

    /* .post-listing-list .elementor-post  {
        flex-wrap: wrap;
    } */

    /* .post-listing-list a.elementor-post__thumbnail__link {
        width: 100% !important;
    } */
}


@media screen and (max-width:767px) {
    .post-listing-list .elementor-post  {
        flex-wrap: wrap;
    }

    .post-listing-list a.elementor-post__thumbnail__link {
        width: 100% !important;
    }

    .filter-design form .elementor-search-form__container {
        flex-wrap: wrap;
    }

    .filter-design form input.search-button-submit {
        margin-top: 10px;
    }

    .filter-design form input.search-button-submit {
        width: 100%;
        padding: 12px 20px;
    }

    .filter-design .filtersubmit,.filter-design .mapsubmit {
        width: 100%;
        padding: 12px 20px;
    }

    .filter-design .filtersubmit input,.filter-design .mapsubmit input {
        width: 100%;
        padding:0 !important;   
    }

    .filter-design .filtersubmit i,.filter-design .mapsubmit i {
        left: 42%;
    }

    .filter-design .elementor-search-form__input {
        flex-basis: 100%;
    }

    .filter-design .filtersubmit,.filter-design .mapsubmit {
        margin: 10px 0 0 0;
    }

    .filter-design .searchsubmit {
        width: 100%;
    }

    .filterproperty .property-box .filter-box select {
        width: 100% !important;
        margin:10px 0 0 0; 
        padding: 12px 20px;
    }

    .filterproperty .property-box .filter-box {
        width: 100%;
    }


}

@media screen and (max-width:740px) { 
    .home-search-form form .filter-box {
        width: 100%;
        margin: 10px 0;
    }

}

@media screen and (max-width:600px) {

    .home-search-form form .elementor-search-form__container {
        display: block;
        margin-bottom: 10px;
    }

    .home-search-form form input.search-button-submit, .home-search-form form .elementor-search-form__input {
        width: 100%;
        text-align: center !important;
        padding: 12px 20px !important;
    }

    .filter-design .filtersubmit i,.filter-design .mapsubmit i {
        left: 32%;
    }
    

}



