$('button.next_step').click(function(){
        
        var step = $(this).attr('id');
        var hash_step = ('#'+step);