www.omambaaribusservice.in Open in urlscan Pro
52.76.35.224  Public Scan

URL: https://www.omambaaribusservice.in/
Submission: On March 18 via automatic, source certstream-suspicious — Scanned from SG

Form analysis 5 forms found in the DOM

<form id="search-form" class="book-form">
  <div class="row no-gutters">
    <div class="col-md-6 col-lg book-group book-group-rounded">
      <div class="field-img">
        <img loading="lazy" width="14px" src="assets/images/from.svg">
        <select id="search-from-station" class="book-control form-control selectized" tabindex="-1" style="display: none;">
          <option value="" selected="selected"></option>
        </select>
        <div class="selectize-control book-control form-control single plugin-search_on_focus">
          <div class="selectize-input items not-full"><input type="select-one" autocomplete="new-password" autofill="no" tabindex="" id="search-from-station-selectized" placeholder="Select From City" style="width: 114.859px;"></div>
          <div class="selectize-dropdown single plugin-search_on_focus" style="display: none; width: 211.828px; top: 47.5px; left: 0px;">
            <div class="selectize-dropdown-content" tabindex="-1"></div>
          </div>
        </div>
      </div>
      <div class="book-icon-swap" id="search-swap-icon" tabindex="-1">
        <a href="javascript:;" tabindex="-1"><i class="fas fa-exchange-alt"></i></a>
      </div>
    </div>
    <div class="col-md-6 col-lg book-group">
      <div class="field-img">
        <img loading="lazy" width="10px" src="assets/images/to-img.svg">
        <select id="search-to-station" class="book-control form-control selectized" tabindex="-1" style="display: none;">
          <option value="" selected="selected"></option>
        </select>
        <div class="selectize-control book-control form-control single plugin-search_on_focus">
          <div class="selectize-input items not-full"><input type="select-one" autocomplete="new-password" autofill="no" tabindex="" id="search-to-station-selectized" placeholder="Select To City" style="width: 95.4375px;"></div>
          <div class="selectize-dropdown single plugin-search_on_focus" style="display: none; width: 211.828px; top: 47.5px; left: 0px;">
            <div class="selectize-dropdown-content" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6 col-lg book-group">
      <div class="field-img">
        <img loading="lazy" width="11px" src="assets/images/cal1.svg">
        <input type="text" class="calendar book-control form-control" id="search-onward-date" readonly="readonly" placeholder="Journey Date" autocomplete="off">
      </div>
    </div>
    <div class="col-md-6 col-lg book-group">
      <div class="field-img">
        <img loading="lazy" width="12px" src="assets/images/cal2.svg">
        <input type="text" class="calendar book-control form-control" id="search-return-date" readonly="readonly" placeholder="Return Date" autocomplete="off">
      </div>
    </div>
    <div class="col-md-12 col-lg-auto book-group">
      <div class="field-img">
        <button type="submit" class="book-button btn-block" id="search-btn">Search Bus</button>
      </div>
    </div>
  </div>
</form>

<form class="book-form">
  <div class="row no-gutters justify-content-center">
    <div class="col-sm book-group book-group-rounded">
      <div class="field-img">
        <img loading="lazy" width="20px" src="assets/images/manage-icon.svg">
        <input type="text" class="book-control form-control" id="print-tkt-pnr" placeholder="Enter Your PNR">
      </div>
    </div>
    <div class="col-auto book-group">
      <div class="field-img">
        <input type="button" value="Print Ticket" class="book-button" onclick="gotoPrintPage();">
      </div>
    </div>
  </div>
</form>

<form class="book-form">
  <div class="row no-gutters justify-content-center">
    <div class="col-sm book-group book-group-rounded">
      <div class="field-img">
        <img loading="lazy" width="20px" src="assets/images/track-icon.svg">
        <input type="text" class="book-control form-control" id="track-bus-pnr" placeholder="Enter Your PNR / Mobile Number">
      </div>
    </div>
    <div class="col-auto book-group">
      <div class="field-img">
        <input type="button" value="Get Details" class="book-button" onclick="gotoTrackPage();">
      </div>
    </div>
  </div>
</form>

