jQuery(document).ready(function() {


  
          $(".accordion-faq").tabs(".pane", {tabs: 'span', effect: 'slide'});

});

