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

Submitted URL: https://admin.ashirwadbus.in/
Effective URL: https://www.ashirwadbus.com/
Submission: On April 08 via api from US — Scanned from US

Form analysis 5 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: 127.25px;"></div>
          <div class="selectize-dropdown single plugin-search_on_focus" style="display: none; width: 510px; top: 55px; 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: 103.953px;"></div>
          <div class="selectize-dropdown single plugin-search_on_focus" style="display: none; width: 510px; top: 55px; 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">
      <button type="submit" class="btn-primary btn-lg btn-block" id="search-btn">Search Bus</button>
    </div>
  </div>
</form>

<form class="book-form">
  <div class="row 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">
        <label class="book-label">Enter PNR No.</label>
        <input type="text" class="book-control form-control" id="print-tkt-pnr" placeholder="Enter Your PNR">
      </div>
    </div>
    <div class="col-auto book-group">
      <input type="button" value="Print Ticket" class="btn-primary btn-lg btn-block" onclick="gotoPrintPage();">
    </div>
  </div>
</form>

<form class="book-form">
  <div class="row 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">
        <label class="book-label">Enter Mobile No.</label>
        <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">
      <input type="button" value="Get Details" class="btn-primary btn-lg btn-block" onclick="gotoTrackPage();">
    </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

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

ASHIRWAD BUS SERVICE PRIVATE LIMITED


RELIABLE EXPERIENCE EVERYTIME!


FOR BOOKING

 * Book
 * Print
 * Track
   

From


To

Journey Date
Return Date
Search Bus
Enter PNR No.

Enter Mobile No.



OUR SERVICES

BOOK & MANAGE YOUR TRIP

How to book your ticket and manage your booking

BOOK YOUR EXTRAS

Book extra baggage and reserve a seat in advance

YOUR RIDE WITH US

Information on your trip and the services on board


WE ALWAYS PUT RIDERS FIRST!


AFFORDABLE PRICES

We partner with the top bus carriers to bring you the best deals.

EASY BOOK

Without any extra fees, we make it easy to book your tickets.

BEST TRAVEL OPTIONST

We help you find & compare the best buses in one place.

Previous

BLANKETS

Clean & Hygienic

ALWAYS ON TIME

Reach your destination on time

CHARGING POINT

110V outlet of every seat

PERSONAL WIFI

Free wifi on the bus

WATER BOTTLE

Free water when boarding the bus

BLANKETS

Clean & Hygienic

ALWAYS ON TIME

Reach your destination on time

CHARGING POINT

110V outlet of every seat

PERSONAL WIFI

Free wifi on the bus

WATER BOTTLE

Free water when boarding the bus

BLANKETS

Clean & Hygienic

ALWAYS ON TIME

Reach your destination on time

CHARGING POINT

110V outlet of every seat

PERSONAL WIFI

Free wifi on the bus

Next

WHO WE ARE?


ASHIRWAD BUS SERVICE


SINCE 1981, We as a team working progressively to meet your comfort when you
decide to have your journey with Ashirwad Bus Service Private Limited. Book your
tickets seamlessly on our website and travel safe. Ashirwad Bus Service Private
Limited operates daily trips to Ranchi to Siliguri to Ranchi, Ranchi to
Bhubaneshwar to Ranchi and Ranchi to Kolkata to Ranchi.

Book Ashirwad Bus Service Private Limited tickets online in website and from
your mobile with few easy steps.




OUR FEATURES

EXPERIENCE AND TRUST

HAPPY CUSTOMERS

CUSTOMER SATISFACTION

COMFY SLEEPERS

BUS CAPTAIN

BOARDING CREW


BOOKING TICKETS ONLINE


BOOK EARLY

It’s never too early to book your bus tickets online. By purchasing in advance,
you’ll be able to secure the best price on a seat with your favorite buses. We
recommend booking five to six weeks in advance in order to lock down the
affordable price on bus tickets from all major carriers.

TRAVEL DURING OFF-PEAK TIMES

Planning your itinerary so that you’re traveling at off-peak times is a great
way to reduce your transportation costs. Because weekends are so popular for bus
travel, Sunday afternoon tickets tend to be the most expensive. To save,
consider departing in the mid-morning on Sunday, or perhaps on a different day
altogether. If your schedule is flexible then plan to travel mid-week, after the
early morning commute. Mid-week tickets are frequently a affordable option than
riding on a Monday or Friday. Instead, start the weekend early with a Wednesday
or Thursday departure.

SEARCH FOR NEARBY BUS STATIONS

If you’re traveling to a major city, you have different stations or local bus
stops to choose from for your drop-off. Expand your bus ticket search to
“include nearby locations” in order to find the affordable price. For example,
if arriving in the most popular station is more expensive, look for an
alternative bus stop near public transportation or a comfortable walking
distance from a taxi stand.


OUR DESTINATIONS

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

DUMKA

GODDA

DEOGHAR

MAHAGAM

RANCHI

BHUBANESHWAR

KOLKATA

PATNA

JAMSHEDPUR

DUMKA

GODDA

DEOGHAR

MAHAGAM

RANCHI

BHUBANESHWAR

KOLKATA

PATNA

JAMSHEDPUR

DUMKA

GODDA

DEOGHAR

MAHAGAM


COVID SAFETY PROTOCOLS

We are the creators of India’s 1st comfort of branded buses
that guarantee safe and comfortable journeys.


TEMPERATURE
CHECK

HAND
SANITIZER

WEAR
MASK




We believe information you can use is power. That’s why we pack as much real
time information into our website as possible – and it’s available and being
updated 24/7.


QUICK LINKS

FAQ

Terms & Conditions

Feedback

Privacy Policy

Boarding Places


MANAGE TICKET

Download Ticket

Track Your Bus

Cancel Ticket

Change Boarding Point

Change Travel Date


HEAD OFFICE

Ashirwad Bus Service Private Limited, Ranchi,
Jharkhand -834 001.


HAVE ANY QUESTION?

Get a Quote :
9229001981

Send us Email :
ashirwadbusservice@gmail.com

© 2024 - Ashirwad Bus Service Private Limited

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

OFFICE / AGENT LOGIN

×
Username
Password

Login
Select To City