if ($busicare_enable_slider_title_typography == true) {
?>
<style>
.slider-caption h2 {
font-size:<?php echo intval(get_theme_mod('slider_title_fontsize', '50')) . 'px'; ?> !important;
font-family:<?php echo esc_attr(get_theme_mod('slider_title_fontfamily', 'Open Sans')); ?> !important;
line-height:<?php echo intval(get_theme_mod('slider_line_height','85')).'px'; ?> !important;
}
</style>
<?php
}