{"id":7577,"date":"2026-03-23T23:01:38","date_gmt":"2026-03-23T23:01:38","guid":{"rendered":"https:\/\/saharamedicalcentre.ae\/index.php\/top-medical-center-in-sharjah-sahara-medical-centre-2\/"},"modified":"2026-03-23T23:01:38","modified_gmt":"2026-03-23T23:01:38","slug":"top-medical-center-in-sharjah-sahara-medical-centre-2","status":"publish","type":"page","link":"https:\/\/saharamedicalcentre.ae\/index.php\/top-medical-center-in-sharjah-sahara-medical-centre-2\/","title":{"rendered":"Top Medical Center in Sharjah | Sahara Medical Centre"},"content":{"rendered":"<p><!doctype html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>top medical center sharjah | Sahara Medical Centre (Al Nahda Sharjah)<\/title><br \/>\n    <meta name=\"description\" content=\"Sahara Medical Centre - Your trusted destination for premium healthcare services in Sharjah, UAE.\"><br \/>\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"MedicalBusiness\",\n      \"name\": \"Sahara Medical Centre LLC\",\n      \"image\": \"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2023\/12\/logo.webp\",\n      \"url\": \"https:\/\/saharamedicalcentre.ae\",\n      \"telephone\": \"+971 6 531 8887\",\n      \"priceRange\": \"$$\",\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"streetAddress\": \"Ganda Tower\",\n        \"addressLocality\": \"Al Nahda\",\n        \"addressRegion\": \"Sharjah\",\n        \"addressCountry\": \"AE\"\n      },\n      \"openingHoursSpecification\": [\n        {\n          \"@type\": \"OpeningHoursSpecification\",\n          \"dayOfWeek\": [\n            \"Monday\",\n            \"Tuesday\",\n            \"Wednesday\",\n            \"Thursday\",\n            \"Friday\"\n          ],\n          \"opens\": \"08:00\",\n          \"closes\": \"22:00\"\n        },\n        {\n          \"@type\": \"OpeningHoursSpecification\",\n          \"dayOfWeek\": [\n            \"Saturday\",\n            \"Sunday\"\n          ],\n          \"opens\": \"09:00\",\n          \"closes\": \"20:00\"\n        }\n      ],\n      \"aggregateRating\": {\n        \"@type\": \"AggregateRating\",\n        \"ratingValue\": \"4.9\",\n        \"reviewCount\": \"152\"\n      },\n      \"servesCuisine\": [\"Medical Services\"],\n      \"medicalSpecialty\": [\"General Practice\", \"Dentistry\", \"Diagnostic Services\"]\n    }\n    <\/script><\/p>\n<style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&display=swap');\n        *{box-sizing:border-box;margin:0;padding:0;}\n        body{\n            font-family: 'Inter', system-ui, sans-serif;\n            color:#1f2937;\n            background:#fff;\n            text-align:center;\n            max-width:900px;\n            margin:0 auto;\n            line-height:1.6;\n        }\n        a{color:#6D28D9;text-decoration:none;}\n        header{\n            position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.9);\n            backdrop-filter:blur(10px);padding:10px 0;\n            box-shadow:0 2px 8px rgba(0,0,0,0.1);\n        }\n        .logo{height:50px;}\n        .hero{\n            padding:80px 20px;\n            background:linear-gradient(180deg, #fff 0%, #eae6ff 100%);\n        }\n        .hero h1{\n            font-size:2.5rem;\n            font-weight:700;\n            color:#6D28D9;\n            margin-bottom:10px;\n        }\n        .hero p{subfont-size:1.1rem;margin-bottom:20px;}\n        .btn{\n            display:inline-block;\n            background:linear-gradient(90deg,#7c3aed,#c084fc);\n            color:#fff;\n            padding:12px 30px;\n            border-radius:30px;\n            font-weight:600;\n            transition:opacity .3s;\n        }\n        .btn:hover{opacity:.85;}\n        .offers{\n            display:grid;\n            gap:20px;\n            grid-template-columns:repeat(auto-fit,minmax(200px,1fr));\n            padding:40px 20px;\n        }\n        .card{\n            background:#fff;\n            border-radius:24px;\n            padding:20px;\n            box-shadow:0 10px 30px rgba(0,0,0,0.05);\n        }\n        .doctors{\n            display:grid;\n            gap:30px;\n            grid-template-columns:repeat(auto-fit,minmax(200px,1fr));\n            padding:40px 20px;\n        }\n        .doctor img{\n            width:120px;height:120px;border-radius:50%;object-fit:cover;\n            margin-bottom:10px;\n        }\n        .why-us{\n            display:grid;\n            gap:20px;\n            grid-template-columns:repeat(auto-fit,minmax(200px,1fr));\n            padding:40px 20px;\n        }\n        .why-us div{\n            background:#f5f5ff;\n            border-radius:12px;\n            padding:20px;\n        }\n        .reviews{padding:20px 0;font-size:1.2rem;}\n        .map a{\n            display:inline-block;\n            border:2px solid #6D28D9;\n            padding:10px 20px;\n            border-radius:8px;\n            color:#6D28D9;\n            transition:background .3s,color .3s;\n        }\n        .map a:hover{\n            background:#6D28D9;color:#fff;\n        }\n        footer{\n            background:#f9fafb;padding:20px 0;font-size:0.9rem;\n            margin-top:40px;\n        }\n        .sticky-bar{\n            position:fixed;bottom:0;left:0;width:100%;z-index:9999;\n            display:flex;height:60px;\n        }\n        .sticky-bar a{\n            flex:1;display:flex;align-items:center;justify-content:center;\n            color:#fff;font-weight:600;text-decoration:none;\n        }\n        .whatsapp{background:#25D366;}\n        .call{background:#6D28D9;}\n        \/* Responsive *\/\n        @media(max-width:600px){\n            .hero h1{font-size:2rem;}\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<header>\n        <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2023\/12\/logo.webp\" alt=\"Sahara Logo\" class=\"logo\"><\/p>\n<div><a href=\"tel:0097165318887\" style=\"font-weight:bold;\">Call: 06 531 8887<\/a><\/div>\n<\/header>\n<section class=\"hero\">\n<h1>top medical center sharjah in Sharjah<\/h1>\n<p>DHA Licensed Specialists in Al Nahda.<\/p>\n<article>\n<p>\n                Sahara Medical Centre stands out as the top medical center Sharjah residents trust for pain\u2011free, affordable, and expert care. Our state\u2011of\u2011the\u2011art facilities combine modern diagnostics with a compassionate team of specialist doctors, ensuring every patient receives personalized treatment. From routine check\u2011ups to emergency interventions, we prioritize safety, comfort, and rapid recovery, making us the premier choice for health services in Sharjah.\n            <\/p>\n<\/article>\n<p>        <a href=\"#appointment\" class=\"btn\">Book Appointment<\/a><br \/>\n    <\/section>\n<section class=\"offers\">\n<div class=\"card\">\n<h3>Dental Cleaning<\/h3>\n<p>AED 99<\/p>\n<\/p><\/div>\n<div class=\"card\">\n<h3>Root Canal<\/h3>\n<p>From AED 399<\/p>\n<\/p><\/div>\n<div class=\"card\">\n<h3>Consultation<\/h3>\n<p>AED 49<\/p>\n<\/p><\/div>\n<\/section>\n<section class=\"doctors\">\n<article class=\"doctor\">\n            <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2025\/07\/anwar.jpg\" alt=\"Dr. Anwar MK\"><\/p>\n<h3>Dr. Anwar MK<\/h3>\n<p>General Practitioner<\/p>\n<\/article>\n<article class=\"doctor\">\n            <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-02-at-10.22.46-PM.jpeg\" alt=\"Dr. Jubila Fasly\"><\/p>\n<h3>Dr. Jubila Fasly<\/h3>\n<p>General Practitioner<\/p>\n<\/article>\n<article class=\"doctor\">\n            <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2025\/01\/Untitled-design.png\" alt=\"Dr. Rabuna PK\"><\/p>\n<h3>Dr. Rabuna PK<\/h3>\n<p>Dentist<\/p>\n<\/article>\n<article class=\"doctor\">\n            <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2025\/01\/Sahara-Medical-Centre.png\" alt=\"Dr. Sijo Mary Varghese\"><\/p>\n<h3>Dr. Sijo Mary Varghese<\/h3>\n<p>Dentist<\/p>\n<\/article>\n<\/section>\n<section class=\"why-us\">\n<div>\n<h3>24\/7 Emergency Services<\/h3>\n<p>Always ready to respond.<\/p>\n<\/p><\/div>\n<div>\n<h3>Advanced Medical Facilities<\/h3>\n<p>Cutting\u2011edge technology.<\/p>\n<\/p><\/div>\n<div>\n<h3>Team of Specialist Doctors<\/h3>\n<p>Expertise across fields.<\/p>\n<\/p><\/div>\n<div>\n<h3>Multiple Specialties Under One Roof<\/h3>\n<p>Convenient comprehensive care.<\/p>\n<\/p><\/div>\n<div>\n<h3>Modern Diagnostic Services<\/h3>\n<p>Accurate and fast results.<\/p>\n<\/p><\/div>\n<\/section>\n<section class=\"reviews\">\n<p>\u2b50 4.9 Rating on Google Maps<\/p>\n<\/section>\n<section class=\"map\">\n<p>Ganda Tower, Al Nahda, Sharjah<\/p>\n<p>        <a href=\"https:\/\/share.google\/1oH1b1bHiEbhOYL5F\" target=\"_blank\" class=\"btn-outline\" rel=\"nofollow noopener\">Open Google Map Location<\/a><br \/>\n    <\/section>\n<section class=\"faq\">\n<h2>Frequently Asked Questions<\/h2>\n<details>\n<summary>What are the opening hours?<\/summary>\n<p>We are open Monday\u2011Friday 08:00\u201122:00 and Saturday\u2011Sunday 09:00\u201120:00. Emergency services are 24\/7.<\/p>\n<\/details>\n<details>\n<summary>Do you accept insurance?<\/summary>\n<p>Yes, we work with most major UAE health insurance providers.<\/p>\n<\/details>\n<details>\n<summary>How can I book an appointment?<\/summary>\n<p>Call us directly, use our online portal, or WhatsApp us for quick scheduling.<\/p>\n<\/details>\n<details>\n<summary>What specialties are offered?<\/summary>\n<p>General practice, dentistry, radiology, physiotherapy, and more under one roof.<\/p>\n<\/details>\n<details>\n<summary>Is parking available?<\/summary>\n<p>Free on\u2011site parking is available for all patients.<\/p>\n<\/details>\n<\/section>\n<footer>\n<p>&copy; 2025 Sahara Medical Centre LLC. All rights reserved.<\/p>\n<p>Ai Automation of SEO done by: <a href=\"https:\/\/aiingo.com\" rel=\"nofollow noopener\" target=\"_blank\">Aiingo.com<\/a><\/p>\n<\/footer>\n<div class=\"sticky-bar\">\n        <a href=\"https:\/\/wa.me\/971065318887\" class=\"whatsapp\" rel=\"nofollow noopener\" target=\"_blank\">WhatsApp<\/a><br \/>\n        <a href=\"tel:+971065318887\" class=\"call\">Call<\/a>\n    <\/div>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>top medical center sharjah | Sahara Medical Centre (Al Nahda Sharjah) Call: 06 531 8887 top medical center sharjah in Sharjah DHA Licensed Specialists in Al Nahda. Sahara Medical Centre stands out as the top medical center Sharjah residents trust for pain\u2011free, affordable, and expert care. Our state\u2011of\u2011the\u2011art facilities combine modern diagnostics with a compassionate team of specialist doctors, ensuring every patient receives personalized treatment. From routine check\u2011ups to emergency interventions, we prioritize safety, comfort, and rapid recovery, making us the premier choice for health services in Sharjah. Book Appointment Dental Cleaning AED 99 Root Canal From AED 399 Consultation AED 49 Dr. Anwar MK General Practitioner Dr. Jubila Fasly General Practitioner Dr. Rabuna PK Dentist Dr. Sijo Mary Varghese Dentist 24\/7 Emergency Services Always ready to respond. Advanced Medical Facilities Cutting\u2011edge technology. Team of Specialist Doctors Expertise across fields. Multiple Specialties Under One Roof Convenient comprehensive care. Modern Diagnostic Services Accurate and fast results. \u2b50 4.9 Rating on Google Maps Ganda Tower, Al Nahda, Sharjah Open Google Map Location Frequently Asked Questions What are the opening hours? We are open Monday\u2011Friday 08:00\u201122:00 and Saturday\u2011Sunday 09:00\u201120:00. Emergency services are 24\/7. Do you accept insurance? Yes, we work with most major UAE health insurance providers. How can I book an appointment? Call us directly, use our online portal, or WhatsApp us for quick scheduling. What specialties are offered? General practice, dentistry, radiology, physiotherapy, and more under one roof. Is parking available? Free on\u2011site parking is available for all patients. &copy; 2025 Sahara Medical Centre LLC. All rights reserved. Ai Automation of SEO done by: Aiingo.com WhatsApp Call<\/p>\n","protected":false},"author":6,"featured_media":-7577,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7577","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/comments?post=7577"}],"version-history":[{"count":0,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7577\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/media?parent=7577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}