Hi,
Please find following code in /wp-content/plugins/ct-booking/lib/shortcodes/shortcodes.php file.
$output .= '<h3><strong>' . get_the_title( $post_id ) . '</strong> ' . __( 'Tour', 'ct-booking' ) . '</h3>';
And change it to following.
$output .= '<h3><strong>' . get_the_title( $post_id ) . '</strong> </h3>';
Regards, C-Themes