himalayanhelibooking.online Open in urlscan Pro
57.128.47.115  Public Scan

URL: https://himalayanhelibooking.online/
Submission: On July 04 via api from US — Scanned from FR

Form analysis 1 forms found in the DOM

POST pdf.php

<form method="post" action="pdf.php">
  <div class="container text-center">
    <div class="row align-items-center" style="border-bottom:1px solid black;">
      <div class="col-lg-4 col-md-4 col-4">
        <div class="logo-img">
          <img src="logop.jpeg" class="img-fluid">
        </div>
      </div>
      <div class="col-lg-4 col-md-4 col-4">
        <div class="logo-img-text">
          <h4>IRCTC Heliyatra ticket</h4>
        </div>
      </div>
      <div class="col-lg-4 col-md-4 col-4">
        <div class="logo-img">
          <img src="logou.jpeg" class="img-fluid">
        </div>
      </div>
    </div>
    <div class="row mt-3 py-2" style="border-bottom:1px solid black;">
      <div class="col-lg-6 col-md-6 col-6">
        <div class="main-span">
          <span><strong>Booking ID</strong></span> :<span class="sp-input"><input type="text" placeholder="UKFT 24050998457961" name="booking_id" required=""> </span>
        </div>
      </div>
      <div class="col-lg-6 col-md-12 col-12">
        <div class="main">
          <span><strong>Booking Date &amp; Time</strong>:</span> <span class="time"><input name="booking_date_time" type="text" placeholder="Date And Time" required=""></span>
        </div>
      </div>
    </div>
    <div class="row py-2" style="border-bottom:1px solid black;">
      <div class="col-lg-4 col-md-4 col-12">
        <div class="status">
          <span><strong>Status</strong> : </span> <span><input type="text" name="booking_status" placeholder="confirm" required=""></span>
        </div>
      </div>
      <div class="col-lg-4 col-md-4 col-12">
        <div class="status">
          <span><strong>Passengers No</strong> : </span> <span><input type="text" name="passengers_no" placeholder="2" required=""></span>
        </div>
      </div>
      <div class="col-lg-4 col-md-4 col-12">
        <div class="status">
          <span><strong>Booking Type</strong></span> <span><input type="text" name="booking_type" placeholder="General"> </span>
        </div>
      </div>
    </div>
  </div>
  <!--second section-->
  <div class="container-fluid mt-3 text-center">
    <div class="container">
      <div class="row">
        <div class="col-lg-4 col-md-4 col-7 mt-5 top-br">
          <div class="sec-txt one">
            <input type="text" name="toDestination" placeholder="Destination">
            <span><input name="dest_date" type="date" placeholder="Date and Time" required=""></span>
            <span><input name="dest_time" type="time" placeholder="Time" required=""></span>
            <span><input name="dest_Add1" type="text" placeholder="Aryan Aviation Helipad" required=""></span>
            <span><input type="text" name="dest_Add2" placeholder="Aryan Aviation Helipad, Kedarnath Rd"></span>
            <div class="side-one">
              <span>OnWard</span>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-md-4 col-5 mt-5 bottom-br">
          <div class="sec-txt sec-line">
            <input type="text" name="return_dest" placeholder="Destination" required="">
            <span><input name="return_date" type="date" placeholder="Date and Time" required=""></span>
            <span> &nbsp; </span>
            <br>
            <div class="right">
              <input type="text" name="return_dt_add1" placeholder="Destination" required="">
              <input type="text" name="return_dt_add2" placeholder="Destination">
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-md-4 col-12 mt-5">
          <div class="sec-qr">
            <img src="qr.png" class="img-fluid">
          </div>
        </div>
        <div class="re">
          <span>Return</span>
        </div>
      </div>
    </div>
  </div>
  <!--end second section-->
  <div class="container mt-5">
    <hr style="height:2px; color:black;">
  </div>
  <div class="container-fluid py-2 mt-5">
    <div class="container">
      <div class="row myrow">
        <div class="first-table">
          <div class="strat-table">
            <h5 class="heading">Passenger details</h5>
            <table class="table table-bordered">
              <thead class="mt-5">
                <tr>
                  <th scope="col">S.No</th>
                  <th scope="col">Name</th>
                  <th scope="col">Gender</th>
                  <th scope="col">Age</th>
                  <th scope="col">ID Proof</th>
                  <th scope="col">Yatra Reg. No</th>
                  <th scope="col">Status</th>
                </tr>
              </thead>
              <tbody>
                <tr class="second">
                  <th scope="row">1</th>
                  <td rowspan="1">
                    <input type="text" name="1name" placeholder="Enter Your Name">
                  </td>
                  <td>
                    <input type="text" name="1gender" placeholder="Enter Your Gender">
                  </td>
                  <td>
                    <input type="text" name="1age" placeholder="Enter Your Age">
                  </td>
                  <td>
                    <input type="text" name="1proof" placeholder="Enter Your Proof">
                  </td>
                  <td>
                    <input type="text" name="1regno" placeholder="Enter Your Reg.No">
                  </td>
                  <td>
                    <input type="text" name="1status" placeholder="Enter Your Status">
                  </td>
                </tr>
                <tr class="first">
                  <th scope="row">2</th>
                  <td rowspan="1">
                    <input type="text" name="2name" placeholder="Enter Your Name">
                  </td>
                  <td>
                    <input type="text" name="2gender" placeholder="Enter Your Gender">
                  </td>
                  <td>
                    <input type="text" name="2age" placeholder="Enter Your Age">
                  </td>
                  <td>
                    <input type="text" name="2proof" placeholder="Enter Your Proof">
                  </td>
                  <td>
                    <input type="text" name="2regno" placeholder="Enter Your Reg.No">
                  </td>
                  <td>
                    <input type="text" name="2status" placeholder="Enter Your Status">
                  </td>
                </tr>
                <tr>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="container">
    <hr style="height:2px; color:black;">
  </div>
  <div class="container-fluid py-3">
    <div class="container">
      <div class="row">
        <h5 class="heading">GST Details :</h5>
        <table class="table table-bordered">
          <thead>
            <tr>
              <th scope="col">
                <input type="text" name="gst_details" placeholder="Helicopter Fare">
              </th>
              <th scope="col">
                <input type="text" name="con_charges" placeholder="Convenience Charges">
              </th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <th scope="row">
                <input type="text" name="heli_services" placeholder="Helicopter Service">
              </th>
              <td>
                <input type="text" name="service_prov" placeholder="Service Provider Name">
              </td>
            </tr>
            <tr>
              <th scope="1">
                <input type="text" name="sr_gst" placeholder="GST No.">
              </th>
              <td>
                <input type="text" name="sr_gst_num" placeholder="GST No.">
              </td>
            </tr>
            <tr>
              <th scope="1">
                <input type="text" name="place_sup" placeholder="Place of Supply">
              </th>
              <td>
                <input type="text" name="state_code" placeholder="State Code">
              </td>
            </tr>
            <tr>
              <th scope="1">
                <input type="text" name="sb_state" placeholder="SBooker State">
              </th>
              <td>
                <input type="text" name="sb_state_value">
              </td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
  <div class="container">
    <div class="row table-row">
      <table class="table table-bordered mytable">
        <thead>
          <tr>
            <th rowspan="2" scope="col">
              <input type="text" name="desc" placeholder="Description">
            </th>
            <th scope="col">
              <input type="text" name="hsn_code" placeholder="HSN/SAC Code">
            </th>
            <th scope="col">
              <input type="text" name="taxable_v" placeholder="Taxable Value">
            </th>
            <th scope="col">
              <input type="text" name="gst_rate" placeholder="GST Rate">
            </th>
            <th scope="col">
              <input type="text" name="cgst" placeholder="CGST">
            </th>
            <th scope="col">
              <input type="text" name="sgst" placeholder="SGST">
            </th>
            <th scope="col">
              <input type="text" name="igst" placeholder="IGST">
            </th>
            <th scope="col">
              <input type="text" name="total_gst" placeholder="Total GST">
            </th>
            <th scope="col">
              <input type="text" name="total_amount" placeholder="Total">
            </th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th scope="row">
              <input type="text" name="He_fare" placeholder="Helicopter Fare">
            </th>
            <td>
              <input type="text" name="fare1" placeholder="Enter Your Fare">
            </td>
            <td>
              <input type="text" name="fare2">
            </td>
            <td>
              <input type="text" name="fare3" value="">
            </td>
            <td>
              <input type="text" name="fare4">
            </td>
            <td>
              <input type="text" name="fare5">
            </td>
            <td>
              <input type="text" name="fare6">
            </td>
            <td>
              <input type="text" name="fare7">
            </td>
            <td>
              <input type="text" name="fare8">
            </td>
          </tr>
          <tr>
            <th scope="row">
              <input type="text" placeholder="Total">
            </th>
            <td>
              <input type="text" name="fare9">
            </td>
            <td>
              <input type="text" name="fare10">
            </td>
            <td>
              <input type="text" name="fare11">
            </td>
            <td>
              <input type="text" name="fare12">
            </td>
            <td>
              <input type="text" name="fare13">
            </td>
            <td>
              <input type="text" name="fare14">
            </td>
            <td>
              <input type="text" name="fare15">
            </td>
            <td>
              <input type="text" name="fare16">
            </td>
          </tr>
          <tr>
            <th scope="row">
              <input type="text" placeholder="Invoice Total (after rounding off)">
            </th>
            <td colspan="8">
              <input type="text" name="invoic_total">
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="container">
    <div class="row">
      <table class="table table-bordered">
        <thead>
          <tr>
            <td colspan="8" scope="row">
              <input type="text" placeholder="Applicable PG Charges levied by concerned bank are payable extra.">
            </td>
          </tr>
          <tr>
            <td colspan="8" scope="row">
              <input name="location" type="text" placeholder="Helipad Location Aryan Aviation Helipad, Kedarnath Rd, Deosal, Uttarakhand 246439.">
            </td>
          </tr>
        </thead>
        <tbody>
        </tbody>
      </table>
    </div>
  </div>
  <div class="container-fluid mt-5">
    <div class="container">
      <h5 class="heading">Important Instructions</h5>
      <div class="row">
        <div class="content-of-table">
          <ul>
            <li>This ticket is non-transferable. A person shall not be entitled to board a flight unless he/she presents valid ticket.</li>
            <li>The Passenger must carry the Credit/Debit Card in original through which the Transaction has been madewithout wh theReservation/Boarding will be denied without any refund.</li>
            <li>All passengers must carry a valid Photo ID and Address Proof, in original, as per booking details above.</li>
            <li>Maximum of 10 kg of baggage per pax is permitted.</li>
            <li>Passengers will be checked in / boarded as per ticket time.</li>
            <li>Chardham Helicopter operator reserves to itself the right, without assigning any reason, to cancel or delay the commencem orcontinuance of the flight or to change the landing place or to deviate from the route of the journey thereby
              incurring anyliability damages or otherwise to the passengers or any other person on any ground whatsoever. Helicopter operator alsoreserves the right cancel or delay its flight under circumstances beyond its control, for example, bad
              weather conditions,technical defects and governm regulations/orders/requirements etc. The liability of Helicopter operator in such eventshall be limited to refund of the fare amount.</li>
            <li>All passengers will be subject to security check prior to boarding the helicopter as per applicable regulations. The operatorreserves itself the right to refuse to carry any person whom it considers unfit to travel or who in the
              opinionof operator may constitute a risk to aircraft or to the persons on board.</li>
            <li>If at any stage it is found that the helicopter is overloaded, the operator will have the right to decide whichpassenger(s) orarticle shall be offloaded and such decision shall be binding.</li>
            <li>Helicopter operator is not liable for any loss or damage occasioned by delay in the carriage by air of passengersor baggage.T receipt of registered baggage on the termination of the journey shall be prima facie an evidence that the
              baggage hasbeen deliver correctly and in good condition.</li>
            <li>Carriage of dangerous goods/articles is not permitted; Restricted articles include but are not limited to,compressed gases,corrosiv explosives, inflammable liquids, solids, radioactive materials, poisons, infectious substances and
              brief cases withinstalled alarm device</li>
            <li>In the event of death of a passenger or any bodily harm or wound suffered by a passenger which results inpermanentdisabi incapacitating him/her from engaging in or being occupied with his/her usual duties or business/occupation,
              theliability of Helicopter operator for each passenger shall be INR 7,50,000 on the account of the accident.</li>
            <li>Infants/ children up to two years of age will be allowed to travel only with an Adult Passenger.</li>
            <li>Maximum No. of child passengers allowed are restricted to 2 (Two) only per flight.</li>
            <li>In case of bad weather/technical reason, passengers are requested to submit their online Helicopter Ticket inperson to theconcern helicopter operator against proper receipt for the online refund without which no refund will be made.
            </li>
            <li>Online Booking once done, shall not be Cancelled, Postponed or Pre-poned. However, in respect of onlinebooked helicoptertick for travel on Katra - Sanjichatt- Katra sector, the following policy for the cancellation and refund of
              helicopter ticketshall apply </li>
            <ol type="1">
              <li>Chardham Online Helicopter tickets booked through Shrine Board's website shall be cancelled through Online Mode on whichfacility is available on Shrine Board's official website. No request for cancellation of Online helicopter
                tickets shall beentertain through any mode other than Online cancellation. Request for such cancellation by approaching any ofcounters of SMVDSB throu physical production of tickets etc. shall not be entertained under any
                circumstance.</li>
              <li>Yatris who have booked their helicopter tickets through Shrine Board's official website can cancel their helicoptertickets online logging on the website with their username and password.</li>
              <li>70% of the amount shall be refunded to the Yatris who have booked their helicopter tickets through Shrine Board'sofficial webs and have subsequently cancelled their tickets online for whatever reasons.</li>
              <li>Remaining 30% of theamount for the booked ticket sh accrue to the Shrine Board as processing charges. 4. The cancellation can be made upto (and not after) 02 days before the scheduled date of travel.</li>
              <li>The refund shall be made ordinarily by the Shrine Board within 15 days from the date of cancellation of the tickets.</li>
              <li>The amount of refund shall be reimbursed online into the same account of the Debit/Credit Card through which thetransaction w made for booking of the tickets.</li>
            </ol>
            <li>The liability of Helicopter operator for damage of registered baggage during the course of carriage by air will begoverned by provisions of Sections 4,5,6 and the rules contained in the Second Schedule of Carriage by Air Act, 1972
              with certainexceptio adaptations, modifications etc. as mentioned in the Govt. of India, Ministry of Civil Aviation Notifications and asamended from time time.</li>
            <li>Please follow the safety instructions given at the helipads.</li>
            <li>For safe helicopter flying it is imperative that weight restriction parameters are adhered to. Helicopter operatorreque thepassengers to cooperate with its staff in this regard.</li>
            <li>Any dispute relating to or arising out of all or any one of the above stated terms and conditions shall be subjectto theexclus Jurisdiction of Courts at Katra /Reasi.</li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="container  py-3 text-center">
    <div class="last-img">
      <img src="aa.jpg" class="img-fluid">
      <div class="mybtn text-center">
        <button type="submit" class="btn btn-primary">Download Pdf</button>
      </div>
    </div>
  </div>
  <div class="container">
  </div>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</form>

