@media screen and (max-width: 1280px) {
    .form-group.filter-box .form-control.filter-condition {
        width: 13%;
    }
}
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 768px) {
    body .ui-sidebar-right{
        width: 85%;
    }
}
@media screen and (max-width: 640px) {

}