www.saisutra.com Open in urlscan Pro
54.192.150.128  Public Scan

Submitted URL: http://saisutra.com/
Effective URL: http://www.saisutra.com/
Submission: On April 12 via api from US — Scanned from SG

Form analysis 2 forms found in the DOM

<form class="ant-form ant-form-horizontal search-widget">
  <div class="ant-row" style="margin-left: -4px; margin-right: -4px;">
    <div class="ant-col-6" style="padding-left: 4px; padding-right: 4px;">
      <div class="ant-row ant-form-item">
        <div class="ant-form-item-control-wrapper">
          <div class="ant-form-item-control"><span class="ant-form-item-children">
              <div id="search-origin"><label>Origin</label>
                <div class="ant-select ant-select-enabled" style="width: 100%;">
                  <div class="ant-select-selection
            ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0">
                    <div class="ant-select-selection__rendered">
                      <div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Origin</div>
                      <div class="ant-select-search ant-select-search--inline" style="display: none;">
                        <div class="ant-select-search__field__wrap"><input autocomplete="off" class="ant-select-search__field" value=""><span class="ant-select-search__field__mirror">&nbsp;</span></div>
                      </div>
                    </div><span class="ant-select-arrow" unselectable="on" style="user-select: none;"><b></b></span>
                  </div>
                </div>
              </div>
            </span></div>
        </div>
      </div>
      <div class="swp_icon"><a href="javascript:void(0)" class="swap_cls"></a></div>
    </div>
    <div class="ant-col-6" style="padding-left: 4px; padding-right: 4px;">
      <div class="ant-row ant-form-item dest-search">
        <div class="ant-form-item-control-wrapper">
          <div class="ant-form-item-control"><span class="ant-form-item-children">
              <div id="search-destination"><label>Destination</label>
                <div class="ant-select ant-select-enabled" style="width: 100%;">
                  <div class="ant-select-selection
            ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0">
                    <div class="ant-select-selection__rendered">
                      <div unselectable="on" class="ant-select-selection__placeholder" style="display: block; user-select: none;">Destination</div>
                      <div class="ant-select-search ant-select-search--inline" style="display: none;">
                        <div class="ant-select-search__field__wrap"><input autocomplete="off" class="ant-select-search__field" value=""><span class="ant-select-search__field__mirror">&nbsp;</span></div>
                      </div>
                    </div><span class="ant-select-arrow" unselectable="on" style="user-select: none;"><b></b></span>
                  </div>
                </div>
              </div>
            </span></div>
        </div>
      </div>
    </div>
    <div class="ant-col-4" style="padding-left: 4px; padding-right: 4px;">
      <div class="ant-row ant-form-item onward-date">
        <div class="ant-form-item-control-wrapper">
          <div class="ant-form-item-control has-success"><span class="ant-form-item-children"><label>Onward Date</label><span class="ts-datepicker onwardDate ant-calendar-picker">
                <div><input readonly="" placeholder="Onward" class="ant-calendar-picker-input ant-input" value="12/04/2023"><span class="ant-calendar-picker-icon"></span></div>
              </span></span></div>
        </div>
      </div>
    </div>
    <div class="ant-col-4" style="padding-left: 4px; padding-right: 4px;">
      <div class="ant-row ant-form-item">
        <div class="ant-form-item-control-wrapper">
          <div class="ant-form-item-control"><span class="ant-form-item-children"><label>Return Date</label><span class="ts-datepicker ant-calendar-picker">
                <div><input readonly="" placeholder="Return" class="ant-calendar-picker-input ant-input" value=""><span class="ant-calendar-picker-icon"></span></div>
              </span></span></div>
        </div>
      </div>
    </div>
    <div class="ant-col-4" style="padding-left: 4px; padding-right: 4px;"><label>&nbsp;</label><button id="gt-search" type="submit" class="ant-btn ant-btn-primary" style="width: 100%;"><span>Search</span></button></div>
  </div>
