Thank you for visiting our site!
Whether you are looking for information or trying to provide feedback, we look forward to hearing from you! We value your suggestions.That helps us to improve travels experience.
✔
Success
Thank you, Message has been sent successfully
OK
Wish you a Happy and Comfortable Journey
Please Enter Your Details
✔
Success
Thank you, Message has been sent successfully
OK
<script>
$(document).ready(function(){
if(window.location.pathname == "/search-results"){
$('#header').addClass('search_header')
}
if(window.location.pathname == "/ticket-details.html" || window.location.pathname == "/ticket-details" ){
$('#header').addClass('inner-page')
}
});
</script>
<script>
$('.customer-logos').slick({
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 4
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 3
}
}]
});
</script>
<script>
function submit_agent1(){
var phone_number = $('#phone_number').val();
var record = $('#download_app input:checked').val();
var isChecked = $('[name="record[mobile_os]"]:checked').val() != undefined
if(isChecked != true)
{
alert("please select valid mobile type")
}else if(phone_number == ''){
alert('Please Enter Phone No.');
}else if(phone_number.length != 10){
alert('Please Enter valid Phone No.');
}else{
var api_url = 'http://www.falconbus.in//'
$.ajax({
url: api_url + "api/send_mobile_links",
method: "POST",
data: {phone_number: phone_number,record: record},
success: function(){
$('.message ').addClass('comein');
$('.check').addClass('scaledown');
go_ok();
$('#phone_number').val();
$('#record').val();
setTimeout(function(){
}, 2000);
}
});
}
}
$("#close").click(function(){
$(".message").removeClass("comein");
});
</script>
<script>
AOS.init({
duration: 1000,
});
</script>
<script type="text/javascript">
$(".navbar-right li:nth-child(5) ").html("<a title='Agent Login' href='http://sug.sugamatourists.com/'>Agent Login</a>");
</script>
<script type="text/javascript">
$(function() {
$('.qodef-counter').each(function() {
$(this).prop('Counter', 0).animate({
Counter: $(this).text()
}, {
duration: 10000,
easing: 'swing',
step: function(now) {
$(this).text(Math.ceil(now));
}
});
});
});
</script>
<script>
$("#extra_5875").insertAfter($("#contact_div"));
$("ul li #popoverOption img").attr("src","https://gst-contracts.s3.amazonaws.com/uploads/bcc/cms/asset/avatar/39475/google-play.png");
$( "#extra_5838" ).insertAfter( $( "#Swidget" ) );
$( "#extra_5030" ).insertAfter( $( "#extra_5838" ) );
$( "#extra_1365" ).insertAfter( $( "#extra_5030" ) );
$( "#extra_2178" ).insertAfter( $( "#extra_1365" ) );
$( "#amenities_sect" ).insertAfter( $( "#extra_2178" ) );
$("#extra_5031").insertAfter($("#infowidget"));
</script>
<script>
$(document).ready(function(){
$("#cssmenu li a").eq(1).html("<a title='My Booking' href='manage-bookings.html'>Manage Booking</a>");
$("#cssmenu li a").eq(1).html("<a title='Packages' href='https://www.sugamatourists.com/bangalore_tirupati_online_bus_booking_package_tour.html'>Tirupathi Package</a>");
$("#accordion h2").eq(0).html("<h2 class='section-header other_branch text-center'>Our Network</h2>");
})
</script>
<script>
$('.carousel ').owlCarousel({
animateIn: 'flipInX',
items:1,
margin:30,
stagePadding:30,
smartSpeed:450
animateOut: 'slideOutUp',
});
</script>
<script>
$(document).ready(function () {
var owl = $(".slider");
owl.owlCarousel({
items: 8,
loop: true,
margin: 20,
autoplay: true,
slideTransition: "linear",
autoplayTimeout: 0,
autoplaySpeed: 3000,
autoplayHoverPause: false
});
});
</script>
<script>
$('#testimonial4_slide').carousel({
interval: 10000
})
$('.carousel .item').each(function(){
var next = $(this).next();
if (!next.length) {
next = $(this).siblings(':first');
}
next.children(':first-child').clone().appendTo($(this));
if (next.next().length>0) {
next.next().children(':first-child').clone().appendTo($(this));
}
else {
$(this).siblings(':first').children(':first-child').clone().appendTo($(this));
}
});
</script>