/*Theme Name: Property Website
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress Developer
*/


.ui-datepicker{
    z-index:999 !important;
}
.submit_mobile_btn.filter-box {
    margin-top: 20px;
    display: none;
}
@media(max-width:767px){
    .submit_mobile_btn.filter-box {
    margin-top: 20px;
    display: block;
    text-align: center;
}

.submit_destop_btn.filter-box {
    display: none;
}

.filtericon {
    display: none;
}
}