{"id":7545,"date":"2026-03-03T23:01:38","date_gmt":"2026-03-03T23:01:38","guid":{"rendered":"https:\/\/saharamedicalcentre.ae\/index.php\/find-the-best-dental-doctor-near-me-sahara-medical-centre\/"},"modified":"2026-03-03T23:01:38","modified_gmt":"2026-03-03T23:01:38","slug":"find-the-best-dental-doctor-near-me-sahara-medical-centre","status":"publish","type":"page","link":"https:\/\/saharamedicalcentre.ae\/index.php\/find-the-best-dental-doctor-near-me-sahara-medical-centre\/","title":{"rendered":"Find the Best Dental Doctor Near Me | 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>dental doctor near me | Sahara Medical Centre (Al Nahda Sharjah)<\/title><br \/>\n    <meta name=\"description\" content=\"Get expert dental care near you in Sharjah &amp; Dubai.\"><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      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"streetAddress\": \"Ganda Tower\",\n        \"addressLocality\": \"Al Nahda\",\n        \"addressRegion\": \"Sharjah\",\n        \"addressCountry\": \"AE\"\n      },\n      \"telephone\": \"+971 6 531 8887\",\n      \"priceRange\": \"$$\",\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\": \"20:00\"\n        },\n        {\n          \"@type\": \"OpeningHoursSpecification\",\n          \"dayOfWeek\": \"Saturday\",\n          \"opens\": \"09:00\",\n          \"closes\": \"18:00\"\n        }\n      ],\n      \"aggregateRating\": {\n        \"@type\": \"AggregateRating\",\n        \"ratingValue\": \"4.9\",\n        \"reviewCount\": \"124\"\n      },\n      \"url\": \"https:\/\/saharamedicalcentre.ae\",\n      \"geo\": {\n        \"@type\": \"GeoCoordinates\",\n        \"latitude\": \"25.3475\",\n        \"longitude\": \"55.3849\"\n      },\n      \"sameAs\": [\n        \"https:\/\/www.facebook.com\/SaharaMedicalCentre\",\n        \"https:\/\/www.instagram.com\/saharamedicalcentre\"\n      ]\n    }\n    <\/script><\/p>\n<style>\n        body {\n            font-family: 'Inter', system-ui, sans-serif;\n            background: #fff;\n            color: #1f2937;\n            margin: 0;\n            padding: 0;\n            text-align: center;\n        }\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 15px;\n        }\n        header, nav, footer, section, article {\n            padding: 20px 0;\n        }\n        nav {\n            position: sticky;\n            top: 0;\n            background: rgba(255,255,255,0.9);\n            backdrop-filter: blur(10px);\n            z-index: 1000;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 20px;\n        }\n        nav a {\n            font-weight: bold;\n            color: #6D28D9;\n            text-decoration: none;\n        }\n        .hero {\n            background: linear-gradient(to bottom, #fff, #f4f0ff);\n            padding: 60px 15px;\n        }\n        .hero h1 {\n            font-size: 2.5rem;\n            color: #6D28D9;\n            margin-bottom: 10px;\n            text-transform: capitalize;\n        }\n        .hero p.subhead {\n            font-size: 1.2rem;\n            margin-bottom: 20px;\n        }\n        .hero .cta-btn {\n            display: inline-block;\n            padding: 12px 30px;\n            background: linear-gradient(135deg, #7c3aed, #6d28d9);\n            color: #fff;\n            border: none;\n            border-radius: 30px;\n            font-size: 1rem;\n            cursor: pointer;\n            text-decoration: none;\n        }\n        .card-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 30px;\n        }\n        .card {\n            background: #fff;\n            border-radius: 24px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n            padding: 20px;\n            width: 260px;\n            text-align: center;\n        }\n        .card h3 {\n            color: #6D28D9;\n            margin-bottom: 10px;\n        }\n        .doctors-grid {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 30px;\n        }\n        .doctor {\n            width: 150px;\n        }\n        .doctor img {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            object-fit: cover;\n            margin-bottom: 10px;\n        }\n        .why-us {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 30px;\n        }\n        .why-item {\n            max-width: 200px;\n        }\n        .why-item h3 {\n            color: #6D28D9;\n            margin-bottom: 5px;\n        }\n        .reviews {\n            font-size: 1.1rem;\n            margin-top: 20px;\n        }\n        .map-btn {\n            display: inline-block;\n            padding: 10px 20px;\n            border: 2px solid #6D28D9;\n            border-radius: 8px;\n            color: #6D28D9;\n            text-decoration: none;\n            margin-top: 10px;\n        }\n        details {\n            text-align: left;\n            margin: 0 auto;\n            max-width: 800px;\n            margin-bottom: 15px;\n        }\n        summary {\n            font-weight: 600;\n            cursor: pointer;\n            color: #6D28D9;\n        }\n        .mobile-sticky {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            display: flex;\n            z-index: 9999;\n            background: rgba(255,255,255,0.95);\n            backdrop-filter: blur(10px);\n            border-top: 1px solid #e5e7eb;\n        }\n        .mobile-sticky a {\n            flex: 1;\n            padding: 12px 0;\n            text-align: center;\n            color: #fff;\n            text-decoration: none;\n            font-weight: 600;\n        }\n        .whatsapp {\n            background: #25D366;\n        }\n        .call {\n            background: #6D28D9;\n        }\n        footer {\n            font-size: 0.9rem;\n            color: #6b7280;\n            margin-top: 40px;\n        }\n        @media (max-width: 600px) {\n            .card, .doctor {\n                width: 90%;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<nav>\n        <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2023\/12\/logo.webp\" alt=\"Sahara Logo\" style=\"height:50px;\"><br \/>\n        <a href=\"tel:0097165318887\">Call: 06 531 8887<\/a><br \/>\n    <\/nav>\n<header class=\"hero\">\n<div class=\"container\">\n<h1>dental doctor near me in Sharjah<\/h1>\n<p class=\"subhead\">DHA Licensed Specialists in Al Nahda.<\/p>\n<p>\n                Searching for a \u201cdental doctor near me\u201d in Sharjah? Sahara Medical Centre offers pain\u2011free, affordable, and expert dental care just a few minutes away. Our certified dentists use advanced technology to ensure comfortable treatments, from routine cleanings to complex procedures, all at transparent prices. Whether you need emergency relief or a routine check\u2011up, our friendly team provides personalized solutions tailored to your oral health needs.\n            <\/p>\n<p>            <a href=\"#appointment\" class=\"cta-btn\">Book Appointment<\/a>\n        <\/div>\n<\/header>\n<section id=\"offers\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"color:#6D28D9;\">Special Offers<\/h2>\n<div class=\"card-grid\">\n<article class=\"card\">\n<h3>Dental Cleaning<\/h3>\n<p>Only AED 99<\/p>\n<\/article>\n<article class=\"card\">\n<h3>Root Canal<\/h3>\n<p>From AED 399<\/p>\n<\/article>\n<article class=\"card\">\n<h3>Consultation<\/h3>\n<p>AED 49<\/p>\n<\/article><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"doctors\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"color:#6D28D9;\">Meet Our Experts<\/h2>\n<div class=\"doctors-grid\">\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><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"why-us\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"color:#6D28D9;\">Why Choose Us<\/h2>\n<div class=\"why-us\">\n<article class=\"why-item\">\n<h3>24\/7 Emergency Dental Care<\/h3>\n<p>Round\u2011the\u2011clock assistance for urgent dental issues.<\/p>\n<\/article>\n<article class=\"why-item\">\n<h3>Experienced Dentists<\/h3>\n<p>Qualified professionals with years of expertise.<\/p>\n<\/article>\n<article class=\"why-item\">\n<h3>Affordable Pricing<\/h3>\n<p>Transparent rates without hidden costs.<\/p>\n<\/article>\n<article class=\"why-item\">\n<h3>Advanced Facilities<\/h3>\n<p>State\u2011of\u2011the\u2011art equipment for precise treatments.<\/p>\n<\/article><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"reviews\">\n<div class=\"container\">\n<p class=\"reviews\">\u2b50 4.9 Rating on Google Maps<\/p>\n<\/p><\/div>\n<\/section>\n<section id=\"location\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"color:#6D28D9;\">Our Location<\/h2>\n<p>Ganda Tower, Al Nahda, Sharjah<\/p>\n<p>            <a href=\"https:\/\/share.google\/1oH1b1bHiEbhOYL5F\" class=\"map-btn\" rel=\"nofollow noopener\" target=\"_blank\">Open Google Map Location<\/a>\n        <\/div>\n<\/section>\n<section id=\"faq\">\n<div class=\"container\">\n<h2 class=\"section-title\" style=\"color:#6D28D9;\">Frequently Asked Questions<\/h2>\n<details>\n<summary>What are your clinic hours?<\/summary>\n<p>We are open Monday\u2011Friday 08:00\u201120:00 and Saturday 09:00\u201118:00. Sunday is closed.<\/p>\n<\/details>\n<details>\n<summary>Do you accept walk\u2011in patients for emergencies?<\/summary>\n<p>Yes, our 24\/7 emergency dental line is always active for urgent cases.<\/p>\n<\/details>\n<details>\n<summary>Are treatments covered by insurance?<\/summary>\n<p>We work with major UAE insurers; please call us to verify your specific plan.<\/p>\n<\/details>\n<details>\n<summary>What COVID\u201119 safety measures are in place?<\/summary>\n<p>All staff wear PPE, patient screening is mandatory, and the clinic follows strict sanitisation protocols.<\/p>\n<\/details>\n<details>\n<summary>How can I book an appointment?<\/summary>\n<p>Call us at 06\u202f531\u202f8887, use our WhatsApp line, or click the \u201cBook Appointment\u201d button above.<\/p>\n<\/details><\/div>\n<\/section>\n<footer>\n<div class=\"container\">\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<\/p><\/div>\n<\/footer>\n<div class=\"mobile-sticky\">\n        <a href=\"https:\/\/wa.me\/97165318887\" class=\"whatsapp\" rel=\"nofollow noopener\" target=\"_blank\">WhatsApp<\/a><br \/>\n        <a href=\"tel:0097165318887\" class=\"call\">Call<\/a>\n    <\/div>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>dental doctor near me | Sahara Medical Centre (Al Nahda Sharjah) Call: 06 531 8887 dental doctor near me in Sharjah DHA Licensed Specialists in Al Nahda. Searching for a \u201cdental doctor near me\u201d in Sharjah? Sahara Medical Centre offers pain\u2011free, affordable, and expert dental care just a few minutes away. Our certified dentists use advanced technology to ensure comfortable treatments, from routine cleanings to complex procedures, all at transparent prices. Whether you need emergency relief or a routine check\u2011up, our friendly team provides personalized solutions tailored to your oral health needs. Book Appointment Special Offers Dental Cleaning Only AED 99 Root Canal From AED 399 Consultation AED 49 Meet Our Experts Dr. Anwar MK General Practitioner Dr. Jubila Fasly General Practitioner Dr. Rabuna PK Dentist Dr. Sijo Mary Varghese Dentist Why Choose Us 24\/7 Emergency Dental Care Round\u2011the\u2011clock assistance for urgent dental issues. Experienced Dentists Qualified professionals with years of expertise. Affordable Pricing Transparent rates without hidden costs. Advanced Facilities State\u2011of\u2011the\u2011art equipment for precise treatments. \u2b50 4.9 Rating on Google Maps Our Location Ganda Tower, Al Nahda, Sharjah Open Google Map Location Frequently Asked Questions What are your clinic hours? We are open Monday\u2011Friday 08:00\u201120:00 and Saturday 09:00\u201118:00. Sunday is closed. Do you accept walk\u2011in patients for emergencies? Yes, our 24\/7 emergency dental line is always active for urgent cases. Are treatments covered by insurance? We work with major UAE insurers; please call us to verify your specific plan. What COVID\u201119 safety measures are in place? All staff wear PPE, patient screening is mandatory, and the clinic follows strict sanitisation protocols. How can I book an appointment? Call us at 06\u202f531\u202f8887, use our WhatsApp line, or click the \u201cBook Appointment\u201d button above. &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":-7545,"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-7545","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7545","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=7545"}],"version-history":[{"count":0,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7545\/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=7545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}