Hey Antony,
Please add the code below in your functions.php
add_action( 'wp_footer', 'global_resp_text');
function global_resp_text () {
echo do_shortcode('[responsive_text selector=".responsive-heading" compression="1.5" min_size="36px" max_size="78px"]');
}
Replace [responsive_text selector=".responsive-heading" compression="1.5" min_size="36px" max_size="78px"] with your own setup. For more details about Responsive Text shortcode, please see http://demo.theme.co/integrity-1/shortcodes/responsive-text/
Thanks.