Hi
Open file "/tpls/blocks/footer.php" in template "ja_healthcare".
Find and remove this code
<!-- ADDTHIS -->
<div id="addthis-wrap" class="addthis-wrap">
<button class="btn btn-primary" title="Addthis"><i class="fa fa-share-alt"></i></button>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_follow_toolbox"></div>
</div>
<!-- BACK TOP TOP BUTTON -->
<div id="back-to-top" data-spy="affix" data-offset-top="300" class="back-to-top hidden-xs hidden-sm affix-top">
<button class="btn btn-inverse" title="Back to Top"><i class="icon-arrow-up fa fa-angle-double-up"></i></button>
</div>
<script type="text/javascript">
(function($) {
// Back to top
$('#back-to-top').on('click', function(){
$("html, body").animate({scrollTop: 0}, 500);
return false;
});
})(jQuery);
</script>
<!-- BACK TO TOP BUTTON -->
To make an override for this file place it as
file "local/tpls/blocks/footer.php" in template "ja_healthcare".