{"id":16041,"date":"2025-07-17T08:31:59","date_gmt":"2025-07-17T08:31:59","guid":{"rendered":"https:\/\/doctor.softahub.in\/?page_id=16041"},"modified":"2025-08-30T16:03:40","modified_gmt":"2025-08-30T16:03:40","slug":"consultation","status":"publish","type":"page","link":"https:\/\/healthbihar.in\/index.php\/consultation\/","title":{"rendered":"Consultation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16041\" class=\"elementor elementor-16041\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-47858ac e-flex e-con-boxed e-con e-parent\" data-id=\"47858ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5381393 elementor-widget elementor-widget-html\" data-id=\"5381393\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Inline Consultation Form -->\r\n<div class=\"consultation-form-box\">\r\n  <h3 class=\"form-title\" id=\"inlineFormTitle\">Consult a Specialist<\/h3>\r\n  <form id=\"inlineConsultForm\">\r\n    <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required>\r\n    <input type=\"email\" name=\"email\" placeholder=\"Email Address\" required>\r\n    <input type=\"tel\" name=\"phone\" placeholder=\"Phone Number\" required>\r\n    <input type=\"date\" name=\"date\" required>\r\n    \r\n    <select name=\"doctorName\" required>\r\n      <option value=\"\" disabled selected>Select Doctor<\/option>\r\n      <option>Dr manish kumar (GeneraL physician )<\/option>\r\n      <option>Dr Manish kumar jha (Neurologist)<\/option>\r\n      <option>Dr Md Zafar Iquwal (B.H.M.S)<\/option>\r\n      <option>Dr. Kushal Sanfui (Gynecologist)<\/option>\r\n      <option>Dr Somnath Pal (Orthopedic)<\/option>\r\n      <option>Dr Raju (Ophthalmologist)<\/option>\r\n      <option>Dr Sarwar Molla (ENT Specialist)<\/option>\r\n      <option>Dr Sima Roy (Pediatrician)<\/option>\r\n      <option>Dr Ramanath Sarkar (Dermatologist)<\/option>\r\n      <option>Dr Santanu Das (Cardiologist)<\/option>\r\n    <\/select>\r\n\r\n    <input type=\"text\" name=\"symptoms\" placeholder=\"Disease or Symptoms\" required>\r\n\r\n    <button type=\"submit\" class=\"submit-whatsapp\">\r\n      <i class=\"fab fa-whatsapp\"><\/i> Send to WhatsApp\r\n    <\/button>\r\n  <\/form>\r\n<\/div>\r\n\r\n<!-- Styles -->\r\n<style>\r\n.consultation-form-box {\r\n  max-width: 450px;\r\n  margin: 2rem auto;\r\n  background: #fff;\r\n  border-radius: 12px;\r\n  padding: 2rem;\r\n  box-shadow: 0 8px 24px rgba(0,0,0,0.1);\r\n  text-align: center;\r\n  font-family: \"Segoe UI\", sans-serif;\r\n}\r\n\r\n.form-title {\r\n  font-size: 1.4rem;\r\n  font-weight: 600;\r\n  margin-bottom: 1.5rem;\r\n  color: #333;\r\n}\r\n\r\n#inlineConsultForm {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 1rem;\r\n}\r\n\r\n#inlineConsultForm input,\r\n#inlineConsultForm select {\r\n  padding: 0.75rem 1rem;\r\n  font-size: 1rem;\r\n  border: 1px solid #ccc;\r\n  border-radius: 8px;\r\n  background-color: #fff;\r\n  color: #333;\r\n  min-height: 48px;\r\n}\r\n\r\n#inlineConsultForm input:focus,\r\n#inlineConsultForm select:focus {\r\n  border-color: #007bff;\r\n  outline: none;\r\n}\r\n\r\n.submit-whatsapp {\r\n  background-color: #25d366;\r\n  color: #fff;\r\n  font-size: 1rem;\r\n  padding: 0.7rem;\r\n  border: none;\r\n  border-radius: 8px;\r\n  cursor: pointer;\r\n  transition: background-color 0.3s ease;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  gap: 8px;\r\n}\r\n\r\n.submit-whatsapp:hover {\r\n  background-color: #1da851;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 480px) {\r\n  .consultation-form-box {\r\n    margin: 1rem;\r\n    padding: 1.5rem;\r\n  }\r\n  .form-title {\r\n    font-size: 1.2rem;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<!-- Font Awesome for WhatsApp icon -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" \/>\r\n\r\n<!-- Script -->\r\n<script>\r\ndocument.getElementById(\"inlineConsultForm\").addEventListener(\"submit\", function (e) {\r\n  e.preventDefault();\r\n\r\n  const name = this.name.value.trim();\r\n  const email = this.email.value.trim();\r\n  const phone = this.phone.value.trim();\r\n  const date = this.date.value;\r\n  const doctorName = this.doctorName.value;\r\n  const symptoms = this.symptoms.value.trim();\r\n\r\n  if (!name || !email || !phone || !date || !doctorName || !symptoms) {\r\n    alert(\"Please fill in all fields.\");\r\n    return;\r\n  }\r\n\r\n  const message = `\ud83e\ude7a *Consultation Booking Request* \ud83e\ude7a\\n\\n\ud83d\udc68\u200d\u2695\ufe0f Doctor: ${doctorName}\\n\ud83d\udc64 Name: ${name}\\n\ud83d\udce7 Email: ${email}\\n\ud83d\udcf1 Phone: ${phone}\\n\ud83d\udcc5 Preferred Date: ${date}\\n\ud83d\udcac Disease or Symptoms: ${symptoms}`;\r\n  const phoneNumber = \"918235061203\"; \/\/ Replace with your WhatsApp number\r\n  const whatsappURL = `https:\/\/wa.me\/${phoneNumber}?text=${encodeURIComponent(message)}`;\r\n\r\n  window.open(whatsappURL, \"_blank\");\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Consult a Specialist Select DoctorDr manish kumar (GeneraL physician )Dr Manish kumar jha (Neurologist)Dr Md Zafar Iquwal (B.H.M.S)Dr. Kushal Sanfui<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-16041","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Consultation - Health Bihar<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/healthbihar.in\/index.php\/consultation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Consultation - Health Bihar\" \/>\n<meta property=\"og:description\" content=\"Consult a Specialist Select DoctorDr manish kumar (GeneraL physician )Dr Manish kumar jha (Neurologist)Dr Md Zafar Iquwal (B.H.M.S)Dr. Kushal Sanfui\" \/>\n<meta property=\"og:url\" content=\"https:\/\/healthbihar.in\/index.php\/consultation\/\" \/>\n<meta property=\"og:site_name\" content=\"Health Bihar\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/share\/19ywM7VcYt\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-30T16:03:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/healthbihar.in\\\/index.php\\\/consultation\\\/\",\"url\":\"https:\\\/\\\/healthbihar.in\\\/index.php\\\/consultation\\\/\",\"name\":\"Consultation - Health Bihar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/healthbihar.in\\\/#website\"},\"datePublished\":\"2025-07-17T08:31:59+00:00\",\"dateModified\":\"2025-08-30T16:03:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/healthbihar.in\\\/index.php\\\/consultation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/healthbihar.in\\\/index.php\\\/consultation\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/healthbihar.in\\\/index.php\\\/consultation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/healthbihar.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Consultation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/healthbihar.in\\\/#website\",\"url\":\"https:\\\/\\\/healthbihar.in\\\/\",\"name\":\"Health Bihar\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/healthbihar.in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/healthbihar.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/healthbihar.in\\\/#organization\",\"name\":\"Health Bihar\",\"url\":\"https:\\\/\\\/healthbihar.in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/healthbihar.in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/healthbihar.in\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/WhatsApp_Image_2025-07-15_at_4.52.45_PM-removebg-preview-1.png\",\"contentUrl\":\"https:\\\/\\\/healthbihar.in\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/WhatsApp_Image_2025-07-15_at_4.52.45_PM-removebg-preview-1.png\",\"width\":607,\"height\":411,\"caption\":\"Health Bihar\"},\"image\":{\"@id\":\"https:\\\/\\\/healthbihar.in\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/share\\\/19ywM7VcYt\\\/\",\"https:\\\/\\\/www.instagram.com\\\/health.bihar?igsh=eGx0enhyb2NlMGlv\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Consultation - Health Bihar","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/healthbihar.in\/index.php\/consultation\/","og_locale":"en_US","og_type":"article","og_title":"Consultation - Health Bihar","og_description":"Consult a Specialist Select DoctorDr manish kumar (GeneraL physician )Dr Manish kumar jha (Neurologist)Dr Md Zafar Iquwal (B.H.M.S)Dr. Kushal Sanfui","og_url":"https:\/\/healthbihar.in\/index.php\/consultation\/","og_site_name":"Health Bihar","article_publisher":"https:\/\/www.facebook.com\/share\/19ywM7VcYt\/","article_modified_time":"2025-08-30T16:03:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/healthbihar.in\/index.php\/consultation\/","url":"https:\/\/healthbihar.in\/index.php\/consultation\/","name":"Consultation - Health Bihar","isPartOf":{"@id":"https:\/\/healthbihar.in\/#website"},"datePublished":"2025-07-17T08:31:59+00:00","dateModified":"2025-08-30T16:03:40+00:00","breadcrumb":{"@id":"https:\/\/healthbihar.in\/index.php\/consultation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/healthbihar.in\/index.php\/consultation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/healthbihar.in\/index.php\/consultation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/healthbihar.in\/"},{"@type":"ListItem","position":2,"name":"Consultation"}]},{"@type":"WebSite","@id":"https:\/\/healthbihar.in\/#website","url":"https:\/\/healthbihar.in\/","name":"Health Bihar","description":"","publisher":{"@id":"https:\/\/healthbihar.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/healthbihar.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/healthbihar.in\/#organization","name":"Health Bihar","url":"https:\/\/healthbihar.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/healthbihar.in\/#\/schema\/logo\/image\/","url":"https:\/\/healthbihar.in\/wp-content\/uploads\/2025\/07\/WhatsApp_Image_2025-07-15_at_4.52.45_PM-removebg-preview-1.png","contentUrl":"https:\/\/healthbihar.in\/wp-content\/uploads\/2025\/07\/WhatsApp_Image_2025-07-15_at_4.52.45_PM-removebg-preview-1.png","width":607,"height":411,"caption":"Health Bihar"},"image":{"@id":"https:\/\/healthbihar.in\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/share\/19ywM7VcYt\/","https:\/\/www.instagram.com\/health.bihar?igsh=eGx0enhyb2NlMGlv"]}]}},"_links":{"self":[{"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/pages\/16041","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/comments?post=16041"}],"version-history":[{"count":45,"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/pages\/16041\/revisions"}],"predecessor-version":[{"id":16466,"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/pages\/16041\/revisions\/16466"}],"wp:attachment":[{"href":"https:\/\/healthbihar.in\/index.php\/wp-json\/wp\/v2\/media?parent=16041"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}