www.5starbus.in
Open in
urlscan Pro
52.84.251.3
Public Scan
Submitted URL: http://5starbus.in/
Effective URL: http://www.5starbus.in/
Submission: On March 12 via api from US — Scanned from SG
Effective URL: http://www.5starbus.in/
Submission: On March 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"> </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"> </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/03/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> </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" 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
* Contact Us!... * 9666584649 * 5startravelsbus@gmail.com * * * * * * Home * Manage Bookings * Gallery * About Us * Contact Agent Login 1. Origin Origin Destination Destination Onward Date Return Date Search ALL ROUTES * Nellore - Bangalore D: 07:00 PM - Sleeper, NON_AC * Venkatachalam - Bangalore D: 10:15 PM - Sleeper, NON_AC * Gudur bypass - Bangalore D: 10:30 PM - Sleeper, NON_AC * Naidupeta - Bangalore D: 11:10 PM - Sleeper, NON_AC * Srikalahasti - Bangalore D: 11:30 PM - Sleeper, NON_AC * Tirupati - Bangalore D: 11:59 PM - Sleeper, NON_AC Quick Links * Bangalore - Srikalahasti * Nellore - Bangalore * Bangalore - Nellore * Bangalore - Gudur bypass * Bangalore - Tirupati * Tirupati - Bangalore * Naidupeta - Bangalore * Gudur bypass - Bangalore * Venkatachalam - Bangalore * Bangalore - Chittor E- Ticket & M-Ticket Dynamic SMS Online Booking SALIENT FEATURES ABOUT COMPANY BEST TRAVEL EXPERIENCE 5 Star 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 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 5 Star Travels More About Us AMENITIES LATEST NEWS Welcome To 5 Star Travels. Stay Tuned For Latest Updates. FOR BOOKINGS, SUGGESTIONS, COMPLAINTS AND BOARDING POINT ASSISTANCE CONTACT DETAILS * 9666584649 * 5startravelsbus@gmail.com 5 Star Travels I travelled with 5 Star Travels 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 5 Star Travels and to my surprise, they helped me reach before the time of arrival. Tanish I had the best bus journey of my life with 5 Star Travels. 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 ... Eashita Their drivers are very helpful. Once, my parents were traveling from Tirupati to Bangalore. I booked tickets for them with 5 Star Travels, but as I was in a rush, I booked the upper berths for them. Now I was in a fix that how could my parents climb to the upper berth with their knee pain (due to old age). I requested the bus driver and he talked t... Baalayya I was travelling with my college friends from Nellore to Bangalore. It was our dream trip and we wanted everything to be perfect. We booked tickets with 5 Star Travels as suggested by our seniors. Their review was true as we had a smooth trip at a very reasonable price. We still have the memories fresh in our mind, how we enjoyed the whole trip. Amalesh alt=""> AMENITIES Offers <> CARGO SERVICE AVAILABLE OUR SERVICES Inbound Tourism We offer Destination Management Service Cargo Service We offer All India Parcel/Cargo service Bus Services We offer safe and luxurious Bus service DOWNLOAD APP Download Our App & Get Extra 10% Discount @ 1st Booking and more offers * * OUR AMENITIES MAIN BRANCH * Mini bypass road, near nethaji Statue, Venkatramapuram,Srinivasa Agraharam,Ramamurthy Nagar, Nellore, Andhra Pradesh -524002 * * * * * CONTACT US Email 5STARTRAVELSBUS@GMAIL.COM Phone No 9666584649 USEFUL LINKS * Offers * Gallery * About Us * Contact * Testimonials * Feedback * Schedules * Privacy Policy * Terms & Conditions * Sitemap * Agent Login * Agent Registration * FAQS * Confirm Phone Booking © 2023 All rights reserved. 5 Star Travels booking-confirm booking-cancel search-results ticket-details 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 <script> $(".image img").attr("src","https://gst-contracts.s3.amazonaws.com/uploads/bcc/cms/asset/avatar/241182/about.png"); </script> <script> $(" #extra_5537").insertBefore($(".latest-section")); $(" #extra_39034").insertBefore($(".specialization-section")); </script> <script type="text/javascript"> $('.customer-logos').slick({ slidesToShow: 3, slidesToScroll: 1, autoplay:true, autoplaySpeed: 1500, arrows: false, dots: false, pauseOnHover: false, responsive: [{ breakpoint: 768, settings: { slidesToShow: 1, slidesToScroll: 1, } }, { breakpoint: 520, settings: { slidesToShow: 1, slidesToScroll: 1, } }] }); </script>