www.dzirewallahpatnacab.com Open in urlscan Pro
216.10.240.149  Public Scan

Submitted URL: https://dzirewallahpatnacab.com/
Effective URL: https://www.dzirewallahpatnacab.com/
Submission: On July 04 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST controller/booking_taxi.action.php

<form action="controller/booking_taxi.action.php" method="POST">
  <input type="hidden" name="csrf_token" value="21f2f9ddb147785d578577a5cc54c73bec5432c1fccd76cd277fcba24ffce740">
  <div class="row">
    <div class="col-lg-4">
      <div class="form-group">
        <label>Full Name <span style="color: red;">*</span></label>
        <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
        <i class="far fa-user"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Contact No <span style="color: red;">*</span></label>
        <input type="number" name="contact_no" class="form-control" placeholder="Your Contact No" required="">
        <i class="far fa-phone"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Email</label>
        <input type="email" name="email" class="form-control" placeholder="Your Email">
        <i class="far fa-envelope"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>City <span style="color: red;">*</span></label>
        <input type="text" name="city" id="location" class="form-control pac-target-input" placeholder="Type City" required="" autocomplete="off">
        <i class="far fa-location-dot"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Pick Up Location <span style="color: red;">*</span></label>
        <input type="text" name="pick_up_location" id="location1" class="form-control pac-target-input" placeholder="Type Location" required="" autocomplete="off">
        <i class="far fa-location-dot"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Drop Off Location <span style="color: red;">*</span></label>
        <input type="text" name="drop_off_location" id="location2" class="form-control pac-target-input" placeholder="Type Location" required="" autocomplete="off">
        <i class="far fa-location-dot"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Passengers <span style="color: red;">*</span></label>
        <input type="text" name="passengers" class="form-control" placeholder="Passengers" required="">
        <i class="far fa-user-tie"></i>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Pick Up Date <span style="color: red;">*</span></label>
        <input placeholder="Pick Up Date" name="pick_up_date" id="pickup-date" class="form-control" type="text" onfocus="(this.type='date')" required="" min="2024-07-04">
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Pick Up Time <span style="color: red;">*</span></label>
        <input placeholder="Pick Up Time" name="pick_up_time" class="form-control" type="text" onfocus="(this.type='time')" id="time" required="">
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Return Date</label>
        <input placeholder="Return Date" name="return_date" id="return-date" class="form-control" type="text" onfocus="(this.type='date')" min="2024-07-04">
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Jurney Type <span style="color: red;">*</span></label>
        <select class="select" name="jurney_type" required="" style="display: none;">
          <option value="">Choose Jurney Type</option>
          <option value="Local Travel">Local Travel</option>
          <option value="One Way Travel">One Way Travel</option>
          <option value="Out Station">Out Station</option>
          <option value="Airport Transfers">Airport Transfers</option>
          <option value="Weddings">Weddings</option>
          <option value="Tours">Tours</option>
          <option value="Other">Other</option>
        </select>
        <div class="nice-select select" tabindex="0"><span class="current">Choose Jurney Type</span>
          <ul class="list">
            <li data-value="" class="option selected">Choose Jurney Type</li>
            <li data-value="Local Travel" class="option">Local Travel</li>
            <li data-value="One Way Travel" class="option">One Way Travel</li>
            <li data-value="Out Station" class="option">Out Station</li>
            <li data-value="Airport Transfers" class="option">Airport Transfers</li>
            <li data-value="Weddings" class="option">Weddings</li>
            <li data-value="Tours" class="option">Tours</li>
            <li data-value="Other" class="option">Other</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-4">
      <div class="form-group">
        <label>Vehicle Type <span style="color: red;">*</span></label>
        <select class="select" name="vehicle_type" required="" style="display: none;">
          <option value="">Choose Vehicle Type</option>
          <option value="Hatchback">Hatchback</option>
          <option value="Executive Sedan">Executive Sedan</option>
          <option value="Premium Sedan">Premium Sedan</option>
          <option value="SUV">SUV</option>
          <option value="MUV">MUV</option>
          <option value="Any">Any</option>
        </select>
        <div class="nice-select select" tabindex="0"><span class="current">Choose Vehicle Type</span>
          <ul class="list">
            <li data-value="" class="option selected">Choose Vehicle Type</li>
            <li data-value="Hatchback" class="option">Hatchback</li>
            <li data-value="Executive Sedan" class="option">Executive Sedan</li>
            <li data-value="Premium Sedan" class="option">Premium Sedan</li>
            <li data-value="SUV" class="option">SUV</li>
            <li data-value="MUV" class="option">MUV</li>
            <li data-value="Any" class="option">Any</li>
          </ul>
        </div>
      </div>
    </div>
    <div class="col-lg-12">
      <div class="form-group">
        <label>Your Message</label>
        <textarea class="form-control" name="message" rows="5" placeholder="Write Your Message"></textarea>
      </div>
    </div>
    <div class="col-lg-3 mx-auto mt-4">
      <button class="theme-btn" type="submit" name="booking_submit">Book Your Taxi<i class="fas fa-arrow-right"></i></button>
    </div>
  </div>
