www.sprtravels.com Open in urlscan Pro
18.61.46.16  Public Scan

Submitted URL: https://sprtravels.com/
Effective URL: https://www.sprtravels.com/
Submission: On September 29 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 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: 125.062px;"></div>
          <div class="selectize-dropdown single plugin-search_on_focus" style="display: none; width: 221.125px; top: 49.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 book-group-border">
      <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: 104.562px;"></div>
          <div class="selectize-dropdown single plugin-search_on_focus" style="display: none; width: 221.125px; top: 49.5px; left: 0px;">
            <div class="selectize-dropdown-content" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="col-md-6 col-lg book-group book-group-border">
      <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

 * 83174 14301
 * sureshchittaragi@gmail.com

 * Customer Login
 * Login

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


 * Cargo
 * Track Bus
 * Contact

WELCOME TO SPR TOURS AND TRAVELS


MAKING YOUR TRAVEL
DREAMS A REALITY

 * Book
 * Print
 * Track

Search Bus



WHO WE ARE


SPR TOURS AND TRAVELS


SPR Tours and Travels is a renowned brand in the bus operating industry. Our
vision is to give a new face to the bus industry. Since our inception passenger
comfort was our top priority. We have frequently added luxury buses to our huge
number of buses. The only thing we focus on is that the comfort quotient of our
passengers should never be compromised.

We have always tried our best to push our limits in order to develop our travel
experience. Read further to understand what we offer that enhances our
reputation in the market.




SPR TOURS AND TRAVELS


MAKING YOUR TRAVEL
EXPERIENCE STRESS-FREE

SPR Tours and Travels aims to rapid growth in this industry by adopting more
number of buses and providing more higher standards of quality and comfort!!!



CHARGING POINT

LIVE TRACKING

WATER BOTTLE

BLANKET

CHARGING POINT

LIVE TRACKING

WATER BOTTLE

BLANKET

CHARGING POINT

LIVE TRACKING

WATER BOTTLE

BLANKET

CHARGING POINT

LIVE TRACKING

WATER BOTTLE

BLANKET

CHARGING POINT

LIVE TRACKING

WATER BOTTLE

BLANKET

CHARGING POINT

SPR TOURS AND TRAVELS


WE PROVIDE BEST SERVICES FOR YOU

Your search for the best and affordable deals on top searched routes in India
ends here. Choose from bharath benz ac 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



BOARDING CREW

Our trained staff helps you with easy check-in



COMFY SLEEPERS

Unwind in our clean and secure sleeper berths



LUGGAGE HANDLING

Personalized luggage handling by trained staff

SPR TOURS AND TRAVELS


TOP ROUTES WE PROVIDE

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

VIA ROUTE: RAICHUR


BAGALKOT



HYDERABAD

SPR TOURS AND TRAVELS


WHAT ARE THE FACILITIES WE PROVIDE

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





CUSTOMER SATISFACTION

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



AFFORDABLE PRICES

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



ALWAY'S ON TIME

Reach your destination quickly




SPR Tours and Travels
Bagalkot.
83174 14301
sureshchittaragi@gmail.com

QUICK LINKS

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

MANAGE TICKET

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

Copyright © 2024 - SPR Tours and Travels

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

SCAN THE CODE



Select To City