www.sahilbusservice.com Open in urlscan Pro
52.76.35.224  Public Scan

URL: https://www.sahilbusservice.com/
Submission: On March 06 via automatic, source certstream-suspicious — Scanned from SG

Form analysis 4 forms found in the DOM

<form id="search-form" class="book-form">
  <div class="row">
    <div class="col-md-6 book-group">
      <div class="field-img">
        <img loading="lazy" width="14px" src="assets/images/from.svg">
        <label class="book-label">From</label>
        <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: 221px; top: 50px; 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 book-group">
      <div class="field-img">
        <img loading="lazy" width="10px" src="assets/images/to-img.svg">
        <label class="book-label">To</label>
        <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: 221px; top: 50px; left: 0px;">
            <div class="selectize-dropdown-content" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6 book-group">
      <div class="field-img">
        <img loading="lazy" width="11px" src="assets/images/cal1.svg">
        <label class="book-label">Journey Date</label>
        <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 book-group">
      <div class="field-img">
        <img loading="lazy" width="12px" src="assets/images/cal2.svg">
        <label class="book-label">Return Date</label>
        <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 book-group">
      <div class="field-img text-center">
        <button type="submit" class="book-button btn-default" id="search-btn"><i class="fas fa-search"></i> Search Bus</button>
      </div>
    </div>
  </div>
</form>

<form class="book-form">
  <div class="row no-gutters justify-content-center">
    <div class="col-sm col-md-12 book-group book-group-rounded">
      <div class="field-img">
        <img loading="lazy" width="20px" src="assets/images/track-icon.svg">
        <label class="book-label">Enter Your Number</label>
        <input type="text" class="book-control form-control" id="track-bus-pnr" placeholder="Enter Your PNR / Mobile Number">
      </div>
    </div>
    <div class="col-md-12 book-group">
      <div class="field-img text-center">
        <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

 * 79036 60311
 * akp095.p@gmail.com

 * Customer Login
 * Agent Login

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

FOR BOOKING

 * Book
 * Track

From


To

Journey Date
Return Date
Search Bus
Enter Your Number

Sahil Bus Service


AMENITIES WE PROVIDE

READING LAMP

CCTV CAMERA

BLANKETS

TELEVISION

CHARGING POINT

PERSONAL WIFI


Experience & Trust

Happy Customers

Decades of Services

Customer Satisfaction



EXPERIENCE SAFE AND
COMFORTABLE JOURNEYS WITH US



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.


COMFY SLEEPERS

Unwind in our clean and secure sleeper berths

LUGGAGE HANDLING

Personalized luggage handling by trained staff

BUS CAPTAIN

Professional bus captain will assist you throught the journey

WHO WE ARE ?


SAHIL BUS SERVICE

Sahil Bus Service providing travel solutions to their passengers with best in
class quality by operating brand new branded with well experienced
professionals.Some of the Important routes of Sahil Bus Service include Delhi,
Patna, Gorakhpur , Siwan, Darbhanga and Deoria.

Fast Booking
Stress Free


Book Sahil Bus Service bus tickets online in website and from your mobile with
few easy steps.


CHOOSE THE DESTINATION
JUST RIGHT FOR YOUR TRAVEL

We are professional team, With good experience & passionate about our service
for you and we have quality completed buses for your travel.

Sahil Bus Service


SERVICES WE PROVIDE

Sahil Bus Service would promise you the same as you read above would be the same
and would try to improve its standards. Sahil Bus Service aims to rapid growth
in this industry by adopting more number of buses and providing more higher
standards of quality and comfort!!!



Sahil Bus Service


SERVICES WE PROVIDE

Sahil Bus Service a newborn to travels industry, but a unit of Sahil Bus Service
an excelling company in the field of infrastructure industry with great quality
and commitment.

Previous



DEORIA




PATNA




DELHI




DARBHANGA




SIWAN




GORAKHPUR




DEORIA




PATNA




DELHI




DARBHANGA




SIWAN




GORAKHPUR




DEORIA




PATNA

Next


COVID SAFETY PROTOCOLS

We are the creators of India's 1st fleet of branded buses that guarantee safe &
comfortable journeys.

TEMPERATURE
CHECK

HAND
SANITIZERS

WEAR
MASK




Book Sahil Bus Service bus 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 Your Bus
 * Cancel Ticket
 * Change Boarding Point
 * Change Travel Date

HEAD OFFICE

 * 134, 1st Floor, Gangotri Apartment, Kaushambi , Ghaziabad, Uttar Pradesh -
   201 012.

 * 79036 60311
 * akp095.p@gmail.com

Copyright © 2023 - Sahil 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