</form>

Text Content

 * jayprakash785487@gmail.com
 * +91-7209300148
 * Opening Hours (Monday-Sunday : 24 Hrs)

Follow Us:
 * Home
 * About Us
   * About Us
   * Payment
   * Out Car
 * Services
   * Car Hire
   * Local Taxi
   * Out Station Taxi
   * Wedding Cars
   * Corporate Transfers
   * One Way Cab
 * Rental Packages & Route
 * Book A Taxi
 * Faq's
 * Contact Us

Book A Taxi


CONTACT INFO

 * EMAIL
   
   jayprakash785487@gmail.com

 * EMAIL
   
   info@dzirewallahpatnacab.com

 * PHONE
   
   +91-7209300148

 * ADDRESS
   
   Flat No Block No : 56, Chooti Rukanpura, Jagdev path, Danapur, Patna (800014)

FOLLOW US

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

Book from any location to pick you up on time

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

Book from any location to pick you up on time

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

Book luxury cars at a competitive price

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

From emergency to holiday we are always available at your service

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

Book from any location to pick you up on time

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

Book from any location to pick you up on time

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

Book luxury cars at a competitive price

About Us Book A Taxi

DZIRE WALLAH PATNA TAXI SERVICE!


ANYTIME ~ ANYWHERE

From emergency to holiday we are always available at your service

About Us Book A Taxi



15 Years Of
Quality Service
About Us


WE PROVIDE TRUSTED TAXI SERVICE IN PATNA

Dzire Wallah Patna Taxi Service is your reliable travel partner. The dearth of
affordable transport services makes life complicated to move around the city. In
fact, the outstation travel expenses are so high, common people end up choosing
other modes of transport. Keeping in mind the pain point of common folks and the
general requirement of traveling around the city and outstation, we come up with
an affordable solution. Our services cover a wide range of intercity and
outstation travel requirements. In fact, we have also got an exclusive range of
luxury cars for wedding and corporate booking

Read More
180

+ AVAILABLE TAXI

900

+ HAPPY CLIENTS

120

+ OUR DRIVERS

1800

+ ROAD TRIP DONE

Why Dzire Wallah Patna Taxi Service?


WE ARE YOUR RELIABLE AND AFFORDABLE TRAVEL PARTNER



PUNCTUALITY

We value your time and never disappoint our clients with excuses. Punctuality is
our DNA, therefore we have an excellent track record of on-time service.

TRANSPARENCY

We are true to pricing and never confuse you with hidden charges, GST, toll
fees, and tax. Whatever mode of payment you choose, the invoices are always
precise and crisp.

RELIABILITY

Our drivers are not only courteous they also have wide experience. Further, we
have a 24×7 customer service team to clear all your doubts.

SECURITY

Ensuring the safety and comfort of the passengers are our foremost priority. In
case, of any issue during the journey, we are always eager to give our backs.

VARIETY

We know, we all have different choices and comfort zone. Your priorities are our
concerns. That’s why we let you choose your preferred car.

NON SMOKING AND CLEAN

We also prioritize your health and keep our vehicles sanitized after every
service. We strictly adhere to cleanliness and make you feel at home.

How To Book?


HOW TO BOOK A CAB FROM DZIRE WALLAH PATNA TAXI SERVICE?



Booking a car hire service is as easy as a click. You can simply visit our
website or dial our customer service number to book a cab. We have an intuitive
and transparent booking process without any hidden cost or pre-booking charges.
Follow the simple steps to make your journey smoother:

 * Select your pick-up location, date, and time.
 * Select your drop-off location.
 * Select your journey type ‘one-way’, ‘outstation’, ‘local’, ‘wedding’, or
   others.
 * Choose your vehicle type.
 * Fill up your name, mobile number, and the number of passengers.
 * As soon as you confirm a booking with us, We will call to confirm. and you
   will also receive the all details.


