{"id":7559,"date":"2026-03-17T23:01:25","date_gmt":"2026-03-17T23:01:25","guid":{"rendered":"https:\/\/saharamedicalcentre.ae\/index.php\/walk-in-dental-clinics-near-me-sahara-medical-centre-sharjah\/"},"modified":"2026-03-24T10:14:03","modified_gmt":"2026-03-24T10:14:03","slug":"walk-in-dental-clinics-near-me-sahara-medical-centre-sharjah","status":"publish","type":"page","link":"https:\/\/saharamedicalcentre.ae\/index.php\/walk-in-dental-clinics-near-me-sahara-medical-centre-sharjah\/","title":{"rendered":"Walk-In Dental Clinics Near Me | Sahara Medical Centre, Sharjah"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7559\" class=\"elementor elementor-7559\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ad4016 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"6ad4016\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-032106f elementor-widget elementor-widget-html\" data-id=\"032106f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\r\n    <title>Walk-In Dental Clinics Near Me in Sharjah | Sahara Medical Centre<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary: #614499;\r\n            --primary-light: #f3f0f9;\r\n            --secondary: #2C94BA;\r\n            --accent: #DB1B21;\r\n            --dark: #0f172a;\r\n            --text: #475569;\r\n            --bg: #f8fafc;\r\n            --surface: #ffffff;\r\n            --success: #25D366;\r\n            --border: #e2e8f0;\r\n            --radius: 16px;\r\n            --shadow: 0 8px 24px rgba(97, 68, 153, 0.08);\r\n        }\r\n\r\n        * { box-sizing: border-box; margin: 0; padding: 0; }\r\n        \r\n        body {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            background-color: var(--bg);\r\n            color: var(--text);\r\n            line-height: 1.6;\r\n            -webkit-font-smoothing: antialiased;\r\n            padding-bottom: 80px; \/* Space for bottom sticky buttons *\/\r\n        }\r\n\r\n        .container {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            padding: 2rem 1.25rem;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n            background: var(--surface);\r\n            padding: 2.5rem 1.5rem;\r\n            border-radius: var(--radius);\r\n            box-shadow: var(--shadow);\r\n        }\r\n\r\n        .badge {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 6px;\r\n            background: var(--primary-light);\r\n            color: var(--primary);\r\n            padding: 6px 14px;\r\n            border-radius: 100px;\r\n            font-size: 0.8rem;\r\n            font-weight: 700;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: clamp(1.75rem, 5vw, 2.5rem);\r\n            color: var(--dark);\r\n            font-weight: 800;\r\n            line-height: 1.2;\r\n            margin-bottom: 0.5rem;\r\n            text-transform: capitalize;\r\n        }\r\n\r\n        .hero h2 {\r\n            font-size: 1.1rem;\r\n            color: var(--secondary);\r\n            font-weight: 700;\r\n            margin-bottom: 1.25rem;\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 0.95rem;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n\r\n        .btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            padding: 14px 28px;\r\n            border-radius: 100px;\r\n            font-weight: 700;\r\n            font-size: 1rem;\r\n            text-decoration: none;\r\n            transition: all 0.2s;\r\n            border: none;\r\n            cursor: pointer;\r\n            width: 100%;\r\n        }\r\n\r\n        .btn-primary {\r\n            background: var(--primary);\r\n            color: white;\r\n            box-shadow: 0 4px 12px rgba(97, 68, 153, 0.2);\r\n        }\r\n\r\n        \/* Offers Grid *\/\r\n        .section-title {\r\n            font-size: 1.35rem;\r\n            color: var(--dark);\r\n            font-weight: 800;\r\n            margin-bottom: 1.25rem;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n        }\r\n\r\n        .offers-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\r\n            gap: 1rem;\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        .offer-card {\r\n            background: var(--surface);\r\n            padding: 1.25rem;\r\n            border-radius: 12px;\r\n            text-align: center;\r\n            border: 1.5px solid var(--border);\r\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\r\n        }\r\n\r\n        .offer-card i {\r\n            font-size: 1.5rem;\r\n            color: var(--secondary);\r\n            margin-bottom: 0.5rem;\r\n        }\r\n\r\n        .offer-card h3 {\r\n            font-size: 0.9rem;\r\n            color: var(--dark);\r\n            margin-bottom: 0.25rem;\r\n        }\r\n\r\n        .offer-card .price {\r\n            font-weight: 800;\r\n            color: var(--accent);\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        \/* Experts List *\/\r\n        .expert-list {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 0.75rem;\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        .expert-card {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 1rem;\r\n            background: var(--surface);\r\n            padding: 1rem;\r\n            border-radius: 12px;\r\n            border: 1px solid var(--border);\r\n        }\r\n\r\n        .expert-icon {\r\n            width: 40px;\r\n            height: 40px;\r\n            background: var(--primary-light);\r\n            color: var(--primary);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 1.2rem;\r\n        }\r\n\r\n        .expert-info h3 {\r\n            font-size: 1rem;\r\n            color: var(--dark);\r\n            margin: 0;\r\n        }\r\n\r\n        .expert-info p {\r\n            font-size: 0.85rem;\r\n            color: var(--secondary);\r\n            font-weight: 600;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* Why Choose Us *\/\r\n        .features-list {\r\n            list-style: none;\r\n            margin-bottom: 3rem;\r\n            background: var(--surface);\r\n            padding: 1.5rem;\r\n            border-radius: var(--radius);\r\n            box-shadow: var(--shadow);\r\n        }\r\n\r\n        .features-list li {\r\n            position: relative;\r\n            padding-left: 2rem;\r\n            margin-bottom: 1rem;\r\n        }\r\n        .features-list li:last-child { margin-bottom: 0; }\r\n\r\n        .features-list li::before {\r\n            content: '\\f058';\r\n            font-family: 'Font Awesome 6 Free';\r\n            font-weight: 900;\r\n            position: absolute;\r\n            left: 0;\r\n            top: 2px;\r\n            color: var(--success);\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .features-list strong {\r\n            display: block;\r\n            color: var(--dark);\r\n            font-size: 0.95rem;\r\n        }\r\n        .features-list span {\r\n            font-size: 0.85rem;\r\n            color: var(--text);\r\n        }\r\n\r\n        \/* Location *\/\r\n        .location-card {\r\n            background: var(--surface);\r\n            padding: 1.5rem;\r\n            border-radius: var(--radius);\r\n            text-align: center;\r\n            border: 1px solid var(--border);\r\n            margin-bottom: 3rem;\r\n        }\r\n        \r\n        .rating {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 6px;\r\n            background: #FFFAEB;\r\n            color: #B54708;\r\n            padding: 4px 12px;\r\n            border-radius: 100px;\r\n            font-weight: 700;\r\n            font-size: 0.85rem;\r\n            margin-bottom: 1rem;\r\n            border: 1px solid #FEDF89;\r\n        }\r\n\r\n        \/* FAQ Accordion *\/\r\n        .faq-section {\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        details {\r\n            background: var(--surface);\r\n            border: 1px solid var(--border);\r\n            border-radius: 12px;\r\n            margin-bottom: 0.75rem;\r\n            overflow: hidden;\r\n        }\r\n\r\n        summary {\r\n            padding: 1rem 1.25rem;\r\n            font-weight: 700;\r\n            font-size: 0.95rem;\r\n            color: var(--dark);\r\n            cursor: pointer;\r\n            list-style: none;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        summary::-webkit-details-marker { display: none; }\r\n        \r\n        summary::after {\r\n            content: '\\f067';\r\n            font-family: 'Font Awesome 6 Free';\r\n            font-weight: 900;\r\n            color: var(--primary);\r\n            transition: 0.3s;\r\n        }\r\n\r\n        details[open] summary::after { content: '\\f068'; }\r\n        \r\n        .faq-content {\r\n            padding: 0 1.25rem 1.25rem;\r\n            font-size: 0.9rem;\r\n            color: var(--text);\r\n            border-top: 1px solid var(--border);\r\n            margin-top: 0.5rem;\r\n            padding-top: 1rem;\r\n        }\r\n\r\n        \/* Footer *\/\r\n        footer {\r\n            text-align: center;\r\n            padding: 2rem 1rem 3rem;\r\n            font-size: 0.8rem;\r\n            color: #64748b;\r\n        }\r\n\r\n        .ai-credit {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 6px;\r\n            margin-top: 0.5rem;\r\n            padding: 6px 12px;\r\n            background: rgba(97, 68, 153, 0.05);\r\n            border-radius: 6px;\r\n            font-weight: 600;\r\n        }\r\n        \r\n        .ai-credit a {\r\n            color: var(--primary);\r\n            text-decoration: none;\r\n        }\r\n\r\n        \/* Sticky Bottom Bar for Mobile *\/\r\n        .sticky-bottom {\r\n            position: fixed;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            background: rgba(255, 255, 255, 0.95);\r\n            backdrop-filter: blur(10px);\r\n            -webkit-backdrop-filter: blur(10px);\r\n            padding: 12px 16px;\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 12px;\r\n            border-top: 1px solid var(--border);\r\n            z-index: 1000;\r\n            box-shadow: 0 -4px 20px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        .btn-wa {\r\n            background: var(--success);\r\n            color: white;\r\n            border: none;\r\n            padding: 12px;\r\n            border-radius: 12px;\r\n            font-weight: 700;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            text-decoration: none;\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        .btn-call {\r\n            background: var(--surface);\r\n            color: var(--dark);\r\n            border: 2px solid var(--border);\r\n            padding: 12px;\r\n            border-radius: 12px;\r\n            font-weight: 700;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 8px;\r\n            text-decoration: none;\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        @media (min-width: 600px) {\r\n            .btn { width: auto; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"container\">\r\n        \r\n        <header class=\"hero\">\r\n            <span class=\"badge\"><i class=\"fas fa-bolt\"><\/i> Walk-In Available<\/span>\r\n            <h1>Walk In Dental Clinics Near Me in Sharjah<\/h1>\r\n            <h2>DHA Licensed Specialists in Al Nahda.<\/h2>\r\n            <p>Searching for \"walk in dental clinics near me\" in Sharjah? Sahara Medical Centre offers pain\u2011free, affordable, and expert dental care without the need for appointments. Our modern facilities provide quick, walk\u2011in services for emergencies, routine cleanings, and specialist procedures. With a team of experienced dentists, we ensure every visit is comfortable, efficient, and focused on your oral health. Trust us for immediate, high\u2011quality dental solutions right in Al Nahda.<\/p>\r\n            <a href=\"#book\" class=\"btn btn-primary\"><i class=\"far fa-calendar-alt\"><\/i> Book Appointment<\/a>\r\n        <\/header>\r\n\r\n        <h2 class=\"section-title\"><i class=\"fas fa-tag\" style=\"color: var(--accent);\"><\/i> Special Offers<\/h2>\r\n        <div class=\"offers-grid\">\r\n            <div class=\"offer-card\">\r\n                <i class=\"fas fa-tooth\"><\/i>\r\n                <h3>Dental Cleaning<\/h3>\r\n                <div class=\"price\">Only AED 99<\/div>\r\n            <\/div>\r\n            <div class=\"offer-card\">\r\n                <i class=\"fas fa-teeth-open\"><\/i>\r\n                <h3>Root Canal<\/h3>\r\n                <div class=\"price\">From AED 399<\/div>\r\n            <\/div>\r\n            <div class=\"offer-card\">\r\n                <i class=\"fas fa-user-md\"><\/i>\r\n                <h3>Consultation<\/h3>\r\n                <div class=\"price\">AED 49<\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <h2 class=\"section-title\"><i class=\"fas fa-user-md\" style=\"color: var(--primary);\"><\/i> Meet Our Experts<\/h2>\r\n        <div class=\"expert-list\">\r\n            <div class=\"expert-card\">\r\n                <div class=\"expert-icon\"><i class=\"fas fa-stethoscope\"><\/i><\/div>\r\n                <div class=\"expert-info\">\r\n                    <h3>Dr. Anwar MK<\/h3>\r\n                    <p>General Practitioner<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"expert-card\">\r\n                <div class=\"expert-icon\"><i class=\"fas fa-stethoscope\"><\/i><\/div>\r\n                <div class=\"expert-info\">\r\n                    <h3>Dr. Jubila Fasly<\/h3>\r\n                    <p>General Practitioner<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"expert-card\">\r\n                <div class=\"expert-icon\"><i class=\"fas fa-tooth\"><\/i><\/div>\r\n                <div class=\"expert-info\">\r\n                    <h3>Dr. Dynamol<\/h3>\r\n                    <p>Specialist Orthodontist<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <h2 class=\"section-title\"><i class=\"fas fa-check-circle\" style=\"color: var(--success);\"><\/i> Why Choose Us?<\/h2>\r\n        <ul class=\"features-list\">\r\n            <li>\r\n                <strong>Walk\u2011in dental services available<\/strong>\r\n                <span>No appointment needed.<\/span>\r\n            <\/li>\r\n            <li>\r\n                <strong>Emergency dental procedures<\/strong>\r\n                <span>Immediate care for urgent issues.<\/span>\r\n            <\/li>\r\n            <li>\r\n                <strong>Experienced dentists in Sharjah<\/strong>\r\n                <span>Qualified specialists at your service.<\/span>\r\n            <\/li>\r\n            <li>\r\n                <strong>State\u2011of\u2011the\u2011art dental facilities<\/strong>\r\n                <span>Modern equipment for best outcomes.<\/span>\r\n            <\/li>\r\n        <\/ul>\r\n\r\n        <div class=\"location-card\">\r\n            <div class=\"rating\">\r\n                <i class=\"fas fa-star\"><\/i> 4.9 Rating on Google Maps\r\n            <\/div>\r\n            <h3 style=\"margin-bottom: 0.5rem; color: var(--dark);\">Our Location<\/h3>\r\n            <p style=\"font-size: 0.9rem; margin-bottom: 1rem;\"><i class=\"fas fa-map-marker-alt\" style=\"color: var(--accent);\"><\/i> Ganda Tower, Al Nahda, Sharjah, UAE<\/p>\r\n            <a href=\"https:\/\/maps.google.com\" target=\"_blank\" class=\"btn btn-primary\" style=\"font-size: 0.9rem; padding: 10px 20px;\" rel=\"nofollow noopener\">\r\n                <i class=\"fas fa-directions\"><\/i> Open Google Map\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"faq-section\">\r\n            <h2 class=\"section-title\"><i class=\"far fa-question-circle\" style=\"color: var(--primary);\"><\/i> Frequently Asked Questions<\/h2>\r\n            \r\n            <details>\r\n                <summary>Do I need an appointment for a walk\u2011in dental visit?<\/summary>\r\n                <div class=\"faq-content\">No, appointments are not strictly required. You can walk in for immediate assistance, though booking ahead can reduce waiting times.<\/div>\r\n            <\/details>\r\n            \r\n            <details>\r\n                <summary>What emergency dental services do you provide?<\/summary>\r\n                <div class=\"faq-content\">We handle severe toothaches, chipped or broken teeth, knocked-out teeth, lost fillings, and emergency extractions.<\/div>\r\n            <\/details>\r\n            \r\n            <details>\r\n                <summary>Are your dentists licensed by the DHA?<\/summary>\r\n                <div class=\"faq-content\">Yes, all our specialists and general practitioners are fully licensed and highly experienced.<\/div>\r\n            <\/details>\r\n            \r\n            <details>\r\n                <summary>What payment methods are accepted?<\/summary>\r\n                <div class=\"faq-content\">We accept cash, credit\/debit cards, and work with major insurance networks.<\/div>\r\n            <\/details>\r\n            \r\n            <details>\r\n                <summary>Is there parking available at the clinic?<\/summary>\r\n                <div class=\"faq-content\">Yes, there is convenient parking available near Ganda Tower in Al Nahda.<\/div>\r\n            <\/details>\r\n        <\/div>\r\n\r\n        <footer>\r\n            <p>&copy; 2026 Sahara Medical Centre LLC. All rights reserved.<\/p>\r\n            <div class=\"ai-credit\">\r\n                <i class=\"fas fa-robot\"><\/i> AI Automation of SEO by <a href=\"https:\/\/aiingo.com\" target=\"_blank\" rel=\"nofollow noopener\">Aiingo.com<\/a>\r\n            <\/div>\r\n        <\/footer>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"sticky-bottom\">\r\n        <a href=\"tel:065318887\" class=\"btn-call\">\r\n            <i class=\"fas fa-phone-alt\"><\/i> Call\r\n        <\/a>\r\n        <a href=\"https:\/\/wa.me\/971508821590\" class=\"btn-wa\" rel=\"nofollow noopener\" target=\"_blank\">\r\n            <i class=\"fab fa-whatsapp\"><\/i> WhatsApp\r\n        <\/a>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\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>Walk-In Dental Clinics Near Me in Sharjah | Sahara Medical Centre Walk-In Available Walk In Dental Clinics Near Me in Sharjah DHA Licensed Specialists in Al Nahda. Searching for &#8220;walk in dental clinics near me&#8221; in Sharjah? Sahara Medical Centre offers pain\u2011free, affordable, and expert dental care without the need for appointments. Our modern facilities provide quick, walk\u2011in services for emergencies, routine cleanings, and specialist procedures. With a team of experienced dentists, we ensure every visit is comfortable, efficient, and focused on your oral health. Trust us for immediate, high\u2011quality dental solutions right in Al Nahda. 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. Dynamol Specialist Orthodontist Why Choose Us? Walk\u2011in dental services available No appointment needed. Emergency dental procedures Immediate care for urgent issues. Experienced dentists in Sharjah Qualified specialists at your service. State\u2011of\u2011the\u2011art dental facilities Modern equipment for best outcomes. 4.9 Rating on Google Maps Our Location Ganda Tower, Al Nahda, Sharjah, UAE Open Google Map Frequently Asked Questions Do I need an appointment for a walk\u2011in dental visit? No, appointments are not strictly required. You can walk in for immediate assistance, though booking ahead can reduce waiting times. What emergency dental services do you provide? We handle severe toothaches, chipped or broken teeth, knocked-out teeth, lost fillings, and emergency extractions. Are your dentists licensed by the DHA? Yes, all our specialists and general practitioners are fully licensed and highly experienced. What payment methods are accepted? We accept cash, credit\/debit cards, and work with major insurance networks. Is there parking available at the clinic? Yes, there is convenient parking available near Ganda Tower in Al Nahda. &copy; 2026 Sahara Medical Centre LLC. All rights reserved. AI Automation of SEO by Aiingo.com Call WhatsApp<\/p>\n","protected":false},"author":6,"featured_media":0,"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-7559","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7559","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=7559"}],"version-history":[{"count":3,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7559\/revisions"}],"predecessor-version":[{"id":7600,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/7559\/revisions\/7600"}],"wp:attachment":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/media?parent=7559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}