{"id":273,"date":"2024-11-06T08:31:33","date_gmt":"2024-11-06T08:31:33","guid":{"rendered":"https:\/\/democontent.codex-themes.com\/sites-elementor-v5\/dental-care\/?page_id=273"},"modified":"2025-10-09T16:33:29","modified_gmt":"2025-10-09T14:33:29","slug":"home-7","status":"publish","type":"page","link":"https:\/\/shifamedical.co.za\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"273\" class=\"elementor elementor-273\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af51ad7 e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"af51ad7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_custom_css&quot;:&quot;@keyframes fadeIn {\\n  0% { opacity: 0; }\\n  100% { opacity: 1; }\\n}\\n\\n.fade-in-elements { \\n    animation: fadeIn 2s; \\n}&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-68ac7db e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"68ac7db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5e75493 e-con-full fade-in-elements thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"5e75493\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:1206,&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/full-medical-examination1.jpg&quot;},{&quot;id&quot;:1575,&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Untitled.png&quot;}],&quot;thegem_container_layout&quot;:&quot;thegem&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7da3df6 elementor-absolute elementor-hidden-mobile flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"7da3df6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/home-2.svg&quot;,&quot;id&quot;:&quot;387&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2024\/11\/home-2.svg\"\n\t\t\t\t\t\t alt=\"home-2 (Demo)\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb13a81 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"cb13a81\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-000351b trigger-259011386322 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"000351b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;thegem_button_skin&quot;:&quot;outline&quot;,&quot;effects_enabled&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"text\/javascript\">(function() {function TheGemButtonAnimation() {this.animateClass = 'thegem-button-animate';this.animatedClass = 'thegem-button-animated';}TheGemButtonAnimation.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) this.startAnimation(item);});if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries, observer)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>intersectionObserver.observe(item));} else {items.forEach((item)=>this.startAnimation(item));}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),vWidth= window.innerWidth || document.documentElement.clientWidth,vHeight= window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > vWidth || rect.top > vHeight) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);}}};window.theGemButtonAnimation= new TheGemButtonAnimation();document.addEventListener('DOMContentLoaded', function() {window.theGemButtonAnimation.initialize();});})();<\/script><style>.elementor-element-000351b .gem-button {opacity:0;animation-duration:1500ms !important}<\/style>\n<div class=\"thegem-button-animate thegem-button-animation-fade-left gem-button-container gem-widget-button lazy-loading\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-outline gem-button-border-3\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tMake an appointment\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc213c1 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"cc213c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"text\/javascript\">(function() {function TheGemHeading() {this.animateClass = 'thegem-heading-animate';this.animatedClass = 'thegem-heading-animated';}TheGemHeading.prototype = {initialize: function () {let items =document.querySelectorAll('.'+this.animateClass);items.forEach((item)=>{if (this.isElementVisible(item)) {this.prepareAnimation(item);this.startAnimation(item);}});if ('IntersectionObserver' in window) {let intersectionObserver = new IntersectionObserver((entries)=>{entries.forEach((entry)=> {if (entry.isIntersecting) {this.startAnimation(entry.target);intersectionObserver.unobserve(entry.target);}});});items.forEach((item)=>{intersectionObserver.observe(item);this.prepareAnimation(item);});} else {items.forEach((item)=>{this.prepareAnimation(item);this.startAnimation(item);});}},isElementVisible: function (element) {let rect= element.getBoundingClientRect(),width= window.innerWidth || document.documentElement.clientWidth,height = window.innerHeight || document.documentElement.clientHeight,efp= (x, y) => document.elementFromPoint(x, y);if (rect.right < 0 || rect.bottom < 0 || rect.left > width || rect.top > height) return false;return (element.contains(efp(rect.left,rect.top)) ||element.contains(efp(rect.right, rect.top)) ||element.contains(efp(rect.right, rect.bottom)) ||element.contains(efp(rect.left,rect.bottom)));},startAnimation: function (element) {if (element && !element.classList.contains(this.animatedClass)) {element.classList.add(this.animatedClass);element.classList.remove(this.animateClass);element.dispatchEvent(new Event('theGemHeading.startAnimation', {bubbles: true}));}},prepareAnimation: function (element) {if (element && !element.isPreparedAnimation) {element.dispatchEvent(new Event('theGemHeading.prepareAnimation', {bubbles: true}));element.isPreparedAnimation = true;}}};window.theGemHeading = new TheGemHeading();document.addEventListener('DOMContentLoaded', function() {window.theGemHeading.initialize();});})();document.addEventListener('theGemHeading.prepareAnimation', function(event) {const element = event.target;const animationName = element.dataset.animationName;if (element && ['lines-slide-up', 'lines-slide-up-random'].includes(animationName)) {theGemHeadingPrepareAnimation(element);}});function theGemHeadingPrepareAnimation(element) {if (!element) return;const isDesktop = window.innerWidth > 1024;const isTablet = window.innerWidth <= 1024 && window.innerWidth >= 768;const isMobile = window.innerWidth < 768;if (element.classList.contains('animation-prepared')) return;if (element.classList.contains('thegem-heading-animate-disable-desktop') && isDesktop) return;if (element.classList.contains('thegem-heading-animate-disable-tablet') && isTablet) return;if (element.classList.contains('thegem-heading-animate-disable-mobile') && isMobile) return;const animationName = element.dataset.animationName;const animationDelay = parseInt(element.dataset.animationDelay) || 0;const animationInterval = parseInt(element.dataset.animationInterval) || 0;switch (animationName) {case 'lines-slide-up':case 'lines-slide-up-random':const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">';let animationLineTag = function (index) {let styles = '';if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) {styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`;}return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>';};let nodes = element.childNodes;let currentOffset = nodes[0].offsetTop;let index = 0;let idx = 0;let html = animationLineTagWrap + animationLineTag(index);for (let i = 0; i < nodes.length; i++) {if (nodes[i].nodeType === 3) continue;if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) {index++;html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index);currentOffset = nodes[i].offsetTop;if (animationName === 'lines-slide-up-random') idx = 0;}if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) {nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms';}html += nodes[i].outerHTML + ' ';if (animationName === 'lines-slide-up-random') idx++;}html += '<\/span><\/span>';element.innerHTML = html;break;}element.classList.add('animation-prepared');}<\/script><div class=\"thegem-heading thegem-animated-heading title-h6 thegem-heading-animate words-slide-right\" id=\"thegem-heading-cc213c1\"><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 15ms\">WELCOME<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 30ms\">TO<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 45ms\">SHIFA<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 60ms\">MEDICAL<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-cc213c1 {margin: 0;}#thegem-heading-cc213c1 .thegem-heading-word {animation-duration: 1500ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0afa918 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"0afa918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-xlarge thegem-heading-animate words-slide-left\" id=\"thegem-heading-0afa918\"><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 20ms\">Health<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 40ms\">Care<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-0afa918 {margin: 0;}#thegem-heading-0afa918 .thegem-heading-word {animation-duration: 1500ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b22330 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"1b22330\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7458dda e-con-full fade-in-elements thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"7458dda\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2adfba elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"d2adfba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/wave.svg&quot;,&quot;id&quot;:&quot;254&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2024\/11\/wave.svg\"\n\t\t\t\t\t\t alt=\"wave (Demo)\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82d1c69 elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"82d1c69\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/arrow.svg&quot;,&quot;id&quot;:&quot;255&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2024\/11\/arrow.svg\"\n\t\t\t\t\t\t alt=\"arrow (Demo)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-869bcd5 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"869bcd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h3\" id=\"thegem-heading-869bcd5\"><span class=\"colored\" style=\"color: #FFFFFF;\">Private Healthcare<\/span> <\/div><style type=\"text\/css\">#thegem-heading-869bcd5 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c04522 trigger-259011386322 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"1c04522\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;thegem_button_skin&quot;:&quot;flat&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-button-container gem-widget-button\">\n\n\t\t<a class=\"gem-button gem-button-size-tiny gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button text-body-tiny\">\n\t\t\t\tMake an Appoinment\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-07e5609 e-con-full fade-in-elements thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"07e5609\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-239b432 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"239b432\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-xlarge\" id=\"thegem-heading-239b432\"><span class=\"colored\" style=\"color: #FFFFFF;\">2,325+<\/span> <\/div><style type=\"text\/css\">#thegem-heading-239b432 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9749294 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"9749294\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h3\" id=\"thegem-heading-9749294\"><span class=\"colored\" style=\"color: #FFFFFF;\">Patients Since 2024<\/span> <\/div><style type=\"text\/css\">#thegem-heading-9749294 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb2f77e e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"bb2f77e\" data-element_type=\"container\" data-e-type=\"container\" id=\"services\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9b5458e e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"9b5458e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c526cf8 e-grid e-con-full thegem-e-con-layout-thegem e-con e-child\" data-id=\"c526cf8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c364cde flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-invisible elementor-widget elementor-widget-thegem-infobox\" data-id=\"c364cde\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;,&quot;thegem_elementor_preset&quot;:&quot;tiny&quot;}\" data-widget_type=\"thegem-infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-infobox styled-textbox-tiny width-link\">\n\n\t\n\t\t<div class=\"gem-infobox-top gem-infobox-top-none default-fill\">\n\t\t\t\t\t<\/div>\n\t\n\t<div class=\"gem-infobox-inner\">\n\n\t\t<div class=\"gem-infobox-content icon-top gem-infobox-icon-horizontal-center\">\n\n\t\t\t\t\t\t\t<div class=\"gem-texbox-icon-image-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"icon-top center\">\n\t\t\t\t\t\t\t<div class=\"gem-infobox-icon\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#038ade\" id=\"Layer_1\" viewBox=\"-51.2 -51.2 614.40 614.40\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" transform=\"rotate(0)\"><g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"><\/g><g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke=\"#CCCCCC\" stroke-width=\"3.072\"><\/g><g id=\"SVGRepo_iconCarrier\"> <g> <g> <path d=\"M437.021,74.979C388.669,26.628,324.381,0,256,0S123.33,26.627,74.979,74.979C26.628,123.331,0,187.619,0,256 s26.627,132.67,74.979,181.021S187.619,512,256,512s132.67-26.627,181.021-74.979S512,324.381,512,256 S485.373,123.33,437.021,74.979z M425.824,425.824c-45.361,45.36-105.672,70.341-169.824,70.341s-124.462-24.981-169.824-70.341 C40.816,380.462,15.835,320.152,15.835,256S40.816,131.538,86.176,86.176C131.538,40.816,191.848,15.835,256,15.835 s124.462,24.981,169.824,70.341c45.36,45.361,70.341,105.672,70.341,169.824S471.184,380.462,425.824,425.824z\"><\/path> <\/g> <\/g> <g> <g> <path d=\"M327.258,184.742V95.01H184.742v89.732H95.01v142.516h89.732v89.732h142.516v-89.732h89.732V184.742H327.258z M401.155,311.423h-89.732v89.732H200.577v-89.732h-89.732V200.577h89.732v-89.732h110.845v89.732h89.732V311.423z\"><\/path> <\/g> <\/g> <g> <g> <rect x=\"245.443\" y=\"42.227\" width=\"21.113\" height=\"15.835\"><\/rect> <\/g> <\/g> <g> <g> <rect x=\"245.443\" y=\"453.938\" width=\"21.113\" height=\"15.835\"><\/rect> <\/g> <\/g> <g> <g> <rect x=\"39.588\" y=\"248.082\" width=\"21.113\" height=\"15.835\"><\/rect> <\/g> <\/g> <g> <g> <rect x=\"451.299\" y=\"248.082\" width=\"21.113\" height=\"15.835\"><\/rect> <\/g> <\/g> <\/g><\/svg>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"gem-texbox-text-wrapper\">\n\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-title title-h3 bold\">\n\t\t\t\t\t\t\tServices Offered:<br>\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"gem-infobox-subtitle title-h4\">\n\t\t\t\t\t\t\t* Medical consults<br> * Treatment of Diabetes And Hypertension<br> * Blood Tests<br> * Wound care<br> * Treatment of chronic Diseases<br> * Suturing<br> * Abscess Drainage<br> * Ultrasound\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n\t\n\t\t<div class=\"gem-infobox-bottom gem-infobox-bottom-none default-fill\">\n\t\t\t\t<\/div>\n\t\n\t\t\t<a href=\"#\" target=\"_blank\" rel=\"nofollow\" class=\"gem-styled-textbox-link\"><\/a>\n\n\t\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3462a62 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"3462a62\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b2ff14 e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"6b2ff14\" data-element_type=\"container\" data-e-type=\"container\" id=\"about\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d7920b8 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"d7920b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-58a17e4 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"58a17e4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e69b77 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"3e69b77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h3\" id=\"thegem-heading-3e69b77\"><span class=\"colored\" style=\"color: #FFFFFF;\">Ensuring Healthy Living<\/span> <\/div><style type=\"text\/css\">#thegem-heading-3e69b77 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28eefb4 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"28eefb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading text-body\" id=\"thegem-heading-28eefb4\"><span class=\"colored\" style=\"color: #FFFFFF;\">We are Shifa Medical Private Healthcare <\/span> <\/div><style type=\"text\/css\">#thegem-heading-28eefb4 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-925b3eb e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"925b3eb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73be247 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-counter\" data-id=\"73be247\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;counter-preset1&quot;,&quot;counter_animation_enabled&quot;:&quot;yes&quot;}\" data-widget_type=\"thegem-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"counter-preset1\">\n\t\t\t<div class=\"gem-counter-container\">\n\n                <div class=\"preloader\"><div class=\"preloader-spin\"><\/div><\/div>\n\n\t\t\t\t\n\n<div data-number-format=\"(ddd).ddd\" class=\"gem-counter-box\">\n\t<div class=\"gem-counter\">\n\t\t<div class=\"gem-counter-inner\">\n\t\t\t\t\t\t<div class=\"gem-counter-number\">\n\t\t\t\t<div class=\"gem-counter-odometer odometer odometer-auto-theme\" data-to=\"35\">\n\t\t\t\t\t\t\t\t\t\t\t0\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"gem-counter-suffix \">\n\t\t\t\t\t\t+\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"gem-counter-text styled-subtitle\">\n\t\t\t\t \t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f82c8 elementor-widget__width-initial elementor-widget-mobile__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"c1f82c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h3\" id=\"thegem-heading-c1f82c8\"><span>Years of Experience<\/span> <\/div><style type=\"text\/css\">#thegem-heading-c1f82c8 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ef8ae6 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"8ef8ae6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fd7b8b1 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"fd7b8b1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c97a08 elementor-absolute elementor-hidden-mobile flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"1c97a08\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/home-1.svg&quot;,&quot;id&quot;:&quot;388&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2024\/11\/home-1.svg\"\n\t\t\t\t\t\t alt=\"home-1 (Demo)\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-acd3c67 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"acd3c67\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab2feb9 elementor-widget__width-initial elementor-widget-mobile__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"ab2feb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate words-slide-left\" id=\"thegem-heading-ab2feb9\"><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 20ms\">Compassionate<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 40ms\">Care,<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 60ms\">Expert<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 80ms\">Healing<\/span><\/span>\n<\/div><style type=\"text\/css\">#thegem-heading-ab2feb9 {margin: 0;}#thegem-heading-ab2feb9 .thegem-heading-word {animation-duration: 1500ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d24b36d elementor-widget__width-initial elementor-widget-mobile__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"d24b36d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading styled-subtitle\" id=\"thegem-heading-d24b36d\"><span>A doctor\u2019s role extends beyond prescriptions and diagnoses\u2014it is a commitment to compassionate care and healing. Every patient is unique, and true medical excellence lies in listening, understanding, and providing personalized treatment.<br \/>\n<br \/>\nAt our practice, we believe in a patient-first approach, where trust, empathy, and expertise come together to ensure your well-being. Whether it&#039;s a routine check-up or a complex medical concern, we are here to support you with the highest standard of care. Because your health is not just a priority\u2014it\u2019s our mission.<\/span> <\/div><style type=\"text\/css\">#thegem-heading-d24b36d {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ee3c9a e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"0ee3c9a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6a9c628 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"6a9c628\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0f0d90 elementor-widget__width-initial elementor-widget-tablet__width-inherit flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"e0f0d90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate words-slide-left\" id=\"thegem-heading-e0f0d90\"><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 20ms\">Review<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 40ms\">From<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 60ms\">Our<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 80ms\">Clients<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-e0f0d90 {margin: 0;}#thegem-heading-e0f0d90 .thegem-heading-word {animation-duration: 1500ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75258f7 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"75258f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-a654c97 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"a654c97\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc8d7fe flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"fc8d7fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/5580956.png&quot;,&quot;id&quot;:1537,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/03\/5580956.png\"\n\t\t\t\t\t\t alt=\"5580956\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b62ea7c e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"b62ea7c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c228811 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"c228811\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h4\" id=\"thegem-heading-c228811\"><span>2,325+<\/span> <\/div><style type=\"text\/css\">#thegem-heading-c228811 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-804af2b flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"804af2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading text-body-tiny\" id=\"thegem-heading-804af2b\"><span class=\"colored\" style=\"color: #9DA7B2;\">Happy Clients<\/span> <\/div><style type=\"text\/css\">#thegem-heading-804af2b {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9654c82 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"9654c82\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0bff585 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"0bff585\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-782f197 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-testimonials\" data-id=\"782f197\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin_source&quot;:&quot;builder&quot;,&quot;loop_builder&quot;:&quot;721&quot;,&quot;content_testimonials_cat&quot;:[&quot;clients&quot;]}\" data-widget_type=\"thegem-testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"preloader\">\n\t\t\t\t<div class=\"preloader-spin\"><\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\" gem-testimonials\n\t\t\t\t\t\t\"\n\t\t\t >\n\t\t\t\n\t\t\t\t\t\t\t<style>.gem-testimonials-navigation{display: block;}<\/style>\n\t\t\t\n\t\t\t\t<div id=\"720\" class=\"gem-testimonial-item post-720 thegem_testimonial type-thegem_testimonial status-publish\"><div class=\"thegem-template-wrapper thegem-template-loop-item thegem-template-721 thegem-loop-post-720\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"721\" class=\"elementor elementor-721\">\n\t\t\t\t<div class=\"elementor-element elementor-element-737d788 thegem-e-con-layout-thegem e-flex e-con-boxed e-con e-parent\" data-id=\"737d788\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1da5933 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-post-title\" data-id=\"1da5933\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-te-post-title\"> <div class=\"post-title title-h5 \"> <span>Amina R.<\/span> <\/div> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d624cad flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-custom-fields\" data-id=\"d624cad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-custom-fields.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t<div class=\"thegem-te-custom-fields custom-fields--modern custom-fields--horizontal custom-fields--left custom-fields--divider-hide custom-fields--colon-show custom-fields--text-inline custom-fields--loop-item\">\r\n\t\t\t<div class=\"custom-fields\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"custom-fields-item\"><div class=\"item-label text-body-tiny \"><\/div> <div class=\"item-value text-body-tiny \"><div class=\"meta\">Happy Client<\/div><\/div><\/div>\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7109cd6 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-loop-post-content\" data-id=\"7109cd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-loop-post-content.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-te-loop-post-content\"> <div class=\"post-content styled-subtitle \"> I cannot thank Shifa Medical enough for the outstanding care I received. After struggling with unexplained weight gain and fatigue, I was diagnosed with insulin resistance. The doctors took the time to educate me about my condition and provided a&hellip; <\/div> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div id=\"719\" class=\"gem-testimonial-item post-719 thegem_testimonial type-thegem_testimonial status-publish\"><div class=\"thegem-template-wrapper thegem-template-loop-item thegem-template-721 thegem-loop-post-719\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"721\" class=\"elementor elementor-721\">\n\t\t\t\t<div class=\"elementor-element elementor-element-737d788 thegem-e-con-layout-thegem e-flex e-con-boxed e-con e-parent\" data-id=\"737d788\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1da5933 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-post-title\" data-id=\"1da5933\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-te-post-title\"> <div class=\"post-title title-h5 \"> <span>Yusuf M.<\/span> <\/div> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d624cad flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-custom-fields\" data-id=\"d624cad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-custom-fields.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t<div class=\"thegem-te-custom-fields custom-fields--modern custom-fields--horizontal custom-fields--left custom-fields--divider-hide custom-fields--colon-show custom-fields--text-inline custom-fields--loop-item\">\r\n\t\t\t<div class=\"custom-fields\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"custom-fields-item\"><div class=\"item-label text-body-tiny \"><\/div> <div class=\"item-value text-body-tiny \"><div class=\"meta\">Happy Client<\/div><\/div><\/div>\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7109cd6 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-loop-post-content\" data-id=\"7109cd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-loop-post-content.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-te-loop-post-content\"> <div class=\"post-content styled-subtitle \"> Shifa Medical has been a blessing in my health journey. The doctors and staff are incredibly knowledgeable and compassionate. They diagnosed my insulin resistance early and helped me implement a natural and effective approach to reversing it. Their guidance on&hellip; <\/div> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t \n\n\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d7b77c8 e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"d7b77c8\" data-element_type=\"container\" data-e-type=\"container\" id=\"faq\" data-settings=\"{&quot;thegem_custom_css&quot;:&quot;.gem-tta-panels .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {\\n    border-radius: 21px!important;\\n}&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2b1159e e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"2b1159e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dafaa82 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"dafaa82\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3829913 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"3829913\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h6\" id=\"thegem-heading-3829913\"><span>Book An Appointment Today<\/span> <\/div><style type=\"text\/css\">#thegem-heading-3829913 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2951a66 elementor-widget__width-initial flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"2951a66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1\" id=\"thegem-heading-2951a66\"><span>We Are Open And Welcoming Patients<\/span> <\/div><style type=\"text\/css\">#thegem-heading-2951a66 {margin: 0;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-224adce trigger-259011386322 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledbutton\" data-id=\"224adce\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;thegem_button_skin&quot;:&quot;flat&quot;}\" data-widget_type=\"thegem-styledbutton.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"gem-button-container gem-widget-button\">\n\n\t\t<a class=\"gem-button gem-button-size-medium gem-button-text-weight-bold gem-button-style-flat\" href=\"#\">\n\t\t<span class=\"gem-inner-wrapper-btn\">\n\t\t\t\t\t\t<span class=\"gem-text-button\">\n\t\t\t\tMake an Appoinment\t\t\t<\/span>\n\t\t<\/span>\n\t<\/a>\n\n\t\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31db699 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"31db699\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d25be7b flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"d25be7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate words-slide-left\" id=\"thegem-heading-d25be7b\"><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 20ms\">Frequently<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 40ms\">Asked<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"animation-delay: 60ms\">Question<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-d25be7b {margin: 0;}#thegem-heading-d25be7b .thegem-heading-word {animation-duration: 1500ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eea5e5b flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-accordion\" data-id=\"eea5e5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;thegem_elementor_preset&quot;:&quot;classic&quot;,&quot;title_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"gem-tta-container\" data-vc-action=\"collapse\">\n\t\t\t<div class=\"gem-tta-general gem-tta gem-tta-accordion gem-tta-color-thegem gem-tta-style-classic gem-tta-shape-rounded gem-tta-o-shape-group gem-tta-controls-align-left\">\n\t\t\t\t<div class=\"gem-tta-panels-container\">\n\t\t\t\t\t<div class=\"gem-tta-panels\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-eea5e5b-1\" class=\"gem-tta-panel gem-tta-active\" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-eea5e5b-1\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tHow can I book an appointment?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p>You can schedule an appointment through our website, by calling our clinic, or by visiting us in person.\u00a0<br \/>Consult Cost is from <strong>R390<\/strong> including medication<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-eea5e5b-2\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-eea5e5b-2\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tWhat services do you offer?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p>We provide comprehensive medical care, including general check-ups, preventive care, chronic disease management, minor procedures, and specialized consultations.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-eea5e5b-3\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-eea5e5b-3\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tDo you accept medical aid?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p>Yes, we accept most major insurance providers. Please contact our office or check our insurance page for a full list of accepted plans.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-eea5e5b-4\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-eea5e5b-4\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tWhat should I bring to my appointment?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p>Please bring a valid ID, your insurance card (if applicable), a list of current medications, and any relevant medical records.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div id=\"section-eea5e5b-5\" class=\"gem-tta-panel \" data-vc-content=\".gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-heading\">\n\t\t\t\t\t\t\t\t\t<h4 class=\"gem-tta-panel-title gem-tta-controls-icon-position-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"#section-eea5e5b-5\" data-vc-accordion data-vc-container=\".gem-tta-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\tDo you accept card payments?\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-opened\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-minus-06\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"gem-tta-controls-icon gem-tta-controls-icon-closed\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"gem-elegant icon-plus\"><\/i>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"gem-tta-panel-body\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"gem-text-output\"><p data-start=\"113\" data-end=\"405\">Yes, we accept all major credit and debit cards, including Visa, MasterCard, American Express, and Discover. Contactless and mobile payments (Apple Pay, Google Pay) are also available for your convenience. If you have any questions about payment options, feel free to reach out to our team.<\/p><\/div>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ad7c09 e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"8ad7c09\" data-element_type=\"container\" data-e-type=\"container\" id=\"news\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-74bbd51 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"74bbd51\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e66607f flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-animated-heading\" data-id=\"e66607f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-animated-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-heading thegem-animated-heading title-h1 thegem-heading-animate words-slide-left\" id=\"thegem-heading-e66607f\"><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"font-style: italic; animation-delay: 20ms\">Latest<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"font-style: italic; animation-delay: 40ms\">News<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"font-style: italic; animation-delay: 60ms\">From<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"font-style: italic; animation-delay: 80ms\">Our<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"font-style: italic; animation-delay: 100ms\">Medical<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"font-style: italic; animation-delay: 120ms\">Blog<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-e66607f {margin: 0;}#thegem-heading-e66607f .thegem-heading-word {animation-duration: 1500ms;}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab11eea e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"ab11eea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61f597b transparent-bg flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-extended-blog-grid\" data-id=\"61f597b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin_source&quot;:&quot;builder&quot;,&quot;loop_builder&quot;:&quot;252&quot;,&quot;hide_filters_sorting&quot;:&quot;yes&quot;,&quot;filters_text_labels_clear_text&quot;:&quot;Clear Filters&quot;,&quot;not_found_text&quot;:&quot;No items were found matching your selection&quot;,&quot;items_per_page&quot;:3,&quot;ajax_preloader_type&quot;:&quot;minimal&quot;,&quot;sorting_extended_text&quot;:&quot;Default sorting&quot;,&quot;sorting_extended_dropdown_title_text&quot;:&quot;Sort by title (A-Z)&quot;,&quot;sorting_extended_dropdown_title_desc_text&quot;:&quot;Sort by title (Z-A)&quot;,&quot;sorting_extended_dropdown_latest_text&quot;:&quot;Sort by latest&quot;,&quot;sorting_extended_dropdown_oldest_text&quot;:&quot;Sort by oldest&quot;,&quot;portfolio_uid&quot;:&quot;61f597b&quot;,&quot;loading_animation&quot;:&quot;yes&quot;,&quot;animation_effect&quot;:&quot;flip&quot;,&quot;layout_builder&quot;:&quot;justified&quot;,&quot;columns_builder&quot;:&quot;3x&quot;,&quot;columns_tablet_builder&quot;:&quot;2x&quot;,&quot;columns_mobile_builder&quot;:&quot;1x&quot;,&quot;loop_equal_height&quot;:&quot;yes&quot;,&quot;query_type&quot;:&quot;post&quot;,&quot;source&quot;:[&quot;categories&quot;],&quot;exclude_blog_posts_type&quot;:&quot;manual&quot;,&quot;order_by&quot;:&quot;default&quot;,&quot;order&quot;:&quot;default&quot;,&quot;search_by&quot;:&quot;content&quot;,&quot;social_sharing&quot;:&quot;yes&quot;,&quot;sharing_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;shares_show_facebook&quot;:&quot;yes&quot;,&quot;shares_show_twitter&quot;:&quot;yes&quot;,&quot;shares_show_pinterest&quot;:&quot;yes&quot;,&quot;shares_show_tumblr&quot;:&quot;yes&quot;,&quot;shares_show_linkedin&quot;:&quot;yes&quot;,&quot;shares_show_reddit&quot;:&quot;yes&quot;,&quot;ignore_sticky_posts&quot;:&quot;yes&quot;,&quot;image_gaps&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:42,&quot;sizes&quot;:[]},&quot;image_gaps_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_gaps_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_container_preset&quot;:&quot;transparent&quot;,&quot;pagination_arrows_left_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;pagination_arrows_right_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;readmore_button_type&quot;:&quot;outline&quot;,&quot;readmore_button_size&quot;:&quot;default&quot;}\" data-widget_type=\"thegem-extended-blog-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"portfolio-preloader-wrapper\">\n\n\t\t\t\t\n\t\t\t\t<div class=\"portfolio portfolio-grid extended-portfolio-grid news-grid no-padding portfolio-pagination-disabled portfolio-style-justified background-style-transparent hover- title-on-page caption-position- version-  loading-animation item-animation-flip      columns-tablet-2 columns-mobile-1 hover-   columns-3 disable-isotope         full-image minimal-preloader  loop-equal-height\" id=\"style-61f597b\" data-style-uid=\"61f597b\" data-portfolio-uid=\"61f597b\" data-current-page=\"1\" data-per-page=\"3\" data-next-page=\"0\" data-pages-count=\"1\" data-hover=\"\" data-portfolio-filter=\"[]\" data-portfolio-filter-attributes=\"null\" data-portfolio-filter-status=\"null\" data-portfolio-filter-price=\"null\" data-portfolio-filter-search=\"\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"portfolio-row-outer \">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-top-panel selected-only\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-filter-item portfolio-selected-filters  \">\n\t<div class=\"portfolio-selected-filter-item clear-filters\">\n\t\tClear Filters\t<\/div>\n\t<\/div>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"row portfolio-row\">\n\t\t\t\t\t\t\t\t\t<div class=\"portfolio-set clearfix\"\n\t\t\t\t\t\t\t\t\t\t data-max-row-height=\"\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-item dental col-xs-12 col-sm-6 col-md-4 item-animations-not-inited before-start post-hide-categories post-hide-date post-empty-excerpt post-has-author post-1 post type-post status-publish format-standard has-post-thumbnail category-dental\" style=\"padding: calc(42px\/2)\" data-default-sort=\"0\" data-sort-date=\"1738752980\">\n\t<div class=\"thegem-template-wrapper thegem-template-loop-item thegem-template-252 thegem-loop-post-1\">\n\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"252\" class=\"elementor elementor-252\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc672e2 thegem-e-con-layout-thegem e-flex e-con-boxed e-con e-parent\" data-id=\"bc672e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f5636b7 e-con-full thegem-e-con-layout-thegem e-flex e-con e-child\" data-id=\"f5636b7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29b044b flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-loop-featured-media\" data-id=\"29b044b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-loop-featured-media.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-te-loop-featured-media image-aspect-ratio image-hover-effect image-position-left appearance-type-image loop-item-type-justify\"> <a href=\"https:\/\/shifamedical.co.za\/index.php\/2025\/02\/05\/hello-world\/\" target=\"_self\"> <div class=\"featured-media\"> <div class=\"media-inner-wrap\"> <picture> <source srcset=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp 1x\" sizes=\"100vw\"> <img fetchpriority=\"high\" src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp\" width=\"700\" height=\"700\" class=\"attachment-thegem-product-justified-square-xl\" alt=\"Insulin Resistance\" \/> <\/picture> <\/div> <\/div> <\/a> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4200213 elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"4200213\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/wave.svg&quot;,&quot;id&quot;:&quot;254&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2024\/11\/wave.svg\"\n\t\t\t\t\t\t alt=\"wave (Demo)\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be50da7 elementor-absolute flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-styledimage\" data-id=\"be50da7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/shifamedical.co.za\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/arrow.svg&quot;,&quot;id&quot;:&quot;255&quot;,&quot;size&quot;:&quot;&quot;},&quot;_position&quot;:&quot;absolute&quot;,&quot;thegem_elementor_preset&quot;:&quot;default&quot;,&quot;image_position&quot;:&quot;left&quot;}\" data-widget_type=\"thegem-styledimage.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"styled-image-wrapper\">\n\t\t\t<div class=\"gem-image gem-wrapbox gem-wrapbox-default gem-wrapbox-position-left  \">\n\t\t\t<div class=\"gem-wrapbox-inner \" >\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/shifamedical.co.za\/index.php\/2025\/02\/05\/hello-world\/\">\n\t\t\t\t\t\t\t\t\t\t<img class=\"gem-wrapbox-element img-responsive \"\n\t\t\t\t\t\t src=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2024\/11\/arrow.svg\"\n\t\t\t\t\t\t alt=\"arrow (Demo)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ecc104f flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-post-info\" data-id=\"ecc104f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"thegem-te-post-info post-info--modern post-info--horizontal post-info--left post-info--divider-show \">\r\n\t\t\t\t<div class=\"post-info\"><div class=\"post-info-item post-info-item-date \"><a class=\"date\" href=\"https:\/\/shifamedical.co.za\/index.php\/2025\/02\/05\/\">February 5, 2025<\/a><\/div><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d31259f flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-thegem-template-post-title\" data-id=\"d31259f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"thegem-template-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"thegem-te-post-title\"> <div class=\"post-title title-h5 \"> <a href=\"https:\/\/shifamedical.co.za\/index.php\/2025\/02\/05\/hello-world\/\" target=\"_self\"> <span>Insulin Resistance<\/span> <\/a> <\/div> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div><!-- .portflio-set -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-item-size-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"portfolio-item col-xs-12 col-sm-6 col-md-4 item-animations-not-inited before-start post-hide-categories post-hide-date post-empty-excerpt post-has-author post-1 post type-post status-publish format-standard has-post-thumbnail category-dental\">\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .row-->\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<\/div><!-- .full-width -->\n\t\t\t\t<\/div><!-- .portfolio-->\n\t\t\t<\/div><!-- .portfolio-preloader-wrapper-->\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Make an appointment WELCOME TO SHIFA MEDICAL Health Care Private Healthcare Make an Appoinment 2,325+ Patients Since 2024 Services Offered:&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-273","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Shifa Medical<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shifamedical.co.za\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Shifa Medical\" \/>\n<meta property=\"og:description\" content=\"Make an appointment WELCOME TO SHIFA MEDICAL Health Care Private Healthcare Make an Appoinment 2,325+ Patients Since 2024 Services Offered:...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shifamedical.co.za\/\" \/>\n<meta property=\"og:site_name\" content=\"Shifa Medical\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-09T14:33:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shifamedical.co.za\/\",\"url\":\"https:\/\/shifamedical.co.za\/\",\"name\":\"Home - Shifa Medical\",\"isPartOf\":{\"@id\":\"https:\/\/shifamedical.co.za\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/shifamedical.co.za\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/shifamedical.co.za\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp\",\"datePublished\":\"2024-11-06T08:31:33+00:00\",\"dateModified\":\"2025-10-09T14:33:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/shifamedical.co.za\/#breadcrumb\"},\"inLanguage\":\"en-ZA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shifamedical.co.za\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-ZA\",\"@id\":\"https:\/\/shifamedical.co.za\/#primaryimage\",\"url\":\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp\",\"contentUrl\":\"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shifamedical.co.za\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/shifamedical.co.za\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/shifamedical.co.za\/#website\",\"url\":\"https:\/\/shifamedical.co.za\/\",\"name\":\"Shifa Medical\",\"description\":\"Private Healthcare\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/shifamedical.co.za\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-ZA\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Shifa Medical","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shifamedical.co.za\/","og_locale":"en_US","og_type":"article","og_title":"Home - Shifa Medical","og_description":"Make an appointment WELCOME TO SHIFA MEDICAL Health Care Private Healthcare Make an Appoinment 2,325+ Patients Since 2024 Services Offered:...","og_url":"https:\/\/shifamedical.co.za\/","og_site_name":"Shifa Medical","article_modified_time":"2025-10-09T14:33:29+00:00","og_image":[{"url":"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/shifamedical.co.za\/","url":"https:\/\/shifamedical.co.za\/","name":"Home - Shifa Medical","isPartOf":{"@id":"https:\/\/shifamedical.co.za\/#website"},"primaryImageOfPage":{"@id":"https:\/\/shifamedical.co.za\/#primaryimage"},"image":{"@id":"https:\/\/shifamedical.co.za\/#primaryimage"},"thumbnailUrl":"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp","datePublished":"2024-11-06T08:31:33+00:00","dateModified":"2025-10-09T14:33:29+00:00","breadcrumb":{"@id":"https:\/\/shifamedical.co.za\/#breadcrumb"},"inLanguage":"en-ZA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shifamedical.co.za\/"]}]},{"@type":"ImageObject","inLanguage":"en-ZA","@id":"https:\/\/shifamedical.co.za\/#primaryimage","url":"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp","contentUrl":"https:\/\/shifamedical.co.za\/wp-content\/uploads\/2025\/02\/What-is-Insulin-Resistance-_-Graphic-768x768-1-thegem-product-justified-square-xl.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/shifamedical.co.za\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/shifamedical.co.za\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/shifamedical.co.za\/#website","url":"https:\/\/shifamedical.co.za\/","name":"Shifa Medical","description":"Private Healthcare","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shifamedical.co.za\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-ZA"}]}},"_links":{"self":[{"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/pages\/273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/comments?post=273"}],"version-history":[{"count":154,"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/pages\/273\/revisions"}],"predecessor-version":[{"id":1835,"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/pages\/273\/revisions\/1835"}],"wp:attachment":[{"href":"https:\/\/shifamedical.co.za\/index.php\/wp-json\/wp\/v2\/media?parent=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}