BOOK YOUR CAB IT'S SIMPLE AND AFFORDABLE

+91-7209300148
Book A Taxi
Services


OUR BEST SERVICES FOR YOU




CAR HIRE

Car hire in Patna has never been so convenient before Dzire Wallah Patna Taxi
Service. We have an excellent range of premium luxury cars for hire at an
affordable price.

Read More


LOCAL TAXI

Patna, located in the state of bihar, India,is often referred to as theFamous
for its rich history, Patna is the capital city of Bihar. It is renowned for its
ancient roots dating back to the Magadha

Read More


OUT STATION

Outstation journeys are now more comfortable and hassle-free with Dzire Wallah
Patna Taxi Service. Confirm an outstation taxi booking and get excellent road
connectivity to your nearby destination. From booking a cab to having the
journey the process is seamless

Read More


WEDDING CARS

Weddings in India are always elaborated. The grandeur and decorations are the
epitome of the classic tradition of each family. Dzire Wallah Patna Taxi Service
introduces a classic range of luxury wedding cars for hire.

Read More


CORPORATE TRANSFERS

Meet the mobility needs of your clients and employees and get going in your
business. At Dzire Wallah Patna Taxi Service, our multiple fleets are equipped
with standard and luxury travel amenities for corporate transfers.

Read More


ONE WAY CAB

Planning a weekend tour or an outstation ride? Choose our one way cab service
and cut the long story short. At Dzire Wallah Patna Taxi Service, we have
introduced a wide category of cab services to meet the unique

Read More
Why Choose Us


WE ARE BEST TAXI SERVICE PROVIDE IN PATNA

Dzire Wallah Patna Taxi Service offers taxi services for various destinations,
including from Patna. We aim to provide convenient, safe, and reliable cab
services to its customers. To book a cab with Dzire Wallah Patna Taxi Service,
you can contact us directly through our website, phone, or email. We usually
offer different types of vehicles to choose from, including hatchbacks, sedans,
and SUVs, to cater to different travel needs and preferences. It's always a good
idea to check the availability of cabs, the fare structure, and the terms and
conditions before making a booking. Additionally, you can also ask for quotes
and compare the services offered by different cab providers to find the best
option that fits your budget and requirements.

Need any help?
Call : +91-7209300148


RENTAL PACKAGES

ROUTE

 * Patna To Gaya
 * Patna To Bodh Gaya
 * Gaya To Patna
 * Bodh Gaya To Patna

ROUTE

 * Patna To Jehanabad
 * Jehanabad To Patna
 * Patna To Darbhanga
 * Darbhanga To Patna

ROUTE

 * Patna To Muzzaffarpur
 * Muzzaffarpur To Patna
 * Patna To Motihari
 * Motihari To Patna

ROUTE

 * Patna To Raxoul
 * Raxoul To Patna
 * Patna To Bettiah
 * Bettiah To Patna

ROUTE

 * Patna To Chhapra
 * Chhapra To Patna
 * Patna To Sakri
 * Sakri To Patna

ROUTE

 * Patna To Benipur
 * Benipur To Patna
 * Patna To Sakri
 * Sakri To Patna

ROUTE

 * Darbhanga To Muzzaffarpur
 * Muzzaffarpur To Darbhanga

LOCAL RENTAL PACKAGES

 * 2 Hours 25 KM 500 Rs
 * 4 Hours 40 KM 1000 Rs
 * 6 Hours 60 KM 1700 Rs

LOCAL RENTAL PACKAGES

 * 8 Hours 80 KM 2000 Rs
 * 10 Hours 100 KM 2400 Rs


TERMS AND CONDITION FOR LOCAL AND OUTSTATION

 * Extra km fare after package 10 rs pr km.
 * Extra time fare after package 100 rs per hours.
 * Parking & toll extra pay by customer.

Testimonials


WHAT OUR CLIENT SAY'S



SANJAY KUMAR

Customer

Excellent service by Dzire Wallah Patna Taxi Service. Very polite and well
behaved owner and driver. Good quality taxi . Good driver.Highly recommend.



RAHUL SHARMA

Customer

Very good experience, car was clean and the driver was very cool. Charges were
lesser than ola and other cab.



AJAY SINGH

Customer

