if($(this).hasClass('icon-chevron-right')){
            $(this).removeClass('icon-chevron-right').addClass('icon-chevron-down');
            $(this).next().next().show();
        }