{"id":30,"date":"2026-06-09T17:30:06","date_gmt":"2026-06-09T17:30:06","guid":{"rendered":"https:\/\/shefahospital.sa\/doctors\/"},"modified":"2026-07-27T06:51:20","modified_gmt":"2026-07-27T06:51:20","slug":"doctors","status":"publish","type":"page","link":"https:\/\/shefahospital.sa\/ar\/doctors\/","title":{"rendered":"Doctors"},"content":{"rendered":"\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500&#038;family=Noto+Kufi+Arabic:wght@400;700&#038;family=Playfair+Display:wght@600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* SCOPED CSS: Unique ID for Meet Our Doctors Banner *\/\n    #shefa-doctors-banner {\n        --banner-primary: oklch(62% .08 180);\n        --banner-foreground: oklch(99% .005 170);\n        \n        background-color: var(--banner-primary) !important;\n        \n        \/* Hex Pattern Integration *\/\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='60' height='52' viewBox='0 0 60 52'><path d='M15 1l14 8v16l-14 8L1 25V9zM45 1l14 8v16l-14 8-14-8V9z' fill='none' stroke='%2390c4e8' stroke-opacity='0.22' stroke-width='1'\/><\/svg>\");\n        background-repeat: repeat;\n    }\n\n    \/* Force white color using !important to prevent WordPress global overrides *\/\n    #shefa-doctors-banner .doctors-title,\n    #shefa-doctors-banner .doctors-desc {\n        color: var(--banner-foreground) !important;\n    }\n\n    \/* WP Auto-Paragraph hide specific to this scoped ID *\/\n    #shefa-doctors-banner p:empty, \n    #shefa-doctors-banner br { \n        display: none !important; \n    }\n<\/style>\n\n<section id=\"shefa-doctors-banner\" class=\"py-16 md:py-24 w-full flex items-center shadow-inner relative transition-all duration-300\">\n    <div class=\"container mx-auto px-6 md:px-12 lg:px-24\">\n        \n        <h1 class=\"doctors-title text-5xl md:text-6xl lg:text-7xl font-bold tracking-tight mb-4 text-start\">\n            <\/h1>\n        \n        <p class=\"doctors-desc text-base md:text-lg lg:text-xl max-w-2xl opacity-90 leading-relaxed text-start\">\n            <\/p>\n        \n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    \n    function initDoctorsBanner() {\n        const bannerSection = document.getElementById('shefa-doctors-banner');\n        if (!bannerSection) return;\n\n        const titleEl = bannerSection.querySelector('.doctors-title');\n        const descEl = bannerSection.querySelector('.doctors-desc');\n\n        \/\/ Translation Dictionary (English & Arabic)\n        const data = {\n            en: { \n                titleFont: \"'Playfair Display', serif\", \n                bodyFont: \"'Inter', sans-serif\",\n                title: \"Meet Our Doctors\", \n                desc: \"Expert specialists delivering personal care.\" \n            },\n            ar: { \n                titleFont: \"'Noto Kufi Arabic', sans-serif\", \n                bodyFont: \"'Noto Kufi Arabic', sans-serif\",\n                title: \"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0623\u0637\u0628\u0627\u0626\u0646\u0627\", \n                desc: \"\u0623\u062e\u0635\u0627\u0626\u064a\u0648\u0646 \u062e\u0628\u0631\u0627\u0621 \u064a\u0642\u062f\u0645\u0648\u0646 \u0631\u0639\u0627\u064a\u0629 \u0634\u062e\u0635\u064a\u0629.\" \n            }\n        };\n\n        \/\/ Lang\/RTL Detection\n        const htmlElement = document.documentElement;\n        const isRtl = htmlElement.dir === 'rtl' || htmlElement.lang.includes('ar');\n        const lang = isRtl ? 'ar' : 'en';\n        const content = data[lang];\n\n        bannerSection.setAttribute('dir', isRtl ? 'rtl' : 'ltr');\n\n        \/\/ Inject Data with font styles\n        if(titleEl) {\n            titleEl.textContent = content.title;\n            titleEl.style.fontFamily = content.titleFont;\n        }\n        \n        if(descEl) {\n            descEl.textContent = content.desc;\n            descEl.style.fontFamily = content.bodyFont;\n        }\n    }\n\n    \/\/ Run on load\n    initDoctorsBanner();\n\n    \/\/ Observe HTML tag for language changes by TranslatePress\n    const observer = new MutationObserver(initDoctorsBanner);\n    observer.observe(document.documentElement, { \n        attributes: true, \n        attributeFilter: ['lang', 'dir'] \n    });\n});\n<\/script>\n\n\n    <style class=\"trp-ignore\" data-no-translation>\n        .lang-en { display: block; }\n        .lang-ar { display: none; }\n        html[dir=\"rtl\"] .lang-en, [dir=\"rtl\"] .lang-en, html[lang*=\"ar\"] .lang-en, body.rtl .lang-en { display: none; }\n        html[dir=\"rtl\"] .lang-ar, [dir=\"rtl\"] .lang-ar, html[lang*=\"ar\"] .lang-ar, body.rtl .lang-ar { display: block; }\n        .lang-en-inline { display: inline; }\n        .lang-ar-inline { display: none; }\n        html[dir=\"rtl\"] .lang-en-inline, [dir=\"rtl\"] .lang-en-inline, html[lang*=\"ar\"] .lang-en-inline, body.rtl .lang-en-inline { display: none; }\n        html[dir=\"rtl\"] .lang-ar-inline, [dir=\"rtl\"] .lang-ar-inline, html[lang*=\"ar\"] .lang-ar-inline, body.rtl .lang-ar-inline { display: inline; }\n        \n        #shefa-doctors-section {\n            --sh-doc-primary: #3f8877; --sh-doc-secondary: #d97706; --sh-doc-bg: #e3f2fb; --sh-doc-white: #ffffff;\n            position: relative; overflow: hidden; background-color: var(--sh-doc-bg) !important;\n            padding: clamp(3rem, 5vw, 6rem) 1rem; display: block !important;\n        }\n        .shefa-doc-container { position: relative; z-index: 10; max-width: 1400px; margin: 0 auto; width: 100%; }\n        .shefa-doc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.5rem, 2vw, 2rem); }\n        .shefa-doc-card { background-color: var(--sh-doc-white); border-radius: 1rem; overflow: hidden; box-shadow: 0 8px 30px -12px rgba(66,142,126,0.15); display: flex; flex-direction: column; height: 100%; border: 1px solid rgba(255,255,255,0.5); }\n        .shefa-doc-img-wrap { position: relative; aspect-ratio: 1\/1; overflow: hidden; background-color: #f8fafc; }\n        @media (min-width: 768px) { .shefa-doc-img-wrap { aspect-ratio: 4\/5; } }\n        .shefa-doc-img-custom { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }\n        .shefa-doc-body { padding: clamp(1.25rem, 3vw, 1.5rem); display: flex; flex-direction: column; flex-grow: 1; }\n        .shefa-doc-name { font-size: clamp(1.0625rem, 2vw, 1.25rem); font-weight: 700; color: var(--sh-doc-primary); margin: 0; }\n        .shefa-doc-spec { font-size: clamp(0.85rem, 1.5vw, 0.9375rem); color: var(--sh-doc-secondary); font-weight: 600; margin: 0.375rem 0 0 0; }\n        .shefa-doc-btn-container { position: relative; width: 100%; margin-top: 1.5rem; }\n        .shefa-doc-btn { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 0.625rem; border-radius: 0.75rem; background-color: var(--sh-doc-white); border: 1px solid rgba(255,255,255,0.5); font-weight: bold; color: var(--sh-doc-primary); cursor: pointer; }\n    <\/style>\n\n    <section id=\"shefa-doctors-section\">\n        <div class=\"shefa-doc-container\">\n            <div class=\"text-center mb-10\">\n                <span class=\"text-sm font-bold uppercase tracking-wider text-[#d97706] lang-en\">Meet Our Experts<\/span>\n                <span class=\"text-sm font-bold uppercase tracking-wider text-[#d97706] lang-ar\">\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062e\u0628\u0631\u0627\u0626\u0646\u0627<\/span>\n                <h2 class=\"text-3xl md:text-5xl font-bold text-[#3f8877] mt-2 lang-en\" style=\"font-family: 'Playfair Display', serif;\">Our Medical Team<\/h2>\n                <h2 class=\"text-3xl md:text-5xl font-bold text-[#3f8877] mt-2 lang-ar\" style=\"font-family: 'Noto Kufi Arabic', sans-serif;\">\u0641\u0631\u064a\u0642\u0646\u0627 \u0627\u0644\u0637\u0628\u064a<\/h2>\n            <\/div>\n            \n            <div class=\"shefa-doc-grid\">\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ABDULLATIF KHALIL\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-ABDULLATIF-KHALIL.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ABDULLATIF KHALIL<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0639\u0628\u062f\u0627\u0644\u0644\u0637\u064a\u0641 \u0645\u062d\u0645\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar General Surgery<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. Yousry El Shazli\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-YOUSRY-ELSHAZI.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. Yousry El Shazli<\/span>\n                                <span class=\"lang-ar\">\u062f. \u064a\u0633\u0631\u064a \u0639\u0628\u062f\u0627\u0644\u0645\u0648\u0644\u0649<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Consultant General Surgery<\/span>\n                                <span class=\"lang-ar\">\u0627\u0633\u062a\u0634\u0627\u0631\u064a \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MAKKAWI IBRAHIM\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-MAKKAWI-IBRAHIM.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MAKKAWI IBRAHIM<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u0643\u0627\u0648\u064a \u0625\u0628\u0631\u0627\u0647\u064a\u0645<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Consultant General Surgery<\/span>\n                                <span class=\"lang-ar\">\u0627\u0633\u062a\u0634\u0627\u0631\u064a \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0627\u0644\u0639\u0627\u0645\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MOHAMMED GHANNAM\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-Mohd-Ghannan.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MOHAMMED GHANNAM<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0645\u062f \u0639\u0628\u062f\u0627\u0644\u0639\u0632\u064a\u0632<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Consultant Pediatric<\/span>\n                                <span class=\"lang-ar\">\u0627\u0633\u062a\u0634\u0627\u0631\u064a \u0623\u0637\u0641\u0627\u0644<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr Hasna Shawky\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr-Hasnaa-Shawky.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr Hasna Shawky<\/span>\n                                <span class=\"lang-ar\">\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0629 \u062d\u0633\u0646\u0627\u0621 \u0634\u0648\u0642\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Pediatric<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0623\u0637\u0641\u0627\u0644<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. EMAN KAMEL\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-EMAN-KAMEL.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. EMAN KAMEL<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u064a\u0645\u0627\u0646 \u0643\u0627\u0645\u0644<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Pediatric Specialist<\/span>\n                                <span class=\"lang-ar\">\u0623\u062e\u0635\u0627\u0626\u064a \u0637\u0628 \u0627\u0644\u0623\u0637\u0641\u0627\u0644<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. EMAN MAHMOUD\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-EMAN-MAHMOUD.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. EMAN MAHMOUD<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u064a\u0645\u0627\u0646 \u0645\u062d\u0645\u0648\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Pediatric<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0623\u0637\u0641\u0627\u0644<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ELSADIG ALI\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-ELSADIG-ALI.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ELSADIG ALI<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u0644\u0635\u0627\u062f\u0642 \u0639\u0644\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Consultant OB-GYN<\/span>\n                                <span class=\"lang-ar\">\u0627\u0633\u062a\u0634\u0627\u0631\u064a \u0646\u0633\u0627\u0621 \u0648\u0648\u0644\u0627\u062f\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. EHAB ELOKESH\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-Ehab-Elokesh.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. EHAB ELOKESH<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0625\u064a\u0647\u0627\u0628 \u0641\u062a\u062d\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar OB-GYN<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0646\u0633\u0627\u0621 \u0648\u0648\u0644\u0627\u062f\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ALI SHARAFELDIN\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-ALI-SHARAFELDIN.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ALI SHARAFELDIN<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0639\u0644\u064a \u0634\u0631\u0641 \u0627\u0644\u062f\u064a\u0646<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar OB-GYN<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0646\u0633\u0627\u0621 \u0648\u0648\u0644\u0627\u062f\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. NAGLAA ELZAHABY\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-Najla.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. NAGLAA ELZAHABY<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0646\u062c\u0644\u0627\u0621 \u0627\u062d\u0645\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Resident OB-GYN<\/span>\n                                <span class=\"lang-ar\">\u0645\u0642\u064a\u0645 \u0646\u0633\u0627\u0621 \u0648\u0648\u0644\u0627\u062f\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MOHSEN MOHAMED\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-MOHSEN-MOHAMED.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MOHSEN MOHAMED<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0633\u0646 \u0645\u062d\u0645\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar OB-GYN<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0646\u0633\u0627\u0621 \u0648\u0648\u0644\u0627\u062f\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ATEF HAMOUDA\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-ATEF-HAMOUDA.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ATEF HAMOUDA<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0639\u0627\u0637\u0641 \u0645\u062d\u0645\u0648\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Urology<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0645\u0633\u0627\u0644\u0643 \u0628\u0648\u0644\u064a\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ATTIA ABDELSALAM\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-ATTIA-ABDELSALAM.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ATTIA ABDELSALAM<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0639\u0637\u064a\u0647 \u0639\u0628\u062f\u0627\u0644\u0633\u0644\u0627\u0645<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Resident Urology<\/span>\n                                <span class=\"lang-ar\">\u0645\u0642\u064a\u0645 \u0645\u0633\u0627\u0644\u0643 \u0628\u0648\u0644\u064a\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MOHAMED FAROUK\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-MOHAMED-FAROUK.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MOHAMED FAROUK<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0645\u062f \u0641\u0627\u0631\u0648\u0642<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Orthopedic<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u0639\u0638\u0627\u0645<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MAHMOUD ABOHASAN\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-MAHMOUD-ABOHASAN.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MAHMOUD ABOHASAN<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0645\u0648\u062f \u0639\u0644\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Orthopedic<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u0639\u0638\u0627\u0645<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. RABWA KHALIL\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-RABWA-KHALIL.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. RABWA KHALIL<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0631\u0628\u0648\u0629 \u062e\u0644\u064a\u0644<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Senior Registrar Neurology<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0648\u0644 \u0645\u062e \u0648\u0627\u0639\u0635\u0627\u0628<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. AHMED ABOULINEIN\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-AHMED-ABOULINEIN.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. AHMED ABOULINEIN<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0623\u062d\u0645\u062f \u0627\u0644\u0633\u064a\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Cardiology<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u0642\u0644\u0628<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. EKHLAS ABDELMAROUF\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-EKhlas.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. EKHLAS ABDELMAROUF<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u062e\u0644\u0627\u0635 \u0639\u0628\u062f\u0627\u0644\u0645\u0639\u0631\u0648\u0641<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Consultant Internal Medicine<\/span>\n                                <span class=\"lang-ar\">\u0627\u0633\u062a\u0634\u0627\u0631\u064a \u0627\u0644\u0628\u0627\u0637\u0646\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. WALAA KAMALELDEEN SALIH\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr-Walaa-kamaleldeen-salih.jpeg\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. WALAA KAMALELDEEN SALIH<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0648\u0644\u0627\u0621 \u0643\u0645\u0627\u0644 \u0627\u0644\u062f\u064a\u0646 \u0635\u0627\u0644\u062d<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Senior Registrar Ophthalmologist<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0623\u0648\u0644 \u0637\u0628 \u0648\u062c\u0631\u0627\u062d\u0629 \u0627\u0644\u0639\u064a\u0648\u0646<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ABDULSATTAR ABU DHAYF\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ABDULSATTAR ABU DHAYF<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0639\u0628\u062f\u0627\u0644\u0633\u062a\u0627\u0631 \u0627\u0628\u0648 \u0636\u064a\u0641<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar Anesthesia<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u062a\u062e\u062f\u064a\u0631<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ESLAM ELKHOLY\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ESLAM ELKHOLY<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u0633\u0644\u0627\u0645 \u0645\u062d\u0645\u062f \u064a\u0648\u0633\u0641 \u0627\u0644\u062e\u0648\u0644\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Senior Registrar Anesthesia<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0648\u0644 \u0627\u0644\u062a\u062e\u062f\u064a\u0631<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. NAZEEH BARAKAT\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-NAZEEH-BARAKAT.jpeg\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. NAZEEH BARAKAT<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0646\u0632\u064a\u0647 \u0627\u0644\u0633\u064a\u062f \u0627\u0644\u062f\u0633\u0648\u0642\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar ICU<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0632\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. TAMER ELTONAMLY\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-TAMER-ELTONAMLY.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. TAMER ELTONAMLY<\/span>\n                                <span class=\"lang-ar\">\u062f. \u062a\u0627\u0645\u0631 \u0639\u0628\u062f\u0627\u0644\u0645\u0646\u0639\u0645<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Registrar ICU<\/span>\n                                <span class=\"lang-ar\">\u0646\u0627\u0626\u0628 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0632\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. SYED HASSAAN\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Dr.-SYED-HASSAAN.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. SYED HASSAAN<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0633\u064a\u062f \u062d\u0633\u0627\u0646<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ICU<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0632\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. IJAZ ULHAQ\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. IJAZ ULHAQ<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u0639\u062c\u0627\u0632 \u0627\u0644\u062d\u0642<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ICU<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0632\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MOHAMMAD ABDUL RAHIM\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-Mohammad-Abdul-Rahim_General-practitioner-ICU.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MOHAMMAD ABDUL RAHIM<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0645\u062f \u0639\u0628\u062f\u0627\u0644\u0631\u062d\u064a\u0645<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ICU<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0632\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MAJDI ABDULKARIM\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MAJDI ABDULKARIM<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062c\u062f\u064a \u0639\u0628\u062f\u0627\u0644\u0643\u0631\u064a\u0645<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MOHAMMED SALAH\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MOHAMMED SALAH<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0645\u062f \u0635\u0644\u0627\u062d<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ADAM OMAR\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-ADAM-OMAR.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ADAM OMAR<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u062f\u0645 \u0639\u0645\u0631<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. IMDAD ULLAH\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-IMDAD-ULLAH_General-physician-ER.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. IMDAD ULLAH<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0639\u0645\u0627\u062f \u0627\u0644\u0644\u0647<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Physician ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. AHLAM ABOOALAM\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. AHLAM ABOOALAM<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0623\u062d\u0644\u0627\u0645 \u0639\u0628\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. NOURA ALSULAMI\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. NOURA ALSULAMI<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0646\u0648\u0631\u0629 \u0645\u062d\u0645\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. LINA ALSULAMI\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. LINA ALSULAMI<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0644\u064a\u0646\u0627 \u0645\u0631\u0634\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. EBTIHAL BAGHDADI\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. EBTIHAL BAGHDADI<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u0628\u062a\u0647\u0627\u0644 \u0633\u0645\u064a\u0631<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. ANWAR HUSSAIN\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. ANWAR HUSSAIN<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u0646\u0648\u0627\u0631 \u0639\u0644\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. OMNIA SULIMANI\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. OMNIA SULIMANI<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0627\u0645\u0646\u064a\u0647 \u0639\u0627\u0637\u0641<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. MOHAMED ELONDY\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/shefa-logo.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. MOHAMED ELONDY<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0645\u062d\u0645\u062f \u0627\u0644\u0645\u0646\u062f\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">General Practitioner ER<\/span>\n                                <span class=\"lang-ar\">\u0637\u0628\u064a\u0628 \u0639\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Specialist NURAN ALNAHAS\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/07\/Specialist-NURAN-ALNAHAS.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Specialist NURAN ALNAHAS<\/span>\n                                <span class=\"lang-ar\">\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0646\u0648\u0631\u0627\u0646 \u0627\u0644\u0646\u062d\u0627\u0633<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Specialist Physiotherapy<\/span>\n                                <span class=\"lang-ar\">\u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0627\u062c \u0637\u0628\u064a\u0639\u064a<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. EHAB\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-EHAB.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. EHAB<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0625\u064a\u0647\u0627\u0628<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Pathologist<\/span>\n                                <span class=\"lang-ar\">\u0623\u062e\u0635\u0627\u0626\u064a \u0639\u0644\u0645 \u0627\u0644\u0623\u0645\u0631\u0627\u0636<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Ms. NOUF ALREHAILI\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Nouf-Alrehaili.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Ms. NOUF ALREHAILI<\/span>\n                                <span class=\"lang-ar\">\u0627\u0644\u0623\u062e\u062a. \u0646\u0648\u0641 \u0627\u0644\u0631\u062d\u064a\u0644\u064a<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Clinical Nutrition Specialist<\/span>\n                                <span class=\"lang-ar\">\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0627\u0644\u062a\u063a\u0630\u064a\u0629 \u0627\u0644\u0625\u0643\u0644\u064a\u0646\u064a\u0643\u064a\u0629<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. AHMED YOUNUS\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr-Ahmed-Younis.png\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. AHMED YOUNUS<\/span>\n                                <span class=\"lang-ar\">\u062f. \u0623\u062d\u0645\u062f \u064a\u0648\u0646\u0633<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Medical Director<\/span>\n                                <span class=\"lang-ar\">\u0627\u0644\u0645\u062f\u064a\u0631 \u0627\u0644\u0637\u0628\u064a<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"shefa-doc-card\" itemscope itemtype=\"https:\/\/schema.org\/Physician\">\n                        <div class=\"shefa-doc-img-wrap\">\n                            <img decoding=\"async\" itemprop=\"image\" alt=\"Dr. KHALID\" class=\"shefa-doc-img-custom\" src=\"https:\/\/shefahospital.sa\/wp-content\/uploads\/2026\/06\/Dr.-KHALID.webp\">\n                        <\/div>\n                        <div class=\"shefa-doc-body\">\n                            <h3 class=\"shefa-doc-name\" itemprop=\"name\">\n                                <span class=\"lang-en\">Dr. KHALID<\/span>\n                                <span class=\"lang-ar\">\u062f. \u062e\u0627\u0644\u062f<\/span>\n                            <\/h3>\n                            <p class=\"shefa-doc-spec\" itemprop=\"medicalSpecialty\">\n                                <span class=\"lang-en\">Insurance Dept<\/span>\n                                <span class=\"lang-ar\">\u0642\u0633\u0645 \u0627\u0644\u062a\u0623\u0645\u064a\u0646<\/span>\n                            <\/p>\n                            \n                            <div class=\"shefa-doc-btn-container\">\n                                <button type=\"button\" class=\"shefa-doc-btn shefa-popup-trigger\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\n                                    <span class=\"lang-en-inline\">Book Appointment<\/span>\n                                    <span class=\"lang-ar-inline\">\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b<\/span>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/section>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","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":"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-opacity":"","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-opacity":"","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-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-30","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":25,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":1544,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/30\/revisions\/1544"}],"wp:attachment":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}