<form class="mt-4" id="otp-login-form" onsubmit="return false">
  <!-- Mobile Number -->
  <div id="mobile-section">
    <div class="form-group position-relative">
      <label class="sr-only" for="otp-login-mobile">Mobile Number</label>
      <input type="tel" class="form-control form-control-icon" id="otp-login-mobile" placeholder="Enter Mobile No" maxlength="13" oninput="formatMobileNo(event)" aria-describedby="otp-login-mobile-help">
      <i class="far fa-address-book placholder-icon"></i>
      <!-- <small id="otp-login-mobile-help" class="form-text text-muted">OTP will be sent to this mobile number.</small> -->
    </div>
    <div class="text-center text-muted py-2"> By pressing “submit” you agree to our<br>
      <a href="terms">terms &amp; conditions</a>
    </div>
    <div id="otp-login-alert"></div>
    <button type="submit" class="btn btn-primary btn-block my-3" id="send-otp-btn" onclick="sendOTP()">Submit</button>
  </div>
  <!-- OTP -->
  <div id="otp-section" class="d-none">
    <div class="form-group position-relative">
      <label class="sr-only" for="otp-login-pin">OTP</label>
      <input type="tel" class="form-control form-control-icon lock" id="otp-login-pin" placeholder="Enter OTP" maxlength="6" autocomplete="one-time-code" aria-describedby="otp-login-pin-help">
      <!-- <small id="otp-login-pin-help" class="form-text text-muted">Enter the OTP just sent to <span id="otp-login-mobile-hint"></span>.</small> -->
      <i class="fas fa-lock placholder-icon"></i>
    </div>
    <div class="text-center text-muted py-2"> By pressing “submit” you agree to our<br>
      <a href="terms">terms &amp; conditions</a>
    </div>
    <div id="otp-login-validate-alert"></div>
    <button type="submit" class="btn btn-primary btn-block my-3" id="validate-otp-btn" onclick="validateOTP()">Submit</button>
  </div>
  <!-- Register -->
  <div id="register-section" class="d-none">
    <div class="form-group position-relative">
      <label class="sr-only" for="otp-register-fname">First Name</label>
      <input type="text" class="form-control form-control-icon" id="otp-register-fname" placeholder="Enter First Name" maxlength="25">
      <i class="fas fa-user placholder-icon"></i>
    </div>
    <div class="form-group position-relative">
      <label class="sr-only" for="otp-register-lname">Last Name</label>
      <input type="text" class="form-control form-control-icon" id="otp-register-lname" placeholder="Enter Last Name" maxlength="25">
      <i class="fas fa-user placholder-icon"></i>
    </div>
    <div class="form-group position-relative">
      <label class="sr-only" for="otp-register-email">Email address</label>
      <input type="email" class="form-control form-control-icon" id="otp-register-email" placeholder="Enter Email address" maxlength="64">
      <i class="fas fa-envelope-open placholder-icon"></i>
    </div>
    <div class="text-center text-muted py-2"> By pressing “submit” you agree to our<br>
      <a href="./">terms &amp; conditions</a>
    </div>
    <div id="otp-login-register-alert"></div>
    <button type="submit" class="btn btn-primary btn-block my-3" id="otp-register-btn" onclick="registerUser()">Submit</button>
  </div>
</form>

<form id="agent-login-form" onsubmit="doAgentLogin()">
  <div class="form-group">
    <label for="agent-login-username">Username</label>
    <input type="text" class="form-control" id="agent-login-username" placeholder="Enter Username" maxlength="45">
  </div>
  <div class="form-group">
    <label for="agent-login-password">Password</label>
    <input type="password" class="form-control" id="agent-login-password" placeholder="Enter Password" maxlength="30">
  </div>
  <div id="agent-login-alert"></div>
  <button type="submit" class="btn btn-primary btn-block my-4" id="agent-login-btn">Login</button>
</form>

Text Content

 * 7997872333/444
 * omambaaribusservice@gmail.com
 * Customer Login
 * Login

 * Home
 * Manage Ticket
   * Print Ticket
   * Edit Ticket
   * Cancel Ticket
   * Download Ticket
   * Send SMS / Email
   * Reschedule Ticket
 * Track Bus
 * Contact


