if (el<= 400){
setTimeout(function(){
value.classList.remove('class');
}, 1000);
if (el<= 400){
setTimeout(function(){
var ti = setInterval(function(){
$( 'div:not(.test)' ).addClass('test');
if ( !$( 'div:not(.test)' ).length ) {
clearInterval(ti);
}
}, 150);
}, 1000);