I was amazed how quickly I made the booking with Dzire Wallah Patna Taxi
Service, I called the number, and after spoke within 1 and half minutes my
booking was confirmed. The car that was sent to me was also a new car in top
class condition.I was very impressed with this Taxi service and I sincerely
recommend to all to use them.



NIRAJ KUMAR

Customer

Highly professional cab service was provided from Patna to Gaya today to my
family.Very polite,and considerate, professionals helped us in getting on
time,with best price and neat cab . Driver was very professional and polite
gentle man with best skills on steering manuever.Thanks to Dzire Wallah Patna
Taxi Service.. definitely recommend to Everyone..



SANJAY KUMAR

Customer

Excellent service by Dzire Wallah Patna Taxi Service. Very polite and well
behaved owner and driver. Good quality taxi . Good driver.Highly recommend.



RAHUL SHARMA

Customer

Very good experience, car was clean and the driver was very cool. Charges were
lesser than ola and other cab.



AJAY SINGH

Customer

I was amazed how quickly I made the booking with Dzire Wallah Patna Taxi
Service, I called the number, and after spoke within 1 and half minutes my
booking was confirmed. The car that was sent to me was also a new car in top
class condition.I was very impressed with this Taxi service and I sincerely
recommend to all to use them.



NIRAJ KUMAR

Customer

Highly professional cab service was provided from Patna to Gaya today to my
family.Very polite,and considerate, professionals helped us in getting on
time,with best price and neat cab . Driver was very professional and polite
gentle man with best skills on steering manuever.Thanks to Dzire Wallah Patna
Taxi Service.. definitely recommend to Everyone..



SANJAY KUMAR

Customer

Excellent service by Dzire Wallah Patna Taxi Service. Very polite and well
behaved owner and driver. Good quality taxi . Good driver.Highly recommend.



RAHUL SHARMA

Customer

Very good experience, car was clean and the driver was very cool. Charges were
lesser than ola and other cab.



AJAY SINGH

Customer

I was amazed how quickly I made the booking with Dzire Wallah Patna Taxi
Service, I called the number, and after spoke within 1 and half minutes my
booking was confirmed. The car that was sent to me was also a new car in top
class condition.I was very impressed with this Taxi service and I sincerely
recommend to all to use them.



NIRAJ KUMAR

Customer

Highly professional cab service was provided from Patna to Gaya today to my
family.Very polite,and considerate, professionals helped us in getting on
time,with best price and neat cab . Driver was very professional and polite
gentle man with best skills on steering manuever.Thanks to Dzire Wallah Patna
Taxi Service.. definitely recommend to Everyone..


‹›


BOOK YOUR RIDE

Full Name *
Contact No *
Email
City *
Pick Up Location *
Drop Off Location *
Passengers *
Pick Up Date *
Pick Up Time *
Return Date
Jurney Type * Choose Jurney Type Local Travel One Way Travel Out Station Airport
Transfers Weddings Tours Other
Choose Jurney Type
 * Choose Jurney Type
 * Local Travel
 * One Way Travel
 * Out Station
 * Airport Transfers
 * Weddings
 * Tours
 * Other

Vehicle Type * Choose Vehicle Type Hatchback Executive Sedan Premium Sedan SUV
MUV Any
Choose Vehicle Type
 * Choose Vehicle Type
 * Hatchback
 * Executive Sedan
 * Premium Sedan
 * SUV
 * MUV
 * Any

Your Message
Book Your Taxi

TERMS & CONDITIONS

Our present terms and conditions establish the obligations and rights of the
service provider while the clients are using the vehicle. According to the terms
and conditions only drivers appointed by the company are allowed to drive the
car. Safety belts and child restraint seats must be used according to the
legislation. Smoking, consumption of alcohol and other narcotic substances in
the vehicle is strictly prohibited.

QUICK LINKS

 * Home
 * About Us
 * Route & Price
 * Faq's

QUICK LINKS

 * Contact Us
 * Booking
 * Admin Login

CONTACT DETAILS

 * +91-7209300148
 * Flat No Block No : 56, Chooti Rukanpura, Jagdev path, Danapur, Patna (800014)
 * jayprakash785487@gmail.com
 * info@dzirewallahpatnacab.com
 * Monday-Sunday : 24 Hrs

© 2024 Dzire Wallah Patna Taxi Service - All Right Reserved
Devloped By : Uinfo Technology (P) . Ltd

 * 
 * 
 * 
 * 
 * 
 *