www.gravity-bookings.com Open in urlscan Pro
103.205.66.234  Public Scan

URL: https://www.gravity-bookings.com/
Submission: On December 21 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 3 forms found in the DOM

POST /?Length=0

<form action="/?Length=0" class="contact__form v2-search-form form-validate " data-ajax="true" id="LoginForm" method="post" novalidate="novalidate"><input name="__RequestVerificationToken" type="hidden"
    value="NwGYff5-reF_Lgt44wbVGFOu8WFT1nQw-SXsW_pv7LoBsoZH_f_weC9domnMGkzHqE3VuffJM1Omw9zdqcuis4yBLlaASYIeCszsiu9j93k1">
  <div class="row">
    <div class="col-lg-12">
      <h2 class="mt-0">LOGIN HERE</h2>
    </div>
  </div>
  <div class="row">
    <div class="input-field col s12 mb-20">
      <input class="validate required" data-val="true" data-val-required="The Email field is required." id="Email" maxlength="50" name="Email" placeholder="User Name" type="text" value="">
    </div>
  </div>
  <div class="row">
    <div class="input-field col s12 mb-20">
      <input class="validate required" data-val="true" data-val-required="The Password field is required." id="Password" maxlength="50" name="Password" placeholder="Password" type="password" value="">
    </div>
  </div>
  <div class="row">
    <div class="input-field col s12">
      <button type="button" value="Book Now" class="waves-effect waves-light tourz-sear-btn v2-ser-btn" id="Login">SIGN IN</button>
      <p id="msg" class="invalid" style="color: #f00; font-size: 12px;"></p>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-12 mt-15">
      <p class="labletxt">Forgot password?<a href="#"> <span style=" text-decoration: underline" class="pforgot labletxt">Click here</span></a></p>
    </div>
  </div>
  <div class="row" hidden="hidden">
    <div class="col-lg-12">
      <p class="labletxt"><a href="/Account/agent-register"> <span style=" text-decoration: underline" class="labletxt">Register as an Agent</span></a></p>
    </div>
  </div>
</form>

POST /?Length=0

<form action="/?Length=0" class="contact__form v2-search-form form-validate" data-ajax="true" id="forgotpassword" method="post" novalidate="novalidate"><input name="__RequestVerificationToken" type="hidden"
    value="YFG0Ni0lTC08yUjvFWnCssbphuHaA6RdZ3jB6b3CF4iulCLc2TIc1rFftuWBShNDAMhBTQJD_WpCclU29q9VMNDizODTdeAgcWgYYSRtsD01">
  <div class="row">
    <div class="col-lg-12">
      <h2 class="mt-0">Forgot Password</h2>
    </div>
  </div>
  <div id="frgPass">
    <div class="row">
      <div class="input-field col s12 mb-20">
        <input class="validate required" id="LoginId" maxlength="50" name="LoginId" placeholder="User Name" type="text" value="">
      </div>
    </div>
    <div id="frgProceed">
      <div class="row">
        <div class="input-field col s12">
          <button type="button" value="Book Now" class="waves-effect waves-light tourz-sear-btn v2-ser-btn" id="Proceed">Proceed</button>
        </div>
      </div>
    </div>
    <div id="security" style="display:none">
      <div class="row">
        <div class="input-field col s12"> Security Question: </div>
      </div>
      <div class="row">
        <div class="col s12 text-black">
          <label for="Question" id="SecurityQuestion">Question</label>
        </div>
      </div>
      <div class="row">
        <div class="input-field col s12">
          <input id="Answer" name="Answer" type="hidden" value="">
          <input class="" id="userAnswer" maxlength="50" name="userAnswer" placeholder="Answer" type="text" value="">
        </div>
      </div>
      <div class="row">
        <div class="input-field col s12">
          <button type="button" value="Book Now" class="waves-effect waves-light tourz-sear-btn v2-ser-btn" id="RecoverPassword">Recover Password</button>
        </div>
      </div>
    </div>
    <p id="forgotmsg" class="invalid"></p>
    <div class="row">
      <div class="col-lg-12 mt-15">
        <p class="labletxt"><a href="#"> <span style=" text-decoration: underline" class="plogin labletxt">Click here to login</span></a></p>
      </div>
    </div>
  </div>
  <div class="row">
    <div id="forgotmessage">
      <p id="forgotpassmsg" class="col s12 text-justify text-black"></p><br>
      <div class="col-lg-12 mt-15 btlogin" style="display:none">
        <p class="labletxt"><a href="#"> <span style=" text-decoration: underline" class="plogin labletxt">Click here to login</span></a></p>
      </div>
    </div>
  </div>