</form>

index.html

<form class="contact_form" action="index.html">
  <div class="col-md-12 hiring_detail">
    <div class="form-group">
      <label class="col-sm-6" for="exampleInputUsername">Name <small class="text-danger">*</small></label>
      <input type="text" id="passenger_name" class="form-control col-sm-6" placeholder="">
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="exampleInputEmail">Email<small class="text-danger">*</small></label>
      <input type="email" id="user_email" class="form-control col-sm-6" placeholder="">
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="telephone">Mobile<small class="text-danger">*</small></label>
      <input type="tel" id="mobile_number" maxlength="10" onkeypress="return isNumberKey(event);" class="form-control col-sm-6" placeholder=" ">
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="exampleInputUsername">Type</label>
      <select id="package_type" class="form-control col-sm-6">
        <option value="1">Bus Hire</option>
        <option value="2">Car Hire</option>
        <option value="4">Packages</option>
      </select>
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="exampleInputEmail">From</label>
      <input type="email" id="from" class="form-control col-sm-6" placeholder=" ">
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="telephone">To</label>
      <input type="tel" id="to" class="form-control col-sm-6" placeholder="">
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="telephone">No. of Seats<small class="text-danger">*</small></label>
      <input type="tel" id="no_of_seats" onkeypress="return isNumberKey(event);" class="form-control col-sm-6" placeholder="">
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="exampleInputUsername">Bus Type</label>
      <select id="bus_type" class="form-control col-sm-6">
        <option value="0">AC</option>
        <option value="1">Non-AC</option>
        <option value="2">AC and Non-AC</option>
      </select>
    </div>
    <div class="form-group">
      <label class="col-sm-6" for="description"> Message<small class="text-danger">*</small></label>
      <textarea id="remarks" class="form-control col-sm-6" placeholder=""></textarea>
    </div>
    <!-- <div class="form-group">
                <label class="col-sm-6" for="telephone">Verification</label>
                <input type="tel" class="form-control col-sm-6" placeholder="">
              </div> -->
    <div class="text-center">
      <button type="button" onclick="submit_bus();" class="btn btn-default print_btn load-btn"><i class="fa fa-circle-o-notch fa-spin "></i>Submit</button>
    </div>
  </div>
</form>

Text Content

gouravtiwari694@gmail.com7999349495
 * Agent Login

Menu
 * Home
 * Manage Bookings
 * Gallery
 * About Us
 * Contact
   



Previous Next
 * Bus Booking
   
   

Origin
Origin
 

Destination
Destination
 
Onward Date

Return Date

 Search



SALIENT FEATURES


ONLINE BUS TICKET BOOKING


RETURN BUS TICKETS


ONLINE PAYMENT


CUSTOMER SUPPORT


AMENITIES

BLANKET

CHARGING POINT

EMERGENCY EXIT

FIRE EXTINGUISHER

HAMMER

PILLOW


AMENITIES


LATEST NEWS

NEWS1

Welcome To Sai Sutra OSR Bus Service. Stay Tuned For Latest Updates.




QUICK BOOK

Nagpur - Pauni
Nagpur - Kamptee
Kamptee - Seoni
Nagpur - Keolari
Nagpur - Bhoma
Seoni - Nagpur
Nagpur - Palari (madhya pradesh)
Nagpur - Mansar
Keolari - Nagpur
Nagpur - Seoni


