Hi eokpekpe
In this file /templates/ja_healthcare/css/template.css line 8400 change from
[class^="icon-"],
[class*=" icon-"] {
font-family: FontAwesome3 !important;
}
TO :
[class^="icon-"],
[class*=" icon-"] {
font-family: FontAwesome !important;
}
Regards