';
$output .= "\n\t\t" . '
';
$output .= wpb_widget_title( array( 'title' => $title, 'extraclass' => $element . '_heading' ) );
$output .= "\n\t\t\t" . $tabs_nav;
$output .= "\n\t\t\t" . wpb_js_remove_wpautop( $content );
if ( 'vc_tour' == $this->shortcode ) {
$output .= "\n\t\t\t" . '
';
}
$output .= "\n\t\t" . '
' . $this->endBlockComment( '.wpb_wrapper' );
$output .= "\n\t" . '
' . $this->endBlockComment( $element );
echo ''.$output;