ALL ROUTES

 * Jabalpur - Nagpur
   D: 01:50 PM - Seater, NON_AC
 * Seoni - Nagpur
   D: 05:20 PM - Seater, NON_AC
 * Jabalpur - Seoni
   D: 01:50 PM - Seater, NON_AC
 * Lakhnadon - Nagpur
   D: 03:45 PM - Seater, NON_AC
 * Chhapara - Nagpur
   D: 04:15 PM - Seater, NON_AC
 * Nagpur - Jabalpur
   D: 05:45 AM - Seater, NON_AC
 * Nagpur - Seoni
   D: 05:45 AM - Seater, NON_AC
 * Seoni - Jabalpur
   D: 08:50 AM - Seater, NON_AC
 * Nagpur - Chhapara
   D: 05:45 AM - Seater, NON_AC
 * Nagpur - Lakhnadon
   D: 05:45 AM - Seater, NON_AC
 * Nagpur - Keolari
   D: 02:00 PM - Seater, NON_AC
 * Seoni - Keolari
   D: 05:30 PM - Seater, NON_AC
 * Nagpur - Seoni
   D: 02:00 PM - Seater, NON_AC
 * Barghat - Nagpur
   D: 08:25 AM - Seater, NON_AC
 * Seoni - Nagpur
   D: 09:25 AM - Seater, NON_AC
 * Barghat - Seoni
   D: 08:25 AM - Seater, NON_AC
 * Nagpur - Seoni
   D: 01:50 PM - Seater, NON_AC
 * Nagpur - Kamptee
   D: 01:50 PM - Seater, NON_AC
 * Nagpur - Mansar
   D: 01:50 PM - Seater, NON_AC
 * Nagpur - Pauni
   D: 01:50 PM - Seater, NON_AC
 * Nagpur - Deolapar
   D: 01:50 PM - Seater, NON_AC
 * Nagpur - Khawasa
   D: 01:50 PM - Seater, NON_AC
 * Nagpur - Khurai
   D: 01:50 PM - Seater, NON_AC
 * Kamptee - Mansar
   D: 02:30 PM - Seater, NON_AC
 * Kamptee - Pauni
   D: 02:30 PM - Seater, NON_AC
 * Kamptee - Deolapar
   D: 02:30 PM - Seater, NON_AC
 * Kamptee - Khawasa
   D: 02:30 PM - Seater, NON_AC
 * Kamptee - Khurai
   D: 02:30 PM - Seater, NON_AC
 * Kamptee - Seoni
   D: 02:30 PM - Seater, NON_AC
 * Mansar - Pauni
   D: 03:20 PM - Seater, NON_AC
 * Mansar - Deolapar
   D: 03:20 PM - Seater, NON_AC
 * Mansar - Khawasa
   D: 03:20 PM - Seater, NON_AC
 * Mansar - Khurai
   D: 03:20 PM - Seater, NON_AC
 * Mansar - Seoni
   D: 03:20 PM - Seater, NON_AC
 * Pauni - Deolapar
   D: 03:45 PM - Seater, NON_AC
 * Pauni - Khawasa
   D: 03:45 PM - Seater, NON_AC
 * Pauni - Khurai
   D: 03:45 PM - Seater, NON_AC
 * Pauni - Seoni
   D: 03:45 PM - Seater, NON_AC
 * Deolapar - Khawasa
   D: 03:56 PM - Seater, NON_AC
 * Deolapar - Khurai
   D: 03:56 PM - Seater, NON_AC
 * Deolapar - Seoni
   D: 03:56 PM - Seater, NON_AC
 * Khawasa - Khurai
   D: 04:15 PM - Seater, NON_AC
 * Khawasa - Seoni
   D: 04:15 PM - Seater, NON_AC
 * Khurai - Seoni
   D: 04:35 PM - Seater, NON_AC
 * Keolari - Nagpur
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Palari (madhya pradesh)
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Kanhiwada
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Bhoma
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Seoni
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Khurai
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Khawasa
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Deolapar
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Pauni
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Mansar
   D: 07:15 AM - Seater, NON_AC
 * Keolari - Kamptee
   D: 07:15 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Kanhiwada
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Bhoma
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Seoni
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Khurai
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Khawasa
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Deolapar
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Pauni
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Mansar
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Kamptee
   D: 07:40 AM - Seater, NON_AC
 * Palari (madhya pradesh) - Nagpur
   D: 07:40 AM - Seater, NON_AC
 * Kanhiwada - Bhoma
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Seoni
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Khurai
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Khawasa
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Deolapar
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Pauni
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Mansar
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Kamptee
   D: 08:15 AM - Seater, NON_AC
 * Kanhiwada - Nagpur
   D: 08:15 AM - Seater, NON_AC
 * Bhoma - Seoni
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Khurai
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Khawasa
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Deolapar
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Pauni
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Mansar
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Kamptee
   D: 08:40 AM - Seater, NON_AC
 * Bhoma - Nagpur
   D: 08:40 AM - Seater, NON_AC
 * Seoni - Khurai
   D: 09:50 AM - Seater, NON_AC
 * Seoni - Khawasa
   D: 09:50 AM - Seater, NON_AC
 * Seoni - Deolapar
   D: 09:50 AM - Seater, NON_AC
 * Seoni - Pauni
   D: 09:50 AM - Seater, NON_AC
 * Seoni - Mansar
   D: 09:50 AM - Seater, NON_AC
 * Seoni - Kamptee
   D: 09:50 AM - Seater, NON_AC
 * Seoni - Nagpur
   D: 09:50 AM - Seater, NON_AC
 * Khurai - Khawasa
   D: 10:40 AM - Seater, NON_AC
 * Khurai - Deolapar
   D: 10:40 AM - Seater, NON_AC
 * Khurai - Pauni
   D: 10:40 AM - Seater, NON_AC
 * Khurai - Mansar
   D: 10:40 AM - Seater, NON_AC
 * Khurai - Kamptee
   D: 10:40 AM - Seater, NON_AC
 * Khurai - Nagpur
   D: 10:40 AM - Seater, NON_AC
 * Khawasa - Deolapar
   D: 11:15 AM - Seater, NON_AC
 * Khawasa - Pauni
   D: 11:15 AM - Seater, NON_AC
 * Khawasa - Mansar
   D: 11:15 AM - Seater, NON_AC
 * Khawasa - Kamptee
   D: 11:15 AM - Seater, NON_AC
 * Khawasa - Nagpur
   D: 11:15 AM - Seater, NON_AC
 * Deolapar - Pauni
   D: 11:35 AM - Seater, NON_AC
 * Deolapar - Mansar
   D: 11:35 AM - Seater, NON_AC
 * Deolapar - Kamptee
   D: 11:35 AM - Seater, NON_AC
 * Deolapar - Nagpur
   D: 11:35 AM - Seater, NON_AC
 * Pauni - Mansar
   D: 11:50 AM - Seater, NON_AC
 * Pauni - Kamptee
   D: 11:50 AM - Seater, NON_AC
 * Pauni - Nagpur
   D: 11:50 AM - Seater, NON_AC
 * Mansar - Kamptee
   D: 12:20 PM - Seater, NON_AC
 * Mansar - Nagpur
   D: 12:20 PM - Seater, NON_AC
 * Kamptee - Nagpur
   D: 12:50 PM - Seater, NON_AC
 * Barghat(Seoni) - Pauni
   D: 08:55 AM - Seater, NON_AC
 * Barghat(Seoni) - Mansar
   D: 08:55 AM - Seater, NON_AC
 * Barghat(Seoni) - Kamptee
   D: 08:55 AM - Seater, NON_AC
 * Barghat(Seoni) - Nagpur
   D: 08:55 AM - Seater, NON_AC


