.clear:after{
        display: none !important;
    }

.property-search-form{
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
    align-items: end;
    background: none;
    padding: 0;
    
    
    
    > * {
        flex: 1 0 250px;
        margin: 0 !important;
    }
    
    .control{
        padding: 0 !important;
    }
    
}