www.crownlinetravels.in Open in urlscan Pro
65.9.141.25  Public Scan

Submitted URL: http://crownlinetravels.in/
Effective URL: http://www.crownlinetravels.in/
Submission: On February 11 via api from BE — 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="11/02/2024"><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

crownlinetravels2023@gmail.com080-46333629
 * Agent Login

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



Previous Next
 * Bus Booking
   
   

Origin
Origin
 

Destination
Destination
 
Onward Date

Return Date

 Search


QUICK BOOK

Bangalore - Ernakulam

AMENITIES

We at Manya Travels have added some great features to create an all-round
comfortable ride for our passengers.

Charging Point

Reading Light

Live Bus Tracking

Fire Extinguisher

Emergency Exit

Hammer


ABOUT US

CrownLine 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.




SALIENT FEATURES

Easy Online Booking

Bus booking is easy and convenient with attractive price.

Online Payment

We accept all type of Debit Card, Credit Card, VISA, Master Card, Net Banking.

Customer Support

We ensure 24/7 availability and immediate assistance to our customers

Round Trip

Book your tickets easily via online website




SALIENT FEATURES


ONLINE BUS TICKET BOOKING


RETURN BUS TICKETS


ONLINE PAYMENT


CUSTOMER SUPPORT


LATEST NEWS

NEWS1

WELCOME TO CROWNLINE TRAVELS




ALL ROUTES




AMENITIES

CHARGING POINT

EMERGENCY EXIT

FIRE EXTINGUISHER

HAMMER

LIVE BUS TRACKING




ABOUT US

Crownline 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  
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 Crownline Travels 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.




TESTIMONIALS

I recently travelled from Bangalore to Ernakulam on Crownline Travels. It was a
sleeper bus and I felt the bus was very comfortable and the staff was very
friendly and cooperative. Great going Crownline Travels keep it up.

MAHENDER KUMAR



Offers

< >



TRACK YOUR SHIPMENT

Track




WISH YOU A HAPPY AND COMFORTABLE JOURNEY


CONTACT

 * CrownLine Travels
   Crownline Travels,Puthuparambil Building,
   Byepass Junction,Auva, Ernakulam,
   Kerala -683101
 * 8137948166
 * crownlinetravels2023@gmail.com


QUICK LINKS

 * Offers
 * Gallery
 * About Us
 * Contact
 * Testimonials
 * Feedback
 * Privacy Policy
 * Agent Login
 * Agent Registration



© 2024 All rights reserved. CrownLine Travels

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