SALIENT FEATURES


TESTIMONIALS

Travelling to places through Sai Sutra OSR Bus Service is always affordable,
convenient, and satisfactory. One of the finest bus operating services. The
travel experience was awesome. You guys respect the passengers which none of the
travels does. Please keep this in practice and one day you will be the best
travels across. Very clean and value for money. Good job guys.

ARPITA

I always had this feeling that private bus drivers are very unprofessional and
unsophisticated. But, when I traveled by Sai Sutra OSR Bus Service realized that
I was wrong! The staff was very well-mannered and quite friendly. They took
extra care while loading the luggage. The bus was spotless with fresh curtains,
bedsheets, and bedspreads. About the journey, It was great. No sudden breaks and
rash driving. Overall, it was an amazing experience...

DEEPAK

I had the best bus journey of my life with Sai Sutra OSR Bus Service. To start
with, their online portal was very user-friendly. Next, it was the first time
that I had seen the bus start at the designated time. When I got on the bus, the
comfort that I felt was unmatchable. From the window of my seat, I could see
bumpy roads but could not feel them much. They also dropped me off 15 mins
before the designated time. So all-in-all it was a perfect journey with nothing
to complain about.

ABHISHEK

I travelled with Sai Sutra OSR Bus Service a couple of days back. I was in a
rush as my dad was feeling unwell and had to reach the hospital which was 6
hours away as soon as I could. I booked a seat with Sai Sutra OSR Bus Service
and to my surprise, they helped me reach before the time of arrival.

