{"id":9242,"date":"2025-09-21T23:46:00","date_gmt":"2025-09-21T18:16:00","guid":{"rendered":"https:\/\/dmer.maharashtra.gov.in\/english\/?page_id=9242"},"modified":"2025-09-25T15:07:38","modified_gmt":"2025-09-25T09:37:38","slug":"services","status":"publish","type":"page","link":"https:\/\/dmer.maharashtra.gov.in\/english\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\n\n\n<style>\n\/* ===== Phase Sections ===== *\/\n.phase-section {\n  margin-bottom: 40px;\n  padding: 30px 20px;\n  border-radius: 14px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n}\n\n\/* \u2705 Alternate Backgrounds + Divider *\/\n.phase-section:nth-child(odd) {\n  background: #f9fcff;\n}\n.phase-section:nth-child(even) {\n  background: #ffffff;\n  border-top: 3px solid #e3edf5;\n}\n\n\/* \u2705 Centered Title with Icon *\/\n.phase-title {\n  font-size: 1.6rem;\n  font-weight: 700;\n  color: #003b63;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  text-align: center;\n  margin-bottom: 25px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n}\n\n.phase-icon {\n  font-size: 1.8rem;\n}\n\n.subjects-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 20px;\n  justify-content: center; \/*  Center cards *\/\n}\n\n.subject-card {\n  width: 250px; \/*  Common width *\/\n  background: linear-gradient(135deg, #fdfefe, #e6f2ff);\n  border: 1px solid #b9d8f2;\n  border-radius: 14px;\n  text-align: center;\n  padding: 18px 15px;\n  font-size: 1rem;\n  font-weight: 600;\n  color: #005792;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;\n  cursor: pointer;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\n.subject-card:hover {\n  background: linear-gradient(135deg, #f0f8ff, #dceeff);\n  transform: translateY(-4px) scale(1.02);\n  box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n}\n\n.subject-icon {\n  font-size: 2rem;\n  margin-bottom: 8px;\n}\n\n.card-desc {\n  display: none;\n}\n\n\/*  Responsive Cards *\/\n@media (max-width: 600px) {\n  .subject-card {\n    width: 100%; \/* Full width on small screens *\/\n  }\n}\n\n\/* Modal Styles *\/\n.modal {\n  display: none;\n  position: fixed;\n  z-index: 999;\n  left: 0;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  background: rgba(0,0,0,0.65);\n  justify-content: center;\n  align-items: center;\n  padding: 20px;\n}\n\n.modal-content {\n  background: #ffffff;\n  padding: 30px 25px;\n  border-radius: 16px;\n  max-width: 450px;\n  width: 100%;\n  text-align: center;\n  box-shadow: 0 10px 20px rgba(0,0,0,0.25);\n  animation: zoomIn 0.3s ease-in-out;\n}\n\n.modal-icon {\n  font-size: 3rem;\n  margin-bottom: 10px;\n  color: #005792;\n}\n\n.modal h3 {\n  margin-bottom: 10px;\n  font-size: 1.4rem;\n  color: #003b63;\n}\n\n.modal p {\n  font-size: 1rem;\n  color: #444;\n  line-height: 1.5;\n  margin-bottom: 20px;\n}\n\n.close-btn {\n  background: #005792;\n  color: white;\n  border: none;\n  padding: 10px 18px;\n  border-radius: 8px;\n  font-size: 1rem;\n  font-weight: 600;\n  cursor: pointer;\n  transition: background 0.2s ease;\nline-height: normal;\n}\n\n.close-btn:hover {\n  background: #003f6f;\n}\n\n@keyframes zoomIn {\n  from {opacity: 0; transform: scale(0.8);}\n  to {opacity: 1; transform: scale(1);}\n}\n\n\/*  Table Styles *\/\n.hospital-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 20px 0;\n  font-size: 1rem;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n}\n\n.hospital-table thead {\n  background-color: #005792;\n  color: white;\n}\n\n.hospital-table th, \n.hospital-table td {\n  padding: 12px 15px;\n  text-align: left;\n  border-bottom: 1px solid #ddd;\n}\n\n\/*  Table Header Hover Fix *\/\n.hospital-table thead th:hover {\n  background-color: #003f6f;\n  color: #ffffff;\n  cursor: pointer;\n}\n\n\/*  Table Row Hover with Animation *\/\n.hospital-table tbody tr {\n  transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;\n}\n\n.hospital-table tbody tr:hover {\n  background-color: #eaf5ff;\n  transform: scale(1.01);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.hospital-table th:first-child,\n.hospital-table td:first-child {\n  text-align: center;\n  width: 60px;\n  font-weight: bold;\n}\n\n\/* Responsive Table *\/\n@media (max-width: 600px) {\n  .hospital-table thead {\n    display: none;\n  }\n\n  .hospital-table, \n  .hospital-table tbody, \n  .hospital-table tr, \n  .hospital-table td {\n    display: block;\n    width: 100%;\n  }\n\n  .hospital-table tr {\n    margin-bottom: 15px;\n    border: 1px solid #ddd;\n    border-radius: 10px;\n    padding: 10px;\n    box-shadow: 0 1px 4px rgba(0,0,0,0.05);\n  }\n\n  .hospital-table td {\n    text-align: left;\n    padding: 8px 10px;\n    border-bottom: none;\n    position: relative;\n  }\n\n  .hospital-table td:first-child {\n    font-weight: bold;\n    font-size: 1.2rem;\n    color: #005792;\n    margin-bottom: 5px;\n  }\n}\n<\/style>\n\n<section>\n  <div class=\"phase-section\">\n   <div class=\"phase-title\"><span class=\"phase-icon\">\ud83c\udfe5<\/span> Speciality<\/div>\n    <div class=\"subjects-grid\">\n      <div class=\"subject-card\" data-icon=\"\ud83c\udfe5\" data-title=\"OPD\">\n        <div class=\"subject-icon\">\ud83c\udfe5<\/div> OPD\n        <div class=\"card-desc\">\n          OPD (Outpatient Department) services in government hospitals provide affordable or free medical consultation, diagnosis, and treatment to the public.\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\ud83d\uddbc\ufe0f\" data-title=\"CT Scan \/ MRI\">\n        <div class=\"subject-icon\">\ud83d\uddbc\ufe0f<\/div> CT Scan \/ MRI\n        <div class=\"card-desc\">\n          <p>Government hospitals provide CT Scan and MRI services to the public at subsidized or free costs for accurate diagnosis of various diseases.<\/p>\n          <p>These facilities are available under specialist supervision and also aid in medical education, research, and patient care.<\/p>\n          \n          <h2 style=\"background:#005792;color:white;padding:10px;border-radius:8px;\">\n          <a href=\"https:\/\/dmer.maharashtra.gov.in\/english\/list-of-hospitals-with-ct-mri-facilities\/\" style=\"color:white\">List of Hospitals with CT Scan &#038; MRI Facilities<\/a> <\/h2>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\u23f0\" data-title=\"24 Hours Emergency Services\">\n        <div class=\"subject-icon\">\u23f0<\/div> 24 Hours Emergency Services\n        <div class=\"card-desc\">\n          <p>Government hospitals provide 24-hour emergency services for urgent and life-threatening conditions like accidents, heart attacks, strokes, and trauma.<\/p>\n          <p>These services include immediate medical care, emergency surgeries, critical care support, and ambulance facilities, ensuring round-the-clock public access.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\ud83c\udfc3\" data-title=\"OT-PT Services\">\n        <div class=\"subject-icon\">\ud83d\udee0\ufe0f<\/div> OT-PT Services\n        <div class=\"card-desc\">\n          <p>Government hospitals offer Occupational Therapy (OT) and Physiotherapy (PT) services to help patients recover from illness, injury, or disability.<\/p>\n          <p>These services focus on improving mobility, daily functioning, and quality of life, and are often provided at low cost to the public.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"phase-section\">\n   <div class=\"phase-title\"><span class=\"phase-icon\">\ud83e\ude7a<\/span> Super Speciality<\/div>\n    <div class=\"subjects-grid\">\n      <div class=\"subject-card\" data-icon=\"\ud83d\udca7\" data-title=\"Urology Services\">\n        <div class=\"subject-icon\">\ud83d\udca7<\/div> Urology Services\n        <div class=\"card-desc\">\n          <p>Government hospitals provide urology services for the diagnosis and treatment of kidney, bladder, urinary tract, and male reproductive system disorders.<\/p>\n          <p>These include medical management, surgical procedures, dialysis support, and specialized care at affordable or free costs for the public.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\ud83e\udde0\" data-title=\"Neurology Services\">\n        <div class=\"subject-icon\">\ud83e\udde0<\/div> Neurology Services\n        <div class=\"card-desc\">\n          <p>Government hospitals provide neurology services for the diagnosis and treatment of brain, spinal cord, nerve, and muscle disorders.<\/p>\n          <p>Specialists manage conditions like stroke, epilepsy, headaches, and neuropathies, offering care at affordable costs for the public.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\u2764\ufe0f\" data-title=\"Cardiology Services\">\n        <div class=\"subject-icon\">\u2764\ufe0f<\/div> Cardiology Services\n        <div class=\"card-desc\">\n          <p>Government hospitals provide cardiology services for the prevention, diagnosis, and treatment of heart diseases such as heart attacks, hypertension, and heart failure.<\/p>\n          <p>They offer specialist consultations, diagnostic tests, interventional procedures, and cardiac surgeries at subsidized costs for the public.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\ud83d\udc76\" data-title=\"Paediatrician Service\">\n        <div class=\"subject-icon\">\ud83d\udc76<\/div> Paediatrician Service\n        <div class=\"card-desc\">\n          <p>Government hospitals provide paediatric services for the healthcare of infants, children, and adolescents, covering preventive, promotive, and curative care.<\/p>\n          <p>These include immunization, growth monitoring, treatment of childhood illnesses, and specialist care at low cost for the public.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\ud83d\udc42\" data-title=\"ENT Services\">\n        <div class=\"subject-icon\">\ud83d\udc42<\/div> ENT Services\n        <div class=\"card-desc\">\n          <p>Government hospitals provide ENT (Ear, Nose, and Throat) services for diagnosing and treating conditions like ear infections, hearing loss, sinus problems, throat disorders, and voice issues.<\/p>\n          <p>They also offer surgical procedures, audiology support, and emergency care at subsidized costs for the public.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"phase-section\">\n<div class=\"phase-title\"><span class=\"phase-icon\">\ud83c\udf3f<\/span> AYUSH<\/div>\n    <div class=\"subjects-grid\">\n      <div class=\"subject-card\" data-icon=\"\ud83e\uddd8\" data-title=\"Panchakarma &#038; Ksharsutra\">\n        <div class=\"subject-icon\">\ud83e\uddd8<\/div> Panchakarma &#038; Ksharsutra\n        <div class=\"card-desc\">\n          <p>Government Ayurved hospitals provide Panchakarma treatment at affordable costs for detoxification, rejuvenation, and management of chronic diseases through therapies like Vamana, Virechana, Basti, Nasya, and Raktamokshana.<\/p>\n          <p>They also offer Ksharsutra treatment at affordable costs. It is a minimally invasive Ayurvedic para-surgical procedure, especially effective in managing anorectal disorders like fistula-in-ano and piles.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"subject-card\" data-icon=\"\ud83c\udf43\" data-title=\"Swarnaprashan\">\n        <div class=\"subject-icon\">\ud83c\udf43<\/div> Swarnaprashan\n        <div class=\"card-desc\">\n          <p>Government Ayurved hospitals provide Swarnaprashan\u2014the administration of processed gold along with herbal formulations to children\u2014for enhancing immunity, memory, and overall development.<\/p>\n          <p>It is as part of preventive healthcare services rendered at affordable\/low cost.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n   <div class=\"phase-title\"><span class=\"phase-icon\">\ud83c\udfe5<\/span> List of Government Ayurved Teaching Hospitals<\/div>\n<table class=\"hospital-table\">\n  <thead>\n    <tr>\n      <th>Sr. No.<\/th>\n      <th>Hospital Name &#038; Address<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr><td>1<\/td><td>M A Podar Hospital &#8211; Dr Annie Besant Road, Worli, Mumbai<\/td><\/tr>\n    <tr><td>2<\/td><td>Government Ayurved Hospital, Wazirabad, Nanded<\/td><\/tr>\n    <tr><td>3<\/td><td>Government Ayurved Hospital &#8211; Sakkardara Chowk, Raje Raghuji Nagar, Nagpur<\/td><\/tr>\n    <tr><td>4<\/td><td>Government Ayurved Hospital &#8211; Madhuban Tuljapur Road, Dharashiv<\/td><\/tr>\n    <tr><td>5<\/td><td>Government Ayurved Hospital, Shirsoli Road, Jalgaon<\/td><\/tr>\n    <tr><td>6<\/td><td>Government Ayurved Hospital, Taluka Baramati, District Pune<\/td><\/tr>\n  <\/tbody>\n<\/table>\n\n<!-- Modal -->\n<div class=\"modal\" id=\"infoModal\">\n  <div class=\"modal-content\">\n    <div class=\"modal-icon\" id=\"modalIcon\"><\/div>\n    <h3 id=\"modalTitle\"><\/h3>\n    <p id=\"modalDesc\"><\/p>\n    <button class=\"close-btn\" onclick=\"closeModal()\">Close<\/button>\n  <\/div>\n<\/div>\n\n<script>\nconst cards = document.querySelectorAll('.subject-card');\nconst modal = document.getElementById('infoModal');\nconst modalIcon = document.getElementById('modalIcon');\nconst modalTitle = document.getElementById('modalTitle');\nconst modalDesc = document.getElementById('modalDesc');\n\ncards.forEach(card => {\n  card.addEventListener('click', () => {\n    const descDiv = card.querySelector('.card-desc');\n    modalIcon.textContent = card.dataset.icon;\n    modalTitle.textContent = card.dataset.title;\n    modalDesc.innerHTML = descDiv ? descDiv.innerHTML : \"\";\n    modal.style.display = 'flex';\n  });\n});\n\nfunction closeModal() {\n  modal.style.display = 'none';\n}\n\nwindow.onclick = function(event) {\n  if (event.target === modal) {\n    closeModal();\n  }\n}\n<\/script>\n\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":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-9242","page","type-page","status-publish","hentry","no-featured-image","page-entry","loop-entry boxed clr"],"_links":{"self":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages\/9242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/comments?post=9242"}],"version-history":[{"count":27,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages\/9242\/revisions"}],"predecessor-version":[{"id":9526,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages\/9242\/revisions\/9526"}],"wp:attachment":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/media?parent=9242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}