<script>
		window.postType = 'car_rental';
	</script>
<?php 
    get_template_part('includes/parts/inquiry', 'form');
    ?>
	<!--car rental three-fourth content-->
	<section class="three-fourth">
		<?php 
    get_template_part('includes/parts/car_rental', 'booking-form');
    get_template_part('includes/parts/car_rental', 'confirmation-form');
    ?>
	
		<script>	
			window.carRentalId = <?php 
    echo $car_rental_obj->get_id();
    ?>
;
			window.formSingleError = <?php 
    echo json_encode(__('You failed to provide 1 field. It has been highlighted below.', 'bookyourtravel'));
    ?>
;
			window.formMultipleError = <?php 
    echo json_encode(__('You failed to provide {0} fields. They have been highlighted below.', 'bookyourtravel'));
    ?>
;
			window.carRentalPrice = <?php 
    echo $price_per_day;
    ?>
;
			window.carRentalTitle = <?php