Register for an agency
Kindly fill in the below details & submit, we shall get in touch with you soon.
Registration Process
- Send us your contact details.
- We will contact you within 24 hours.
- On completion, you will get login Id and password
✔
Success
Thank you for your successful registration, We will check and getback to you!
Wish you a Happy and Comfortable Journey
Please Enter Your Details
✔
Success
Thank you, Message has been sent successfully
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script type="text/javascript">
$(function () {
var date = new Date();
var tomorrow = new Date(date.getFullYear(), date.getMonth(), (date.getDate() + 1));
$("#datepicker").datepicker({
startDate: date,
autoclose: true,
todayHighlight: true
}).datepicker('update', new Date());
$("#datepicker1").datepicker({
startDate: tomorrow,
autoclose: true
}).datepicker('update', tomorrow);
});
</script>
<script>
$('body').click(function(event){
$("#light").hide();
});
$('#light').click(function(event){
return false;
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#searchInfo .nav-tabs > li.active > a").html("Online Bus Ticket Booking")
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$( "#extra_204" ).insertAfter( $( "#infowidget" ) );
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$( "#section_info" ).insertBefore( $( "#slider_info" ) );
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$( "#section_info" ).insertAfter( $( "#extra_1047" ) );
});
</script>