LAKSHMAN


GALLERY

 1. 






ABOUT US

Sai Sutra OSR Bus Service 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
fleet 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.

LIVE BUS TRACKING  

We have integrated this great technology of live bus tracking in almost all of
our buses. This helps the passengers to be informed about the live position of
the bus, thus helping them in planning their commute to the bus stand. It also
prevents the unwanted stress of missing or waiting for the bus in case of
delays.

OUR CUSTOMER SUPPORT  

To render the best service we strive to provide the best customer support. We
have an attentive customer support team to which the passengers can report any
issues regarding the journey. This team addresses all the issues of the
passengers and comes out with a solution in the shortest possible time. This
creates a warm feeling in the customers thus pushing them to be our regular
customers.

GREAT COMFORT  

Now, once a passenger boards the bus he will be surprised by the inner comfort
of the bus. The buses have all the latest amenities like WiFi, charging point,
water bottle and central TV. The seats are really very comfortable and create a
feeling of a cosy bedroom. We have almost all the luxury brand buses in our
fleet. Our luxurious fleet includes Mercedes Benz Multi-axle buses, Volvo
Multi-axle buses, and Scania Multi-axle comfort buses. These buses help in
smoothening the journey. Our motto to change the perception of bus travel makes
us enhance our luxury levels regularly.

SAFETY  

Safety is one of the most important criteria we look for while planning a bus
route. We have the best drivers who completely understand the importance of
safety and follow all the safety rules.

REGULAR OFFERS  

We at Sai Sutra OSR Bus Service strive to maintain the most reasonable rates in
the market. This also makes our passengers happy and thus we further give them
discount offers on a regular basis to enhance their happiness.

 


Offers

< >

 * No Coupon Code Required Get 5.0% off on your booking

   View All Offers


TRACK YOUR SHIPMENT

Track




AMENITIES


WISH YOU A HAPPY AND COMFORTABLE JOURNEY


CONTACT

 * Sai Sutra OSR Bus Service
   Ward No.8,
   Shubhash Chandra Ward, Barghat(Seoni),
   Madhya Pradesh -480667
 * 7999349495
 * gouravtiwari694@gmail.com


QUICK LINKS

 * Offers
 * Gallery
 * About Us
 * Contact
 * Testimonials
 * Feedback
 * Schedules
 * Privacy Policy
 * Terms & Conditions
 * Sitemap
 * Agent Login
 * Agent Registration
 * FAQS
 * Confirm Phone Booking
 * Contact Us


FOLLOW US





© 2023 All rights reserved. Sai Sutra OSR Bus Service

booking-confirm booking-cancel search-results service-details ticket-details
thank-you my-page phone-blocking-to-ebooking> 404> 410>

PACKAGES


PLEASE ENTER YOUR DETAILS

Name *
Email*
Mobile*
Type Bus Hire Car Hire Packages
From
To
No. of Seats*
Bus Type AC Non-AC AC and Non-AC
Message*
Submit
✔

Success

Thank you, Message has been sent successfully

OK