Text Content

IRCTC HELIYATRA TICKET


Booking ID :
Booking Date & Time:
Status :
Passengers No :
Booking Type
OnWard
 



Return

--------------------------------------------------------------------------------

PASSENGER DETAILS

S.No Name Gender Age ID Proof Yatra Reg. No Status 1 2

--------------------------------------------------------------------------------

GST DETAILS :







IMPORTANT INSTRUCTIONS

 * This ticket is non-transferable. A person shall not be entitled to board a
   flight unless he/she presents valid ticket.
 * The Passenger must carry the Credit/Debit Card in original through which the
   Transaction has been madewithout wh theReservation/Boarding will be denied
   without any refund.
 * All passengers must carry a valid Photo ID and Address Proof, in original, as
   per booking details above.
 * Maximum of 10 kg of baggage per pax is permitted.
 * Passengers will be checked in / boarded as per ticket time.
 * Chardham Helicopter operator reserves to itself the right, without assigning
   any reason, to cancel or delay the commencem orcontinuance of the flight or
   to change the landing place or to deviate from the route of the journey
   thereby incurring anyliability damages or otherwise to the passengers or any
   other person on any ground whatsoever. Helicopter operator alsoreserves the
   right cancel or delay its flight under circumstances beyond its control, for
   example, bad weather conditions,technical defects and governm
   regulations/orders/requirements etc. The liability of Helicopter operator in
   such eventshall be limited to refund of the fare amount.
 * All passengers will be subject to security check prior to boarding the
   helicopter as per applicable regulations. The operatorreserves itself the
   right to refuse to carry any person whom it considers unfit to travel or who
   in the opinionof operator may constitute a risk to aircraft or to the persons
   on board.
 * If at any stage it is found that the helicopter is overloaded, the operator
   will have the right to decide whichpassenger(s) orarticle shall be offloaded
   and such decision shall be binding.
 * Helicopter operator is not liable for any loss or damage occasioned by delay
   in the carriage by air of passengersor baggage.T receipt of registered
   baggage on the termination of the journey shall be prima facie an evidence
   that the baggage hasbeen deliver correctly and in good condition.
 * Carriage of dangerous goods/articles is not permitted; Restricted articles
   include but are not limited to,compressed gases,corrosiv explosives,
   inflammable liquids, solids, radioactive materials, poisons, infectious
   substances and brief cases withinstalled alarm device
 * In the event of death of a passenger or any bodily harm or wound suffered by
   a passenger which results inpermanentdisabi incapacitating him/her from
   engaging in or being occupied with his/her usual duties or
   business/occupation, theliability of Helicopter operator for each passenger
   shall be INR 7,50,000 on the account of the accident.
 * Infants/ children up to two years of age will be allowed to travel only with
   an Adult Passenger.
 * Maximum No. of child passengers allowed are restricted to 2 (Two) only per
   flight.
 * In case of bad weather/technical reason, passengers are requested to submit
   their online Helicopter Ticket inperson to theconcern helicopter operator
   against proper receipt for the online refund without which no refund will be
   made.
 * Online Booking once done, shall not be Cancelled, Postponed or Pre-poned.
   However, in respect of onlinebooked helicoptertick for travel on Katra -
   Sanjichatt- Katra sector, the following policy for the cancellation and
   refund of helicopter ticketshall apply
    1. Chardham Online Helicopter tickets booked through Shrine Board's website
       shall be cancelled through Online Mode on whichfacility is available on
       Shrine Board's official website. No request for cancellation of Online
       helicopter tickets shall beentertain through any mode other than Online
       cancellation. Request for such cancellation by approaching any ofcounters
       of SMVDSB throu physical production of tickets etc. shall not be
       entertained under any circumstance.
    2. Yatris who have booked their helicopter tickets through Shrine Board's
       official website can cancel their helicoptertickets online logging on the
       website with their username and password.
    3. 70% of the amount shall be refunded to the Yatris who have booked their
       helicopter tickets through Shrine Board'sofficial webs and have
       subsequently cancelled their tickets online for whatever reasons.
    4. Remaining 30% of theamount for the booked ticket sh accrue to the Shrine
       Board as processing charges. 4. The cancellation can be made upto (and
       not after) 02 days before the scheduled date of travel.
    5. The refund shall be made ordinarily by the Shrine Board within 15 days
       from the date of cancellation of the tickets.
    6. The amount of refund shall be reimbursed online into the same account of
       the Debit/Credit Card through which thetransaction w made for booking of
       the tickets.

 * The liability of Helicopter operator for damage of registered baggage during
   the course of carriage by air will begoverned by provisions of Sections 4,5,6
   and the rules contained in the Second Schedule of Carriage by Air Act, 1972
   with certainexceptio adaptations, modifications etc. as mentioned in the
   Govt. of India, Ministry of Civil Aviation Notifications and asamended from
   time time.
 * Please follow the safety instructions given at the helipads.
 * For safe helicopter flying it is imperative that weight restriction
   parameters are adhered to. Helicopter operatorreque thepassengers to
   cooperate with its staff in this regard.
 * Any dispute relating to or arising out of all or any one of the above stated
   terms and conditions shall be subjectto theexclus Jurisdiction of Courts at
   Katra /Reasi.

Download Pdf