{"id":5679,"date":"2026-02-10T18:15:45","date_gmt":"2026-02-10T15:15:45","guid":{"rendered":"https:\/\/auxsupport.com\/?p=5679"},"modified":"2026-02-10T18:23:18","modified_gmt":"2026-02-10T15:23:18","slug":"doctor-visits","status":"publish","type":"post","link":"https:\/\/auxsupport.com\/en\/doctor-visits\/","title":{"rendered":"Doctor House Call Amman | Hotel Medical Visit | Auxilium Medical Assistant"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\"> <head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>House Call Doctor &#038; Hotel Visits | Auxilium Medical Assistant<\/title>\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n\n    <script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"Physician\",\n    \"name\": \"Auxilium Medical Assistant - House Calls\",\n    \"image\": \"https:\\\/\\\/auxsupport.com\\\/logo.png\",\n    \"telephone\": \"+962770777277\",\n    \"url\": \"https:\\\/\\\/auxsupport.com\",\n    \"medicalSpecialty\": \"General Practice\",\n    \"availableService\": {\n        \"@type\": \"MedicalTest\",\n        \"name\": \"Home Medical Visit\"\n    },\n    \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"addressLocality\": \"Amman\",\n        \"addressCountry\": \"JO\"\n    },\n    \"description\": \"Premium doctor house call service in Amman and Jordan. We visit tourists in hotels and residents at home. 24\\\/7 availability.\",\n    \"priceRange\": \"$$\"\n}<\/script>\n\n    <style>\n        \/* FORCE LTR OVERRIDE *\/\n        html, body {\n            direction: ltr !important;\n            text-align: left !important;\n        }\n\n        :root {\n            --primary-color: #003366; \n            --accent-color: #d4af37; \n            --text-color: #333;\n            --bg-light: #f4f7f6;\n        }\n        body {\n            font-family: 'Montserrat', sans-serif;\n            margin: 0;\n            padding: 0;\n            color: var(--text-color);\n            background-color: var(--bg-light);\n        }\n        \n        \/* Header & Navigation *\/\n        header {\n            background: #fff;\n            padding: 15px 5%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 3px solid var(--accent-color);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            direction: ltr !important; \/* Ensure Header is LTR *\/\n        }\n        .brand-container {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n        }\n        .back-btn {\n            text-decoration: none;\n            color: var(--primary-color);\n            font-weight: 600;\n            font-size: 0.9rem;\n            border: 1px solid var(--primary-color);\n            padding: 8px 15px;\n            border-radius: 20px;\n            transition: 0.3s;\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n        .back-btn:hover {\n            background: var(--primary-color);\n            color: white;\n        }\n        .logo h2 { \n            color: var(--primary-color); \n            margin: 0; \n            font-size: 1.5rem;\n        }\n        .contact-top a {\n            text-decoration: none;\n            color: var(--primary-color);\n            font-weight: 600;\n            margin-left: 20px;\n            font-size: 0.9rem;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        \/* Hero Section *\/\n        .page-hero {\n            background: linear-gradient(rgba(0,51,102,0.8), rgba(0,51,102,0.8)), url('https:\/\/source.unsplash.com\/1600x900\/?doctor,stethoscope');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 80px 5%;\n            text-align: center; \/* Center alignment looks better for Hero *\/\n        }\n        .page-hero h1 { font-size: 2.2rem; margin-bottom: 10px; }\n        .page-hero p { font-size: 1.1rem; max-width: 700px; margin: 0 auto; opacity: 0.9; }\n\n        \/* Benefits Section *\/\n        .benefits-section {\n            padding: 60px 5%;\n            background: white;\n            text-align: center;\n        }\n        .benefits-grid {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            flex-wrap: wrap;\n            margin-top: 30px;\n        }\n        .benefit-item {\n            max-width: 300px;\n            text-align: center; \/* Keep benefits centered *\/\n        }\n        .benefit-item i {\n            font-size: 2.5rem;\n            color: var(--accent-color);\n            margin-bottom: 15px;\n        }\n\n        \/* Scope of Service - Left Aligned *\/\n        .scope-section {\n            padding: 60px 5%;\n            background: var(--bg-light);\n        }\n        .section-title {\n            text-align: center;\n            color: var(--primary-color);\n            margin-bottom: 40px;\n        }\n        .scope-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .scope-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: flex-start;\n            text-align: left; \/* Ensure content inside cards is Left Aligned *\/\n            direction: ltr !important;\n        }\n        .scope-card i {\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-right: 15px; \/* Margin right because icon is on left *\/\n            margin-top: 3px;\n        }\n\n        \/* CTA Bar *\/\n        .cta-bar {\n            background: var(--primary-color);\n            padding: 40px;\n            text-align: center;\n            color: white;\n        }\n        .cta-btn {\n            background-color: var(--accent-color);\n            color: white;\n            padding: 15px 40px;\n            text-decoration: none;\n            font-weight: bold;\n            border-radius: 5px;\n            font-size: 1.1rem;\n            display: inline-block;\n            margin-top: 20px;\n        }\n        .cta-btn:hover { background-color: #b8962e; }\n\n        \/* Footer *\/\n        footer {\n            background: #1a1a1a;\n            color: #ddd;\n            text-align: center;\n            padding: 30px;\n            font-size: 0.9rem;\n            direction: ltr !important;\n        }\n        \n        @media (max-width: 768px) {\n            header { flex-direction: column; gap: 15px; align-items: flex-start; }\n            .brand-container { width: 100%; justify-content: space-between; }\n            .contact-top { display: flex; flex-direction: column; gap: 10px; width: 100%; }\n            .contact-top a { margin-left: 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header>\n        <div class=\"brand-container\">\n            <a href=\"https:\/\/auxsupport.com\/en\/https-auxsupport-com-medical-assistance-jordan\/\" class=\"back-btn\">\n                <i class=\"fas fa-arrow-left\"><\/i> Back to Hub\n            <\/a>\n            \n            <div class=\"logo\">\n                <h2>Auxilium Medical Assistant<\/h2>\n            <\/div>\n        <\/div>\n        \n        <div class=\"contact-top\">\n            <a href=\"tel:00962770777277\"><i class=\"fas fa-phone-alt\"><\/i> +962 770 777 277<\/a>\n        <\/div>\n    <\/header>\n\n    <section class=\"page-hero\">\n        <h1>House Call Doctors &amp; Hotel Visits<\/h1>\n        <p>Skip the waiting room. <strong>Auxilium Medical Assistant<\/strong> brings licensed medical care directly to your hotel room or residence in Jordan within 60 minutes.<\/p>\n    <\/section>\n\n    <section class=\"benefits-section\">\n        <h2 class=\"section-title\">Why Choose Our Mobile Service?<\/h2>\n        <div class=\"benefits-grid\">\n            <div class=\"benefit-item\">\n                <i class=\"fas fa-stopwatch\"><\/i>\n                <h3>Rapid Response<\/h3>\n                <p>Doctors dispatched immediately. Average arrival time under 60 minutes in Amman.<\/p>\n            <\/div>\n            <div class=\"benefit-item\">\n                <i class=\"fas fa-file-invoice-dollar\"><\/i>\n                <h3>TPA &amp; Insurance Ready<\/h3>\n                <p>We provide detailed medical reports and receipts for travel insurance claims.<\/p>\n            <\/div>\n            <div class=\"benefit-item\">\n                <i class=\"fas fa-language\"><\/i>\n                <h3>Multilingual Team<\/h3>\n                <p>Our doctors speak English, Arabic, and other languages to ensure clear communication.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"scope-section\">\n        <h2 class=\"section-title\">What We Treat On-Site<\/h2>\n        <div class=\"scope-list\">\n            <div class=\"scope-card\">\n                <i class=\"fas fa-thermometer-three-quarters\"><\/i>\n                <div>\n                    <h3>Acute Illnesses<\/h3>\n                    <p>Fever, Flu, Food Poisoning, Respiratory Infections, and Allergies.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"scope-card\">\n                <i class=\"fas fa-band-aid\"><\/i>\n                <div>\n                    <h3>Minor Injuries<\/h3>\n                    <p>Wound cleaning, dressing changes, burns, and sprains.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"scope-card\">\n                <i class=\"fas fa-pills\"><\/i>\n                <div>\n                    <h3>Medication &amp; Prescriptions<\/h3>\n                    <p>On-spot prescription writing and coordination with pharmacies for delivery.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"scope-card\">\n                <i class=\"fas fa-flask\"><\/i>\n                <div>\n                    <h3>Lab Sampling<\/h3>\n                    <p>Blood collection and rapid tests (COVID-19, Influenza, Strep) at your location.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-bar\">\n        <h3>Feeling Unwell? Let Us Come to You.<\/h3>\n        <p>Covering Amman, Dead Sea, and major tourist sites.<\/p>\n        <a href=\"tel:00962770777277\" class=\"cta-btn\"><i class=\"fas fa-user-md\"><\/i> Request a Doctor Now<\/a>\n    <\/section>\n\n    <footer>\n        <p>\u00a9 2026 Auxilium Medical Assistant. House Calls Division.<\/p>\n    <\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>House Call Doctor &#038; Hotel Visits | Auxilium Medical Assistant Back to Hub Auxilium Medical Assistant +962 770 777 277 House Call Doctors &#038; Hotel Visits Skip the waiting room. Auxilium Medical Assistant brings licensed medical care directly to your hotel room or residence in Jordan within 60 minutes. Why Choose Our Mobile Service? Rapid [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5680,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_canvas","format":"standard","meta":{"two_page_speed":[],"footnotes":""},"categories":[1230],"tags":[1180,1232],"class_list":["post-5679","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-medical-assistance","tag-house-call-doctor-amman","tag-house-call-doctor-jordan"],"_links":{"self":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts\/5679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/comments?post=5679"}],"version-history":[{"count":0,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts\/5679\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media\/5680"}],"wp:attachment":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media?parent=5679"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/categories?post=5679"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/tags?post=5679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}