</form>

POST /?Length=0

<form action="/?Length=0" class="form-validate" data-ajax="true" id="contact" method="post" novalidate="novalidate">
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group mb-20">
        <input class="form-control required characteronly" data-val="true" data-val-required="The First Name field is required." id="FirstName" name="FirstName" placeholder="Enter Name" type="text" value="">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group mb-20">
        <input class="form-control required email" data-val="true" data-val-required="The Email field is required." id="Email" name="Email" placeholder="Enter Email" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group mb-20">
        <input class="form-control required characteronly" data-val="true" data-val-required="The Subject field is required." id="Subject" name="Subject" placeholder="Subject" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group mb-20">
        <textarea class="form-control required" cols="20" id="Description" name="Description" placeholder="Enter your comments" rows="10"></textarea>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12">
      <div class="form-group">
        <button type="submit" class="btn btn-md btn-blue" id="ContactUs">Send your message</button>
        <p id="contmsg" class="sucess-msg"></p>
      </div>
    </div>
  </div>
</form>

Text Content

OTP VERIFICATION TO LOGIN

×

(OTP Not received ? Contact Administrator)
(OTP Not received ? Contact Administrator)



Submit and Login


 * Home
 * Our Services
 * About Us
   
   
 * Contact us
 * Agent Registration


LOGIN HERE



SIGN IN



Forgot password? Click here

Register as an Agent


FORGOT PASSWORD

Proceed
Security Question:
Question

Recover Password



Click here to login




Click here to login




OUR SERVICES

Book a diverse range of travel services curated by our local experts for an
unparalleled travel experience. Discover the best with us.


ACCOMMODATION

Discover your perfect stay from over 500,000+ hotels, resorts, and apartments
worldwide, catering to every taste and budget.


TRANSFERS

Effortlessly book airport transfers globally for individuals, families, or
groups, ensuring a smooth and stress-free journey to and from the airport.


HOLIDAY PACKAGES

Explore our handpicked holiday packages worldwide, perfect for solo travelers,
families, adventure seekers, pilgrims, or beach lovers. Find your ideal getaway
with ease.


SPECIAL SERVICES

Enjoy exclusive charter flight services,Experience luxury with our VIP services
and tailored religious service arrangements


BE A PARTNER

Avail opportunity to become partner and connect online via multiple online
channels


BECOME B2B AGENT

Become B2B Agent and book online with confirmed availability. We offer
attractive Credit and Flexible payment terms for ease of business.


CONNECT API

Using your own system ? Connect our hotel inventory API smoothly to your B2B
site for bookings and cancellations Online.




ABOUT US

Welcome to Gravity Bookings – Your Pathway to Affordable and Memorable
Adventures!

Established in [2018], our passion for travel drives us to offer your clients an
effortless way to explore the world. Here's what makes us stand out:

Competitive Pricing: We offer some of the most competitive rates in the market,
ensuring your dream trips don't break the bank.

Diverse Destinations: From urban explorations to serene retreats, our global
network covers a wide array of destinations.

Tailored Experiences: Each journey is crafted to match your interests, promising
unique and unforgettable adventures.

Simple Booking Process: Our user-friendly platform guarantees a smooth and
efficient booking experience.

Round-the-Clock Support: Our dedicated team is always available, providing you
with the support you need, whenever you need it.


CONTACT US

Send your message



OUR ADDRESS

6931 Madina Road, Mushrifa

Jeddah , Saudi Arabia

EMAIL US

support@gravity-bookings.com

Copyrights 2023 © Gravity. All Rights Reserved