{"id":29,"date":"2026-04-20T18:18:31","date_gmt":"2026-04-20T16:18:31","guid":{"rendered":"https:\/\/advancemedicalcentre.co.za\/?page_id=29"},"modified":"2026-04-20T18:18:31","modified_gmt":"2026-04-20T16:18:31","slug":"29-2","status":"publish","type":"page","link":"https:\/\/advancemedicalcentre.co.za\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Advance Medical Centre<\/title>\n    <style>\n        body {\n            font-family: 'Segoe UI', Arial, sans-serif;\n            margin: 0;\n            background: #f9f9f9;\n            color: #111;\n            line-height: 1.6;\n            scroll-behavior: smooth;\n        }\n\n        header {\n    background: #000;\n    color: #fff;\n    padding: 20px 5%;\n    display: flex;\n    align-items: center;\n}\n\nheader img {\n    height: auto;\n    max-height: 80px;\n    width: auto;\n}\n        nav a {\n            color: white;\n            margin: 0 15px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 14px;\n        }\n\n        nav a:hover { color: #e10600; }\n\n        .hero {\n            \/* Image added with a linear gradient overlay for text readability *\/\n            background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), \n                        url('https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/BEDS-AMC.png');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }\n\n        .hero h1 { font-size: 40px; margin-bottom: 10px; }\n\n        .button {\n            background: #e10600;\n            color: white;\n            padding: 12px 25px;\n            margin: 10px;\n            display: inline-block;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: bold;\n        }\n\n        .section {\n            padding: 60px 5%;\n            max-width: 1200px;\n            margin: auto;\n        }\n\n        .section h2 {\n            border-left: 6px solid #e10600;\n            padding-left: 15px;\n            margin-bottom: 40px;\n            text-transform: uppercase;\n        }\n\n        \/* --- SOCIAL ICON BAR --- *\/\n        .social-bar {\n            margin-top: 25px;\n            display: flex;\n            gap: 15px;\n            align-items: center;\n            justify-content: center; \n            padding-top: 20px;\n        }\n\n        .social-bar a {\n            text-decoration: none;\n            transition: transform 0.2s;\n        }\n\n        .social-bar a:hover { transform: scale(1.1); }\n\n        .social-icon {\n            width: 32px;\n            height: 32px;\n            object-fit: contain;\n        }\n\n        \/* --- UNIFORM GRID SYSTEM --- *\/\n        .grid-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n\n        .card {\n            background: white;\n            border: 1px solid #eee;\n            border-radius: 8px;\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            transition: 0.3s;\n            position: relative;\n        }\n\n        .card:hover { transform: translateY(-5px); }\n\n        .botox-card:hover {\n            box-shadow: 0 10px 20px rgba(225, 6, 0, 0.2);\n            border-color: #e10600;\n        }\n        \n        .botox-card .card-img-container {\n            cursor: zoom-in;\n        }\n\n        .card-img-container {\n            width: 100%;\n            height: 220px; \n            overflow: hidden;\n            background: #f0f0f0;\n        }\n\n        .card img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            object-position: top center; \n            transition: transform 0.5s ease;\n        }\n\n        .botox-card .card-img-container img,\n        .sonography-card .card-img-container img {\n            object-fit: contain;\n            object-position: center;\n        }\n\n        .botox-card:hover img {\n            transform: scale(1.05);\n        }\n\n        .card-content {\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            flex-grow: 1;\n        }\n\n        .card a { text-decoration: none; }\n\n        .card h3 {\n            color: #e10600;\n            margin: 0 0 12px 0;\n            font-size: 1.2rem;\n        }\n\n        .card h3:hover { text-decoration: underline; }\n\n        .card p {\n            font-size: 14px;\n            margin: 0 0 10px 0;\n            color: #444;\n        }\n\n        \/* --- LIGHTBOX STYLES --- *\/\n        .modal {\n            display: none;\n            position: fixed;\n            z-index: 2000;\n            padding-top: 50px;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0,0,0,0.9);\n            cursor: zoom-out;\n        }\n\n        .modal-content {\n            margin: auto;\n            display: block;\n            max-width: 90%;\n            max-height: 85vh;\n            border: 3px solid white;\n            border-radius: 8px;\n        }\n\n        .close-modal {\n            position: absolute;\n            top: 15px;\n            right: 35px;\n            color: #f1f1f1;\n            font-size: 40px;\n            font-weight: bold;\n            cursor: pointer;\n        }\n\n        \/* --- FLEX LAYOUTS --- *\/\n        .flex-row {\n            display: flex;\n            gap: 40px;\n            flex-wrap: wrap;\n            align-items: flex-start;\n        }\n\n        .flex-main {\n            flex: 1;\n            min-width: 300px;\n        }\n\n        .info-panel {\n            flex: 0 1 300px;\n            background: #fff;\n            padding: 25px;\n            border-radius: 8px;\n            border: 1px solid #eee;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        }\n\n        .info-panel h4 {\n            margin-top: 0;\n            color: #e10600;\n            border-bottom: 2px solid #f0f0f0;\n            padding-bottom: 10px;\n        }\n\n        .iv-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            list-style: none;\n            padding: 0;\n        }\n\n        .iv-list li {\n            background: #eee;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: bold;\n            color: #333;\n        }\n\n        .badge {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            background: rgba(0,0,0,0.7);\n            color: white;\n            padding: 4px 10px;\n            font-size: 10px;\n            border-radius: 4px;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n\n        .contact-grid {\n            display: flex;\n            gap: 40px;\n            flex-wrap: wrap;\n        }\n\n        .contact-box {\n            flex: 1;\n            min-width: 300px;\n            background: white;\n            padding: 30px;\n            border-radius: 8px;\n            border: 1px solid #eee;\n        }\n\n        \/* --- MAP PIN STYLING --- *\/\n        .map-link {\n            display: block;\n            margin-top: 20px;\n            border-radius: 8px;\n            overflow: hidden;\n            border: 1px solid #ddd;\n            transition: 0.3s;\n        }\n\n        .map-link:hover {\n            box-shadow: 0 4px 15px rgba(225, 6, 0, 0.15);\n            transform: scale(1.01);\n        }\n\n        .map-img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        footer {\n            background: #000;\n            color: white;\n            padding: 40px 20px;\n            text-align: center;\n        }\n\n           .back-to-top {\n            position: fixed;\n            bottom: 100px;\n            right: 25px;\n            background: #e10600;\n            color: white;\n            font-size: 24px;\n            width: 60px;\n            height: 60px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            text-decoration: none;\n            z-index: 100;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            transition: 0.3s;\n        }\n\n        .back-to-top:hover {\n            background: #111;\n            transform: scale(1.1);\n        }\n        .plans-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n        }\n\n        .plan-card {\n            background: #fff;\n            padding: 25px;\n            border-radius: 8px;\n            border-top: 5px solid #e10600;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .plan-card h3 {\n            margin-top: 0;\n            color: #333;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 10px;\n        }\n\n        .plan-card ul {\n            padding: 0;\n            list-style: none;\n            font-size: 14px;\n            flex-grow: 1;\n            margin-bottom: 20px;\n        }\n\n        .plan-card li {\n            padding: 8px 0;\n            border-bottom: 1px solid #fafafa;\n        }\n\n        .plan-card li:last-child { border-bottom: none; }\n\n        .plan-card .button {\n            margin: 0;\n            text-align: center;\n            font-size: 13px;\n        }\n\n        .iv-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        .iv-detail-card {\n            background: #fff;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #e10600;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .iv-detail-card h4 {\n            margin: 0 0 10px 0;\n            color: #e10600;\n        }\n        .iv-detail-card p {\n            font-size: 13px;\n            margin-bottom: 8px;\n        }\n        .ingredients {\n            font-style: italic;\n            color: #666;\n            font-size: 12px;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"imageModal\" class=\"modal\" onclick=\"this.style.display='none'\">\n        <span class=\"close-modal\">\u00d7<\/span>\n        <img class=\"modal-content\" id=\"fullImg\" alt=\"Full view\">\n    <\/div>\n\n    <header>\n        <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Advance-Medical-Centre-logo-e1775583286771.png\" alt=\"Advance Medical Centre Logo\">\n        <nav>\n            <a href=\"#home\">Home<\/a>\n            <a href=\"#services\">Services<\/a>\n            <a href=\"#doctors\">Doctors<\/a>\n            <a href=\"#Lancet\">Pathology<\/a>\n            <a href=\"#contact\">Contact<\/a>\n        <\/nav>\n    <\/header>\n\n    <section class=\"hero\" id=\"home\">\n        <h1>Advance Medical Centre<\/h1>\n        <p>Compassionate. Professional. Accessible Healthcare.<\/p>\n        <p><strong>Open 7 Days a Week<\/strong><\/p>\n        <div style=\"margin-top: 30px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n            <a class=\"button\" href=\"#contact\" style=\"background:#fff; color:#111;\">Call Now<\/a>\n        <\/div>\n        \n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"services\">\n        <h2>Our Services<\/h2>\n        <div class=\"grid-container\">\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/weightloss.png\" alt=\"Weight Loss\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#Weight-Loss\"><h3>Medical Weight Loss<\/h3><\/a>\n                    <p>Evidence-based supervised programs designed for long-term sustainable results.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/IV-1.jpeg\" alt=\"IV Drips\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#IV-Drips\"><h3>IV Infusion Therapy<\/h3><\/a>\n                    <p>Tailored formulations using Vitamin C, B12, and other essential nutrients.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/image_2026-03-30_133740883.png\" alt=\"Botox &#038; Fillers\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#Botox\"><h3>Botox &#038; Fillers<\/h3><\/a>\n                    <p>Non-surgical aesthetic treatments used to soften wrinkles and restore facial volume.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Managed-health-plan.png\" alt=\"Managed Health\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#managed-plans\"><h3>Managed Health Plans<\/h3><\/a>\n                    <p>Comprehensive health management strategies tailored to your wellness.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/LANCET-1.jpeg\" alt=\"Pathology\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#Lancet\"><h3>Lancet Labs Pathology<\/h3><\/a>\n                    <p>Registered nursing care providing compassionate and empathetic pathology services.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/sonography-1.jpeg\" alt=\"Sonography\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Sonography<\/h3><\/a>\n                    <p>Expert ultrasound scanning services for a wide range of medical assessments.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/UC-1.png\" alt=\"Radiology\">\n                <\/div>\n                <span class=\"badge\">Under Construction<\/span>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Radiology<\/h3><\/a>\n                    <p>Advanced diagnostic imaging services coming soon.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\" style=\"height: 220px;\">\n                    <iframe loading=\"lazy\" width=\"100%\" height=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/nNpjV_ok33w\" title=\"Clinic Virtual Tour\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\"><h3>Virtual Tour<\/h3><\/a>\n                    <p>Take a look inside our modern medical facility and see our equipment and treatment rooms.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/DENTIST-1.jpeg\" alt=\"Dentistry\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Dentistry<\/h3><\/a>\n                    <p>Comprehensive dental care provided by Dr M. Alli and Dr Solherman.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/OZONE-2.jpeg\" alt=\"Ozone\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"https:\/\/oxyzone.org.za\" target=\"_blank\"><h3>Ozone Therapy<\/h3><\/a>\n                    <p>Advanced ozone treatments for holistic health and recovery.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Vein-solutions.png\" alt=\"Varicose Veins\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"https:\/\/veinsolutionsdigit.wixsite.com\/vs-web\/team\" target=\"_blank\"><h3>Varicose Vein Solutions<\/h3><\/a>\n                    <p>Advanced treatment options for varicose veins provided by Dr Gideon Van Wyk.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div style=\"text-align: center; margin-top: 40px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n        <\/div>\n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"doctors\">\n        <h2>Meet Our Doctors<\/h2>\n        <div class=\"grid-container\">\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Dr-mbokota-pic.jpg\" alt=\"Dr Mbokota\" style=\"object-position: 50% 20%;\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Dr Ntsako Mbokota<\/h3><\/a>\n                    <p>Dr Mbokota is a medical doctor with expertise in general practice, family medicine, hematology, and aesthetics. She holds an MBChB and an MMed in Hematology from the University of the Witwatersrand. Passionate about evidence-based care and advanced aesthetics, she developed a medical-grade skincare line for pigmentation and acne, delivering personalised treatment tailored to each patient.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Dr-Prashen-Naidoo.jpg\" alt=\"Dr Prashen\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Dr Prashen Naidoo<\/h3><\/a>\n                    <p>Dr Prashen Naidoo is a general practitioner focused on preventive care, general health, and long-term wellbeing. He has a special interest in chronic disease management, medically supervised weight loss programs, and hormone replacement therapy. He takes a patient-centred, evidence-based approach focused on sustainable health.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Doctor-B.jpeg\" alt=\"Dr B Dawood\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Dr Bilal Dawood<\/h3><\/a>\n                    <p>Dr Dawood is a dedicated General Practitioner committed to delivering compassionate, patient-centered medical care. Dr Dawood focuses on providing comprehensive care for patients across all stages of life, ensuring they feel supported, heard, and confident in their treatment. In addition to general practice, Dr Dawood has a keen interest in urology, particularly in the evaluation and management of common urological conditions affecting both men and women. By combining clinical expertise with a thoughtful and empathetic approach, Dr Dawood aims to provide high-quality care tailored to each patient\u2019s needs.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"card\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Dr-tribelhorn-pic.png\" alt=\"Dr Sarah\">\n                <\/div>\n                <div class=\"card-content\">\n                    <a href=\"#contact\"><h3>Dr Sarah Tribelhorn<\/h3><\/a>\n                    <p>Dr. Sarah Tribelhorn is a dedicated medical practitioner who practices in both general and aesthetic medicine. She has an empathetic approach and dedication to patient care in general practice, and is passionate about aesthetic treatments to help patients achieve natural results.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div style=\"text-align: center; margin-top: 40px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n        <\/div>\n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n    <\/section>\n\n   <section class=\"section\" id=\"Botox\">\n    <h2>Botox &#038; Fillers<\/h2>\n    <div class=\"flex-row\">\n        \n        <div class=\"flex-main\">\n            <div class=\"card\" style=\"max-width: 400px;\">\n                <div class=\"card-img-container\">\n                    <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/BGUIDE-1-e1775582726778.jpeg\" alt=\"Botox &#038; Fillers\">\n                <\/div>\n                <div class=\"card-content\">\n                    <h3>Botox &#038; Fillers<\/h3>\n                    <p>Enhance your natural beauty with our professional aesthetic treatments. Our expert doctors provide safe and effective non-surgical procedures to help you look and feel your best.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"info-panel\">\n            <h4>Treatments Offered<\/h4>\n            <ul class=\"iv-list\">\n                <li>Wrinkle Reduction<\/li>\n                <li>Dermal Fillers<\/li>\n                <li>Lip Enhancement<\/li>\n                <li>Facial Volumizing<\/li>\n                <li>Anti-Aging Consultations<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n    <div style=\"text-align: center; margin-top: 40px;\">\n        <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n    <\/div>\n    <div class=\"social-bar\">\n        <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n        <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n        <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n        <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n        <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n        <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n    <\/div>\n<\/section>\n\n    <section class=\"section\" id=\"Lancet\">\n        <h2>Lancet Pathology<\/h2>\n        <div class=\"flex-row\">\n            <div class=\"flex-main\">\n                <div class=\"card\" style=\"max-width: 400px;\">\n                    <div class=\"card-img-container\">\n                        <img decoding=\"async\" src=\"https:\/\/advancemedicalafrica.com\/wp-content\/uploads\/2026\/03\/Sister-Modester-pic.jpg.png\" alt=\"Mordester\">\n                    <\/div>\n                    <div class=\"card-content\">\n                        <a href=\"#contact\"><h3>Sister Mordester<\/h3><\/a>\n                        <p>Sister Mordester is a registered nurse who has dedicated her career to providing compassionate and empathetic care to her patients. Her gentle demeanor and soothing presence create a welcoming and calming atmosphere for those in her care, gentle touch and calm demeanor help to alleviate patients&#8217; fears and discomfort.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"info-panel\">\n                <h4>Pathology Hours<\/h4>\n                <p><strong>Monday \u2013 Friday:<\/strong> 08:00 \u2013 17:00<\/p>\n                <p><strong>Saturday:<\/strong> 08:30 \u2013 12:30<\/p>\n                <p><strong>Sunday \/ Public Holidays:<\/strong> Closed<\/p>\n            <\/div>\n        <\/div>\n\n        <div style=\"text-align: center; margin-top: 40px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n        <\/div>\n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"managed-plans\">\n        <h2>Managed Health Plan Options<\/h2>\n        <div class=\"plans-grid\">\n            <div class=\"plan-card\" style=\"border-top-color: #2e7d32;\">\n                <h3>Green<\/h3>\n                <ul>\n                    <li>\u2022 2 x GP Consultation per year<\/li>\n                    <li>\u2022 2 x Basic Pathology test (Limited to Urine, Glucose, Cholesterol)<\/li>\n                    <li>\u2022 Basic Vital tests per year<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"plan-card\" style=\"border-top-color: #cd7f32;\">\n                <h3>Bronze<\/h3>\n                <ul>\n                    <li>\u2022 2 x GP Consultation per year<\/li>\n                    <li>\u2022 2 x Basic Pathology (Limited to Urine, Glucose, Cholesterol)<\/li>\n                    <li>\u2022 Basic Vital tests per year<\/li>\n                    <li>\u2022 1 x IV Vitamin Drip per year<\/li>\n                    <li>\u2022 Limited to acute medication OTC per consultation<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"plan-card\" style=\"border-top-color: #c0c0c0;\">\n                <h3>Silver<\/h3>\n                <ul>\n                    <li>\u2022 3 x GP Consultation per year<\/li>\n                    <li>\u2022 3 x Basic Pathology (Limited to Urine, Glucose, Cholesterol)<\/li>\n                    <li>\u2022 Basic Vital tests per year<\/li>\n                    <li>\u2022 1 x IV Vitamin Drip per year<\/li>\n                    <li>\u2022 Limited to acute medication OTC per consultation<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"plan-card\" style=\"border-top-color: #ffd700;\">\n                <h3>Gold<\/h3>\n                <ul>\n                    <li>\u2022 5 x GP Consultation per year<\/li>\n                    <li>\u2022 3 x Basic Pathology (Limited to Urine, Glucose, Cholesterol)<\/li>\n                    <li>\u2022 Basic Vital tests per year<\/li>\n                    <li>\u2022 1 x IV Drip per year<\/li>\n                    <li>\u2022 Limited to acute medication OTC per consultation<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"plan-card\" style=\"border-top-color: #e5e4e2;\">\n                <h3>Platinum<\/h3>\n                <ul>\n                    <li>\u2022 6 x GP Consultation per year<\/li>\n                    <li>\u2022 5 x Basic Pathology (Limited to Urine, Glucose, Cholesterol)<\/li>\n                    <li>\u2022 Basic Vital tests per year<\/li>\n                    <li>\u2022 3 x IV Vitamin Drips per year<\/li>\n                    <li>\u2022 Acute medication OTC per consultation<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n              <div style=\"text-align: center; margin-top: 40px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n        <\/div>\n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"Weight-Loss\">\n        <h2>Medical Weight Loss<\/h2>\n        <div class=\"flex-row\">\n            <div class=\"flex-main\">\n                <p>Achieve sustainable results with our evidence-based, medically supervised weight loss programs. We offer personalized plans designed to help you reach your health goals safely.<\/p>\n                <ul class=\"iv-list\">\n                    <li>Medical Assessments<\/li>\n                    <li>Customized Meal Plans<\/li>\n                    <li>Chronic Disease Management<\/li>\n                    <li>Lipotropic Injections<\/li>\n                    <li>Progress Monitoring<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div style=\"text-align: center; margin-top: 40px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n        <\/div>\n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"IV-Drips\">\n        <h2>IV Infusion Drips<\/h2>\n        <div class=\"flex-row\">\n            <div class=\"flex-main\">\n                <p>Tailored on-site formulations to address your specific health needs.<\/p>\n                <div class=\"iv-details-grid\">\n                    <div class=\"iv-detail-card\">\n                        <h4>Jet Fuel IV Drip<\/h4>\n                        <p>This is a quick fix which generally boosts the system.<\/p>\n                        <span class=\"ingredients\">Contains: Vitamin B-Complex, Vitamin B12, Thiamine, Magnesium, Vitamin C<\/span>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Detox IV Drip<\/h4>\n                        <p>Helps the body to get rid of harmful oxidative stress and free radicals that cause cell damage, premature ageing, illness and disease.<\/p>\n                        <span class=\"ingredients\">Contains: Vitamin B-Complex, Vitamin C, Magnesium, Glutathione &#038; Thiamine<\/span>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Energy Boost (NAD+)<\/h4>\n                        <p>Contains NAD+ which is an energy component and it helps the body to recover from physical &#038; mental fatigue.<\/p>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Sports Recovery IV Drip<\/h4>\n                        <p>Indicated for pre\/post training and endurance events. Rehydrates, rebuilds and recoups energy.<\/p>\n                        <span class=\"ingredients\">Contains: Vitamin B-Complex, Vitamin B12, Vitamin C, Magnesium, Glutathione, Ringers Lactate<\/span>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Skin &#038; Gut Health<\/h4>\n                        <p>Gives your skin \u201cthe glow\u201d by improving quality. Heals leaky gut, promotes wound healing and clears blemishes.<\/p>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Immune Boost IV Drip<\/h4>\n                        <p>A classic drip packed with vitamins to help fight common colds, flu, and boost overall immunity.<\/p>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Hangover \/ Jet lag<\/h4>\n                        <p>Removes oxidative stress and free radicals causing cell damage and fatigue.<\/p>\n                        <span class=\"ingredients\">Contains: Vitamin B-complex, Vitamin C, Magnesium, Glutathione &#038; Thiamine<\/span>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Brain Boost IV Drip<\/h4>\n                        <p>Helps brain cells with minerals and anti-oxidants for peak mental performance.<\/p>\n                        <span class=\"ingredients\">Contains: Vitamin B-Complex, Vitamin C, Magnesium, Glutathione, Vitamin B12, Taurine &#038; Amino Acids<\/span>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Exercise Boost IV Drip<\/h4>\n                        <p>Stimulates nitric oxide production to lower blood pressure and increase lung function.<\/p>\n                        <span class=\"ingredients\">Contains: Vitamin B-Complex, Vitamin B12, Potassium, Calcium, Magnesium and L-Arginine<\/span>\n                    <\/div>\n                    <div class=\"iv-detail-card\">\n                        <h4>Anti-inflammation<\/h4>\n                        <p>Relieves muscle &#038; joint pain by reducing systemic inflammation.<\/p>\n                       <span class=\"ingredients\">Contains: Vitamin B-Complex, Vitamin B12, Glutathione &#038; Msm<\/span> \n                    <\/div>\n                    <div class=\"iv-detail-card\" style=\"grid-column: 1 \/ -1; border-left-color: #111;\">\n                        <h4>Ketamine Therapy (3 Week Course)<\/h4>\n                        <p>Treatment for depression &#038; anxiety disorders. Requires doctor consultation and medical history beforehand.<\/p>\n                        <span class=\"ingredients\">Course includes 6 x IV infusions over 3 weeks (120 min duration each). Dosage: 0.5ml per kg.<\/span>\n                    <\/div>\n                <\/div>\n               <div style=\"text-align: center; margin-top: 40px;\">\n            <a class=\"button\" href=\"https:\/\/calendar.app.google\/rHfmmo4EWKjWNEcw6\">Schedule Consultation<\/a>\n        <\/div>\n        <div class=\"social-bar\">\n            <a href=\"https:\/\/web.facebook.com\/AdvanceMedicalCentre\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/124\/124010.png\" class=\"social-icon\" alt=\"Facebook\"><\/a>\n            <a href=\"https:\/\/www.instagram.com\/advancemedicalcentrepaulshof\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/174\/174855.png\" class=\"social-icon\" alt=\"Instagram\"><\/a>\n            <a href=\"https:\/\/wa.me\/27615821526\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733585.png\" class=\"social-icon\" alt=\"WhatsApp\"><\/a>\n            <a href=\"http:\/\/tiktok.com\/@advance.medical.ce\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/3046\/3046121.png\" class=\"social-icon\" alt=\"TikTok\"><\/a>\n            <a href=\"https:\/\/youtu.be\/nNpjV_ok33w\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/1384\/1384060.png\" class=\"social-icon\" alt=\"YouTube\"><\/a>\n            <a href=\"https:\/\/x.com\/advancemedicent?s=20\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/733\/733579.png\" class=\"social-icon\" alt=\"X\"><\/a>\n        <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"info-panel\">\n                <h4>Infusion Hours<\/h4>\n                <p><strong>Monday \u2013 Friday:<\/strong> 08:00 \u2013 17:00<\/p>\n                <p><strong>Saturday:<\/strong> 08:30 \u2013 12:30<\/p>\n                <p><strong>Sunday \/ Public Holidays:<\/strong> Closed<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"contact\">\n        <h2>Contact Us<\/h2>\n        <div class=\"contact-grid\">\n            <div class=\"contact-box\">\n                <p><strong>Telephone:<\/strong> (011) 568-3098<br> \n                <strong>WhatsApp:<\/strong> 061 582 1526<br> \n                <strong>Email:<\/strong> reception@advancemedicalcentre.co.za<\/p>\n                \n                <p>Shop 4 Cambridge Crossing Shopping Centre, <br> \n                CNR Stonehaven &#038; Witkoppen road Paulshof, Sandton 2191<\/p>\n                \n                <div class=\"map-container\" style=\"margin-top: 25px;\">\n                    <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3584.93327099679!2d28.048043411885924!3d-26.03573927708559!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1e957362b33f0935%3A0x66b8d8e2320b8ab4!2sAdvance%20Medical%20Centre!5e0!3m2!1sen!2sza!4v1775582415333!5m2!1sen!2sza\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer id=\"footer\">\n        <p>\u00a9 2026 Advance Medical Centre. All Rights Reserved.<\/p>\n    <\/footer>\n\n    <a href=\"#home\" class=\"back-to-top\" title=\"Back to Top\">\u2191<\/a>\n\n    <script>\n        function openModal(imgSrc) {\n            document.getElementById('fullImg').src = imgSrc;\n            document.getElementById('imageModal').style.display = 'block';\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Advance Medical Centre \u00d7 Home Services Doctors Pathology Contact Advance Medical Centre Compassionate. Professional. Accessible Healthcare. Open 7 Days a Week Schedule Consultation Call Now Our Services Medical Weight Loss Evidence-based supervised programs designed for long-term sustainable results. IV Infusion Therapy Tailored formulations using Vitamin C, B12, and other essential nutrients. Botox &#038; Fillers Non-surgical [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":2,"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/advancemedicalcentre.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}