Oops!
The Requested Page Is Permanently Deleted.
Wish you a Happy and Comfortable Journey
Please Enter Your Details
✔
Success
Thank you, Message has been sent successfully
<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 = 'https://www.bsrtravels.in/'
$.ajax({
url: "https://www.bsrtravels.in/api/send_mobile_links",
method: "POST",
data: {phone_number: phone_number,record: record},
success: function(){
go_ok();
$('#phone_number').val();
$('#record').val();
setTimeout(function(){
}, 2000);
}
});
}
}
function go_ok(nr) {
$('.bb').fadeToggle(200);
$('.message').toggleClass('comein');
$('.check').toggleClass('scaledown');
$('#go').fadeToggle(nr);
}
$("#close_btn").click(function(){
$("#mail_success_app").hide();
window.location.reload()
$(".message").removeClass("comein");
go_ok(500)
});
</script>
<script>
AOS.init({
duration: 1000,
});
</script>
<script type="text/javascript">
</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>
$("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_2178" ).insertAfter( $( "#extra_5838" ) );
$( "#extra_5030" ).insertAfter( $( "#extra_2178" ) );
$( "#extra_5031" ).insertAfter( $( "#extra_5030" ) );
$( "#amenities_sect" ).insertAfter( $( "#extra_2178" ) );
$("#myCarousel1 .item .col-md-3:nth-child(4)").css("display", "none");
</script>
<script>
$('.carousel ').owlCarousel({
animateIn: 'flipInX',
items:1,
margin:30,
stagePadding:30,
smartSpeed:450
autoplaySpeed: 3000,
smartSpeed: 3000
});
</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>