MAKING YOUR JOURNEY COMFORTABLE AND ENJOYABLE



 * Book
 * Print
 * Track

Search Bus




WHO WE ARE


OM AMBAARI BUS SERVICE


Om Ambaari Bus Service providing travel solutions to their passengers with best
in class quality by operating new branded with well experienced professionals.
Some of the Important routes of Om Ambaari Bus Service Travels include
Amalapuram to Hyderabad.

Book Om Ambaari Bus Service Travels bus tickets online in website and from your
mobile with few easy steps

OM AMBAARI BUS SERVICE


AMENITIES WE PROVIDE

Your search for the best and affordable deals on top searched routes in India
ends here.



READING LAMP

LIVE TRACKING

CHARGING POINT

HAMMER

BLANKET

WATER BOTTLE

READING LAMP

LIVE TRACKING

CHARGING POINT

HAMMER

BLANKET

WATER BOTTLE

READING LAMP

LIVE TRACKING

CHARGING POINT

HAMMER

BLANKET

OM AMBAARI BUS SERVICE


SERVICES WE PROVIDE

Your search for the best and affordable deals on top searched routes in India
ends here. Choose from Sleeper, Semi-Sleeper, Volvo and many more buses while
booking online and get the affordable fare, multiple paying options, Best
discounts and 24x7 customer service.





BUS CAPTAIN


Professional bus captain will assist you throught the journey





COMFY SLEEPERS


Unwind in our clean & secure sleeper berths.





LUGGAGE HANDLING


Personalized luggage handling by trained staff.





BOARDING CREW


Our trained staff helps you with easy check-in.

OM AMBAARI BUS SERVICE


FACILITIES WE PROVIDE

Om Ambaari Bus Service aims to rapid growth in this industry by adopting more
number of buses and providing more higher standards of quality and comfort!!!

SAFE AND SECURE

BEST HOSPITALITY

EMERGENCY EXIT

OM AMBAARI BUS SERVICE


FEATURES WE PROVIDE


We are the creators of India's 1st fleet of branded buses that guarantee safe &
comfortable journeys. We offer you a complete end-to-end travel experience with
our professional crew, round the clock command centre and many other features.
We put all our efforts into making every trip an on-time trip!

Experience & Trust
Happy Customers
Customer Satisfaction

Om Ambaari Bus Service a newborn to travels industry ,but a unit of Om Ambaari
Bus Service an excelling company in the field of infrastructure industry with
great quality and commitment.The only thing we focus on is that the comfort
quotient of our passengers should never be compromised. Bus travel is one of the
most economic and efficient ways to travel. Save More, Travel More... Adventure
Awaits..

OM AMBAARI BUS SERVICE


TOP ROUTES WE PROVIDE

CHOOSE THE DESTINATION JUST RIGHT FOR YOUR TRAVEL


EXPERIENCE SAFE AND
COMFORTABLE JOURNEYS WITH US



AMALAPURAM

VIJAYAWADA



ELURU

HYDERABAD






Om Ambaari Bus Service tickets online in website and from your mobile with few
easy steps. Go to My Bookings to manage your account


QUICK LINKS

 * FAQ
 * Terms & Conditions
 * Feedback
 * Contact
 * Boarding Places


MANAGE TICKET

 * Download Ticket
 * Track My Bus
 * Cancel Ticket
 * Change Boarding Point
 * Change Travel Date


HEAD OFFICE

 * Om Ambaari Bus Service, Near Control Room, vijayawada, Andhrapradesh - 520
   002.
 * 7997872333/444 | omambaaribusservice@gmail.com

© 2023 - Om Ambaari Bus Service

Powered By Ezee Info Solutions | Ezeebus.com

CUSTOMER LOGIN

×
Login or Signup
using your mobile number
Mobile Number
By pressing “submit” you agree to our
terms & conditions

Submit
OTP
By pressing “submit” you agree to our
terms & conditions

Submit
First Name
Last Name
Email address
By pressing “submit” you agree to our
terms & conditions

Submit

AGENT LOGIN

×
Username
Password

Login
Select To City