2025-01-09 20:07:52 +05:45
|
|
|
|
<!-- Search Booking Section Start -->
|
|
|
|
|
<section class="search-booking-section section-padding">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="search-booking-wrapper">
|
|
|
|
|
<div class="booking-man float-bob-x">
|
|
|
|
|
<img src="img/booking-man.png" alt="img">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row g-4 justify-content-between">
|
|
|
|
|
<div class="col-xl-6 col-lg-6">
|
|
|
|
|
<div class="search-booking-content">
|
|
|
|
|
<div class="section-title">
|
|
|
|
|
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
|
|
|
|
<span class="wow fadeInUp" data-wow-delay=".2s"></span>
|
|
|
|
|
<h2 class="wow fadeInUp" data-wow-delay=".4s">
|
2025-01-10 13:19:33 +05:45
|
|
|
|
Book & <br>
|
2025-01-09 20:07:52 +05:45
|
|
|
|
Rent Vehicle Easily
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="mt-3 mt-md-0 wow fadeInUp" data-wow-delay=".6s">
|
2025-01-09 20:17:09 +05:45
|
|
|
|
Welcome to Bohara Car Rental—your reliable partner for <br> exploring Nepal’s breathtaking landscapes and vibrant <br> cities. With over 15 years of driving expertise, we promise a safe,<br> comfortable, and unforgettable travel experience. <br>
|
|
|
|
|
<br>Whether you need a ride through Nepal’s bustling cities or a journey into its serene countryside, we’re always here for you.
|
2025-01-09 20:07:52 +05:45
|
|
|
|
</p>
|
|
|
|
|
<div class="icon-area">
|
|
|
|
|
<div class="icon-items wow fadeInUp" data-wow-delay=".3s">
|
|
|
|
|
<div class="icon">
|
|
|
|
|
<img src="img/feature-benefit/icon-1.png" alt="icon-img">
|
|
|
|
|
</div>
|
|
|
|
|
<h4>
|
|
|
|
|
Easier & <br>
|
|
|
|
|
Faster Bookings
|
|
|
|
|
</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="icon-items wow fadeInUp" data-wow-delay=".5s">
|
|
|
|
|
<div class="icon">
|
|
|
|
|
<img src="img/feature-benefit/icon-2.png" alt="icon-img">
|
|
|
|
|
</div>
|
|
|
|
|
<h4>
|
|
|
|
|
Too Many <br>
|
|
|
|
|
Pickup Locations
|
|
|
|
|
</h4>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-4 col-lg-6">
|
|
|
|
|
<div class="product-search-area">
|
2025-01-13 13:51:48 +05:45
|
|
|
|
<form action="car-grid.php" id="contact-form" method="POST">
|
2025-01-09 20:07:52 +05:45
|
|
|
|
<div class="row g-4">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="pickup-items">
|
|
|
|
|
<label class="field-label">Pickup Location</label>
|
|
|
|
|
<div class="category-oneadjust">
|
|
|
|
|
<select name="cate" class="category">
|
|
|
|
|
<option value="1">
|
|
|
|
|
Airport
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
Koteshor
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
Baneshor
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
New Road
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
Thamel
|
|
|
|
|
</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="pickup-items">
|
|
|
|
|
<label class="field-label">Pick-up Date</label>
|
|
|
|
|
<div id="datepicker" class="input-group date" data-date-format="dd-mm-yyyy">
|
|
|
|
|
<input class="form-control" type="text" placeholder="Check in" readonly>
|
|
|
|
|
<span class="input-group-addon"> <i class="fa-solid fa-calendar-days"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="pickup-items">
|
|
|
|
|
<label class="field-label">Drop-off Date</label>
|
|
|
|
|
<div id="datepicker2" class="input-group date" data-date-format="dd-mm-yyyy">
|
|
|
|
|
<input class="form-control" type="text" placeholder="Check in" readonly>
|
|
|
|
|
<span class="input-group-addon"> <i class="fa-solid fa-calendar-days"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="pickup-items">
|
|
|
|
|
<label class="field-label">Car Type</label>
|
|
|
|
|
<div class="category-oneadjust">
|
|
|
|
|
<select name="cate" class="category">
|
|
|
|
|
<option value="1">
|
|
|
|
|
cars
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
SUV
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
sports
|
|
|
|
|
</option>
|
|
|
|
|
<option value="1">
|
|
|
|
|
jeep
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<div class="pickup-items">
|
|
|
|
|
<button type="submit" class="theme-btn">
|
2025-01-13 13:51:48 +05:45
|
|
|
|
Rent a Car
|
2025-01-09 20:07:52 +05:45
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|