Travel Systems LLP

  • 2022-01-07Fecha de colección
  • 2022-02-15Actualizado
Travel Systems LLP
  • Dirección web:www.mynxtrip.com
  • Servidor IP:52.58.99.255
  • Descripción del lugar:

nombre de dominio:www.mynxtrip.comValuación

acerca de 5000~500000

nombre de dominio:www.mynxtrip.comfluir

53

nombre de dominio:www.mynxtrip.comBueno o malo

Cada desgracia se vuelve auspiciosa. buen tiempo buena suerte

sitio web:Travel Systems LLPPesos

2

sitio web:Travel Systems LLPIP

52.58.99.255

sitio web:Travel Systems LLPcontenido

BookYourNextVacation:FlightsandHotelsinOnePlace /*GlobalVariables*/ vartoday=newDate(); varyesterday=newDate(today.setDate(today.getDate()-1)); varmobileCheck=(/iphone|ipod|ipad|android|blackberry|mini|windows\sce|palm/i.test(nigator.userent.toLowerCase())); constlang_arr={english:"en",arabic:"ar",russian:"ru",french:"fr",german:"de",spanish:"es",hindi:"hi",japanese:"ja",marathi:"mar",chinese:'ch'}; constSV_is_whitelabel="0"; constSV_homepe="1"; //setpickupdatepickerendyearforhotelsearchform varsearch_limit_end_year=1; /*GlobalVariables*/ $(document).ready(function(){ $('.dyn_change_position').each(function(){ vartarget_box=$($(this).closest("form")).find('.dyn_moved_boxes'); $(this).appendTo(target_box); }); //*removemorethenonewhitespaceonkeyup*/ $("body").on("keyup","input,textarea",function(event){ letinput_val=$(this).val(); input_val=input_val.replace(/+/g,''); if(input_val==""){ input_val=""; } $(this).val(input_val); }); /*toshowratebreakuponlistingandbooknowpesofallservices.*/ $('.dyn_rateHover').hover(function(){ $(this).siblings('.dyn_rateBox').show(); },function(){ $(this).siblings('.dyn_rateBox').hide(); }); /*customtooltip*/ $(document).on("mouseenter",".dyn_custom_tooltip",function(){ $(this).siblings('.dyn_custom_tooltip_box').fadeIn(200); }); $(document).on("mouselee",".dyn_custom_tooltip_parent",function(e){ varcontainer=$(this).find(".dyn_custom_tooltip_box"); if(!container.is(e.target)||container.is(e.target)){ coTravel Systems LLPntainer.hide(); } }); /*Maneautocompleteissuesusingrandomtext*/ nigator.sayswho=(function(){ varua=nigator.userent,tem, M=ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[]; if(/trident/i.test(M[1])){ tem=/\brv[:]+(\d+)/g.exec(ua)||[]; return'IE'+(tem[1]||''); } if(M[1]==='Firefox'){ setTimeout(function(){ $('input').attr('autocomplete','off'); },100); } if(M[1]==='Chrome'){ tem=ua.match(/\b(OPR|Edge)\/(\d+)/); if(tem!=null)returntem.slice(1).join('').replace('OPR','Opera'); } M=M[2]?[M[1],M[2]]:[nigator.appName,nigator.appVersion,'-?']; if((tem=ua.match(/version\/(\d+)/i))!=null)M.splice(1,1,tem[1]); returnM.join(''); })(); vername=nigator.sayswho; constvername_browser=vername.split("")[0]||''; nigator.browserName=vername_browser; vername=vername.replace(/\D/g,''); if(vername>=76) setTimeout(function(){ if(vername_browser==='Firefox'){ $('input').attr('autocomplete','off'); }else{ $('input').attr('autocomplete','none'); } },100); else{ setTimeout(function(){ $('input').attr('autocomplete','off'); },100); } //'filter'buttonshowformobileandtabview $(document).on("click","#mob_filter,#mob_filter_flt,#mob_filter_tabFlt,#mob_filter_tabHtl,#mob_filter_tabCar,#mob_filter_Trans,#mob_filter_Tour",function(){ $('body').css('overflow','hidden'); $("#filter_box").css("height","100vh").show(); $("#filter_box").parent().show(); }); $(document).on("click","#mob_filter_close,.filter_close",function(){ $('body').css('overflow','auto'); $("#filter_box").hide(); }); $("select").hover(function(){ showSeletedValueOnHover(this); }); $('.dyn_passport_no_validation').on("paste",function(event){ varregex=newRegExp("^[a-zA-Z0-9]+$"); if(!event.originalEvent.clipboardData.getData('text').match(regex)){ event.preventDefault(); } }); }); window.addEventListener('online',()=>{ toastr.options={ timeOut:'2000', closeButton:true } toastr["success"]("Connectedtotheinternet","SUCCESS") }); window.addEventListener('offline',()=>{ toastr.options={ timeOut:'2000', closeButton:true } toastr["error"]("Unabletoconnecttotheinternet","ERROR") }); functionemailRgx(){ return/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,})$/; } functioncacheDestroy(service){ swal({ title:'SearchExpired,KindlySearchain' }, function(isConfirm){ if(isConfirm){ location.href='service_search.php?tab='+service; } }); } functionfirstLetterCapitalCase(string){ returnstring.charAt(0).toUpperCase()+string.slice(1); } functionrestrictOtherLang(that,event){ varenglishAlphabet=/[A-Za-z0-9`~!@#$%^&*()-_=+{};:'"\|,/?]/g;varkey=event.key;if(!englishAlphabet.test(key)){ swal('InputEnglishAlphabetsOnly.');$(that).val('');} } functionValidateEmail(obj){ letemailregex=emailRgx(); letinput_val=$(obj).val(); if(input_val==''){ $(obj).focus(); swal(enter_email); returnfalse; } if(emailregex.test(input_val)!=true){ $(obj).focus(); swal(enter_valid); returnfalse; } returntrue; } /*datetimepickerdisableyesterdayfortransferandcarrentalsearchform*/ functiondisable_yesterday(){ lettoday_format=moment(yesterday).format('MM/DD/YYYY'); $('.bootstrap-datetimepicker-widget').find('[data-day="'+today_format+'"]').addClass('disabled'); } //functionforcharacter,numberandspacefieldvalidation-use"onkeypress='returnallowCharNumSpace(event);'"eventtocallthefunction. functionallowCharNumSpace(e){ varinputVal=e.key; var$regExp=/^[a-zA-Z0-9\s]+$/; //var$regExp=/^[a-zA-Z0-9]*$/ if(inputVal.match($regExp)){ returntrue; }else{ returnfalse; } } functionallowCharNumPassport(e){ varinputVal=e.key; var$regExp=/^[a-zA-Z0-9]*$/ if(inputVal.match($regExp)){ returntrue; }else{ returnfalse; } } functionallowChar(e){ varinputVal=e.key; var$regExp=/^[a-zA-Z]*$/; if(inputVal.match($regExp)){ returntrue; }else{ returnfalse; } } //functionforcharacter,numberandspacefieldvalidation-use"onkeypress='returnallowCharNum(event);'"eventtocallthefunction. functionallowCharNum(e){ varinputVal=e.key; var$regExp=/^[a-zA-Z0-9]+$/;//characterandspace if(inputVal.match($regExp)){ returntrue; }else{ returnfalse; } } functionrecentSearchOwl(obj){ obj.owlCarousel({ rewindN:false, pination:false, margin:1, ltr:true, n:true, loop:false, responsive: { 0: { items:1 }, 600: { items:3 }, 1100:{ items:5 } } }) } functionrecentSearchOwlflight(obj){ obj.owlCarousel({ rewindN:false, pination:false, margin:1, ltr:true, n:true, loop:false, responsive: { 0: { items:1 }, 600: { items:3 }, 1100:{ items:5 } } }) } functionstickyKit(id){ $(id).stick_in_parent().on("sticky_kit:stick",function(e){ $(this).parent().css('position','static'); }); } functionreturnNumber(input){ input=input.replace(/\,/g,"");returnNumber(input); } functionhideDivOnDocumentClick(container){ vardiv=$(container); //ifthetargetoftheclickisn'tthecontainernoradescendantofthecontainer if(!div.is(e.target)&&div.has(e.target).length===0){ div.hide(); } } /*toactivatesortingarrowonlistingpeforAllservices*/ functiontoActivateSorting(object,type){ $('.dyn_flight_sorting').removeClass('active_bar'); $(object).find('.dyn_flight_sorting').addClass('active_bar'); if($(object).find('.fa').hasClass('fa-long-arrow-up')&&type!="reset"){ $(object).find('.fa').toggleClass('fa-long-arrow-upfa-long-arrow-down'); }else{ $(object).find('.dyn_up_down_arrow').empty().append(''); } $('.dyn_up_down_arrow').not($(object).find('.dyn_up_down_arrow')).empty(); } /*toshowselectedvalueonhoverinselectelement*/ functionshowSeletedValueOnHover(that){ varval=$(that).val(); if(val!=""){ vartext=$(that).find(`[value="${val}"]`).text().replace(/\s+/g,'').trim(); if(text!=""){ $(that).attr('title',text); } }else{ $(that).attr('title',''); } } /*usedtoshowtextifroomcountismorethen1thenitchangesto'Rooms'text*/ functionroomText(room,type){ if(type=='appendcomma'){ varroomtxt=room>1?(","+room+"Rooms"):(","+room+"Room"); }else{ varroomtxt=room>1?room+"Rooms":room+"Room"; } if(room==0){ return''; }else{ returnroomtxt; } } functionclose_cancel_policy(e){ $('.dyn_cancel_div').hide(); } /*placeholderchangesonsubmittingtrelerboxonsearchformandinnersearchform-TransferandActivity*/ functionsubmit_trellers(e,target,input,adlt,chld){ $(target).hide(); varadult=$(adlt).val(); varchild=$(chld).val(); if(adult>1){ adt_end_string='Adults'; }else{ adt_end_string='Adult'; } if(child>1){ chd_end_string='Children'; }else{ chd_end_string='Child'; } if(child>=1){ $(input).attr('placeholder',adult+''+adt_end_string+','+child+''+chd_end_string); }else{ $(input).attr('placeholder',adult+''+adt_end_string); } } /*usedtoshowtextifadultcountismorethen1thenitchangesto'Adults'text*/ functionadultText(adlt,type){ if(type=='appendcomma'){ varadult=adlt>1?(","+adlt+"Adults"):(","+adlt+"Adult"); }else{ varadult=adlt>1?adlt+"Adults":adlt+"Adult"; } if(adlt==0){ return''; }else{ returnadult; } } /*usedtoshowtextifchildcountismorethen1thenitchangesto'Children'text*/ functionchildText(chld,type){ if(type=='appendcomma'){ varchild=chld>1?(","+chld+"Children"):(","+chld+"Child"); }else{ varchild=chld>1?chld+"Children":chld+"Child"; } if(chld==0){ return''; }else{ returnchild; } } functionremoveNumberOnKeypress(e){ varcharCode=(e.which)?e.which:event.keyCode; if(charCode>31&&charCode!=46&&(charCode57)){ returntrue; }else{ returnfalse; } } functionreturnLangue(lang){ returnlang_arr[lang]; } functionreturnRTLvalue(lang){ if(lang=='arabic'){ returntrue; }else{ returnfalse; } } /*form_idandactionaremandatory*/ functionexecute_captcha(form_id,action,_callback){ grecaptcha.ready(function(){ grecaptcha.execute('6LcQDawdAAAAABPj5ldASpyhM-aQ9mKTtd9ThI1-',{action:action}).then(function(token){ $('#'+form_id).prepend(''); _callback(); }); }); } /*Addthestickyfooter&DownlaodsectionforallpesbyNikhil*/ functionstickToFooter(){ vardocument_height=$(document).height(); varbottom=document_heighttoDate.getTime() }varlast_card_num_len=0;functiongetCardNumber(that){ constcardinfo=[{ name:'mada', img:"mada_pay_icon.png", number:"" }]; functiongetCardInfo(num){ returncardinfo.find(obj=>obj.number==num); } varinput_val=that.value; varobj=getCardInfo(input_val); if(input_val.length>0){ if(obj){ last_card_num_len=obj.number.length $(``).insertAfter(that); }elseif(input_val.length=5&&moblenthe.clientX-this.getBoundingClientRect().left)]('onX'); }else{ $(this)[tog(this.offsetWidth-18!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','connect.facebook.net/en_US/fbevents.js');fbq('init',);fbq('track','PeView'); (function(w,d,t,r,u){varf,n,i;w[u]=w[u]||[],f=function(){varo={ti:{7};o.q=w[u],w[u]=newUET(o),w[u].push("peLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){vars=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");SignInSignUpSearchBookingEnglishMyBookingsMyAccountTrellersLoyaltySelectCurrencyfunctionchangeLangue(val){varnewpath="";varfullpath=window.location.pathname+window.location.search;if(fullpath.indexOf("set_langue=")==-1){if(fullpath.indexOf("?")==-1){newpath=fullpath+"?set_langue="+val;}else{newpath=fullpath+"&set_langue="+val;}}else{newexp=fullpath.split("=");newexp[newexp.length-1]=val;newpath=newexp.join('=');}window.location.href=newpath;}SelectLangueEnglish‏functionchangecurrencyb2c(cur){varservice_type=$("#service_type").val();$("#currency_select").text(cur);if(service_type=='Sightseeing'){changecurrency_filter(cur);$("#currency_popup").modal('toggle');}elseif(service_type=='Activity'){changecurrency_filter(cur);$("#currency_popup").modal('toggle');}elseif(service_type=='Transfer'){changecurrency_filter(cur);$("#currency_popup").modal('toggle');}elseif(service_type=='Flight'){changecurrency_filter(cur);$("#currency_popup").modal('toggle');}elseif(service_type=='Hotel'){//changecurrency_filter(cur);$("#currency_popup").modal('toggle');previous_display_currency=display_currency;display_currency=cur;varurl='m1_write_cache.php?display_currency='+cur+'&type=display_currency';$.post(url,function(data){if(data=='Addedcurrencycode'){for(iinlast_hotels){last_hotels[i]['total_charges']=',,'+last_hotels[i]['total_charges'];last_hotels[i]['rateCurrencyCode']=',,'+last_hotels[i]['rateCurrencyCode'];}hotellisting(last_hotels);for(jinlast_room_rates){for(minlast_room_rates[j]){if(last_room_rates[j][m]!='norooms'){last_room_rates[j][m]['RateInfo']['displayCurrencyCode']=',,'+last_room_rates[j][m]['RateInfo']['displayCurrencyCode'];last_room_rates[j][m]['RateInfo']['displayRoomRate']=',,'+last_room_rates[j][m]['RateInfo']['displayRoomRate'];for(vinlast_room_rates[j][m]['RateInfo']['room_rates']){last_room_rates[j][m]['RateInfo']['room_rates'][v]['displayRoomTypeRates']=',,'+last_room_rates[j][m]['RateInfo']['room_rates'][v]['displayRoomTypeRates']}}}}hotelRoomRates(last_room_rates);}});}else{$("#flightCurrency").val(cur);$("#searchCurrency").val(cur);$("#selected_currency").val(cur);$("#sel_currency").val(cur);$("#sel_currency1").val(cur);$("#b2c_currency").val(cur);}$('#currency_popup').modal('hide');}.dyn_readmore{max-height:111px;overflow-y:auto;font-family:"Poppins",sans-serif;float:left;width:100%;font-size:13px;color:#666;line-height:20px;text-align:justify;padding-right:5px;}.dyn_readmore::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);border-radius:10px;background-color:#F5F5F5;}.dyn_readmore::-webkit-scrollbar{width:2px;height:50px;background-color:#F5F5F5;}.dyn_readmore::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,.3);background-color:#f08f68;}.morecontent{display:none;}a.morelink{font-size:12px;font-weight:400;color:#000;}constapp=angular.module('cms-app',[]);app.filter('trustAsHtml',function($sce){returnfunction(input){return$sce.trustAsHtml(input);};}).filter('truncate',function(){returnfunction(text,length,end){if(isNaN(length))length=100;if(end===undefined)end="...";if(text.length9){ varChildsOption=''; for(vari=0;imaxInfants){ infants=maxInfants; } $('#flight_Infants').empty().append(InfantsOption).val(infants); }}functionsetPassengersLable(){ varadults=parseInt($("#flight_Adults").val()); varchilds=parseInt($("#flight_Childrens").val()); varinfants=parseInt($("#flight_Infants").val()); varcls_type=$('#class_of_trel').val(); varlable_txt=''; if(adults>1){ lable_txt+=adults+'Adults'; }else{ lable_txt+=adults+'Adult'; } if(childs==1){ lable_txt+=','+childs+'Child'; }elseif(childs>1){ lable_txt+=','+childs+'Children'; } if(infants==1){ lable_txt+=','+infants+'Infant'; }elseif(infants>1){ lable_txt+=','+infants+'Infants'; } vartotal=adults+childs+infants; if(total==1){ inp_txt=total+'Treller'; }elseif(total>1){ inp_txt=total+'Trellers'; } $("#flight_treller_text").text(lable_txt); $("#selectTrellerFlt_text").val(inp_txt+','+cls_type); $("#selectTrellerFlt").val(lable_txt);}functionsetClass(){ varinput_val=$("#selectTrellerFlt_text").val(); vartreller=input_val.split(',')[0].trim(); varclasstype=$("#class_of_trel").val() $("#selectTrellerFlt_text").val(treller+','+classtype);}functionupdateNextCity(value){ $("#mFromText_"+value).val($("#mToText_"+(value-1)).val()); $("#from_"+value).val($("#to_"+(value-1)).val());$("#fromType_"+value).val($("#toType_"+(value-1)).val());$("#fromCity_"+value).val($("#toCity_"+(value-1)).val());$("#fromCountryCode_"+value).val($("#toCountryCode_"+(value-1)).val());}//addrowfucntionalityformulticityflightfunctionadd_more_row(){ varhtm=''; varmcRowPreCount=$('.dyn_count').length; varmcRowCount=mcRowPreCount; if(mcRowPreCount{button.setAttribute("autocomplete","off");})}); vartodayNext=newDate();vardays=1;$(function(){$('input[name="daterange"]').daterangepicker({singleDatePicker:false,showDropdowns:false,autoApply:true,langue:"en",minDate:newDate(),startDate:newDate(),endDate:newDate(todayNext.getFullYear(),todayNext.getMonth(),todayNext.getDate()+1),locale:{format:'DD/MM/YYYY',}/*minYear:1901,maxYear:parseInt(moment().format('YYYY'),10)*/},function(start,end,label){console.log("Anewdateselectionwasmade:"+start.format('YYYY-MM-DD')+'to'+end.format('YYYY-MM-DD'));});$('input[name="daterange"]').on('apply.daterangepicker',function(ev,picker){varset_start=picker.startDate.format('DD/MM/YYYY');varset_end=picker.endDate.format('DD/MM/YYYY');if(set_start==set_end){varnextDate=newDate(picker.endDate._d.setDate(picker.endDate.date()+1));set_end=moment(nextDate).format('DD/MM/YYYY');setTimeout(()=>{$('#daterangepicker').val(`${set_start}-${set_end}`);},100);}$('#date_from').val(set_start);$('#date_to').val(set_end);});/*$('.dyn_b2c_destination_sec').click(function(){$('#txt_other_hotel_city').focus();});$('.dyn_b2c_date_sec').click(function(){$('#daterangepicker').focus();});$('.dyn_b2c_treller_Dlts').click(function(){$('#selectRooms').focus();});*/vararrivalDate="";vardepartureDate="";varisSearchedBefore=false;if(arrivalDate.trim()!=""){isSearchedBefore=true;vararrivalDateArr=arrivalDate.split("/");vardepartureDateArr=departureDate.split("/");}varnowTemp=newDate();if(isSearchedBefore){varnow=newDate(arrivalDateArr[2],arrivalDateArr[1]-1,arrivalDateArr[0],0,0,0,0);}else{varnow=newDate(nowTemp.getFullYear(),nowTemp.getMonth(),nowTemp.getDate(),0,0,0,0);}vartoday=newDate(nowTemp.getFullYear(),nowTemp.getMonth(),nowTemp.getDate(),0,0,0,0);varnewdate=moment(now).format('DD/MM/YYYY');Travel Systems LLP$("#date_from").val(newdate);if(isSearchedBefore){varto_datew=newDate(departureDateArr[2],departureDateArr[1]-1,departureDateArr[0],0,0,0,0);}else{varto_datew=newDate(now.setDate(nowTemp.getDate()+1));}varendDate=moment(to_datew).format('DD/MM/YYYY');$('#date_to').val(endDate);varcheckin=$('#date_from').datepicker({format:'dd/mm/yyyy',autoclose:true,endDate:'+1y',startDate:"today",//orientation:"topauto",defaultDate:'now',beforeShowDay:function(date){returndate.valueOf()date_to.getTime()){swal(check_in);/*days=document.forms["hotel_form"].sel_days.value;$('#departureDate').val(dDate);document.getElementById("sel_days").value=days;*/mane_date();returnfalse;//returnfalse;}days=(date_to.getTime()-date_from.getTime())/(1000*60*60*24);if(days>30){swal(you_are);days=document.forms["hotel_form"].sel_days.value;$('#departureDate').val(dDate);document.getElementById("sel_days").value=days;returnfalse;}document.getElementById("sel_days").value=days;}functionmane_date(){days=document.forms["hotel_form"].sel_days.value;days=parseInt(days);varfirstDate=newDate($('#date_from').datepicker("getDate"));varsecondDate=newDate(firstDate.getFullYear(),firstDate.getMonth(),firstDate.getDate()+days);$('#date_to').datepicker('setDate',secondDate);insertDepartureDate('','','');}functioninsertDepartureDate(value,date,inst){varfirstDate=newDate($('#date_from').datepicker("getDate"));vardateAdjust=document.getElementById("sel_days").val();varcurrent_date=newDate();current_time=current_date.getTime();days=(firstDate.getTime()-current_time)/(1000*60*60*24);if(days1?"Room(s)":"Room";varadult_txt=totalAdults>1?"Adults":"Adult";varchild_txt=totalChildren>1?"Children":"Child";if(totalChildren>=1){$('#selectRooms').val(roomData.length+""+room_txt+","+totalAdults+""+adult_txt+","+totalChildren+""+child_txt);}else{$('#selectRooms').val(roomData.length+""+room_txt+","+totalAdults+""+adult_txt);}$(".roomCount").html(roomData.length);$(".adultCount").html(totalAdults);$(".childCount").html(totalChildren);$("#roomarray").val(JSON.stringify(roomData));$(".roomsInfo").show();$("[aria-label='Close']").trigger("click");fl_submit=true;}functionremove_room(that){varrowId=$(that).attr("id").split("_")[1];varj=1;$("#row"+rowId).parents('.rowdata').remove();varm=0;$(".textboxes.rowdata").each(function(){m++;if($(".textboxes.rowdata").lengthe.clientX-this.getBoundingClientRect().left)]('onX'); }else{ $(this)[tog(this.offsetWidth-18{varisGreater=compareDates(serv.startDate._d,return_departure_date.startDate._d);if(isGreater){$('#return_departure_date').data("daterangepicker").setStartDate(minDate2);$('#return_departure_date').data("daterangepicker").setEndDate(minDate2);}varisGreater=compareDates(serv.startDate._d,return_service_date.startDate._d);if(isGreater){$('#return_service_date').data("daterangepicker").setStartDate(minDate2);$('#return_service_date').data("daterangepicker").setEndDate(minDate2);}},100);});$('#arrival_date').datetimepicker({format:'DD/MM/YYYYHH:mm'}).on('dp.change',function(e){vard=newDate(e.date);d.setDate(d.getDate());});$("#txt_other_transfer_city").autocomplete({autoFocus:true,source:"get_city_list.php?action=get_city",minLength:3,select:function(event,ui){varfword_cap_city_name=eachWord(ui.item.name);$("#txt_other_transfer_city").val(fword_cap_city_name);$(this.form.other_city).val(fword_cap_city_name+'=:'+ui.item.code);$(this.form.sel_country).val(ui.item.code);get_CityList(ui.item.code);$(this.form.sel_preferred_city).val('');returnfalse;}}).autocomplete("instance")._renderItem=function(ul,item){lettxt=String(item.label).replace(newRegExp(this.term,"gi"),"$&");ul.addClass('dync_atocompleteList');return$("").append(""+txt+"").appendTo(ul);};$("#txt_dropoff_transfer_city").autocomplete({autoFocus:true,minLength:3,select:function(event,ui){varfword_cap_city_name=eachWord(ui.item.name);$("#txt_dropoff_transfer_city").val(fword_cap_city_name);$("#txt_droppff_locations").autocomplete("option","source","ajax/get_locationlist.php?searchfor=getAllSuggestion&searchby=dropoff&sel_country="+document.getElementById('sel_country').value+"&sel_city="+fword_cap_city_name+"&areacode="+document.getElementById('area_code').value);$(this.form.dropoff_transfer_city).val(fword_cap_city_name+'=:'+ui.item.code);returnfalse;},change:function(ev,ui){if(!ui.item){$(this).val('');}}}).autocomplete("instance")._renderItem=function(ul,item){lettxt=String(item.label).replace(newRegExp(this.term,"gi"),"$&");ul.addClass('dync_atocompleteList');return$("").append(""+txt+"").appendTo(ul);};$('#pickup_city').change(function(){letval=$(this).val();lettext_val=$('[value='+val+']').text();$('#search_pickup_location').val(text_val);})});functiondisable_yesterday(){lettoday_format=moment(yesterday).format('MM/DD/YYYY');$('.bootstrap-datetimepicker-widget').find('[data-day="'+today_format+'"]').addClass('disabled');}functioneachWord(str){returnstr.replace(/\w\S*/g,function(txt){returntxt.charAt(0).toUpperCase()+txt.substr(1).toLowerCase();});}functionreset_form(){varpickup_code=$('select#pickup_codeoption:selected').val();if(document.getElementById("trip_type").checked){$('#return_service_date_info,autoUpdate2').fadeIn('slow');}else{$('#return_service_date_info,autoUpdate2').fadeOut('slow');}}functionget_CityList_transfer(sel){document.getElementById('city_loading').style.display='block';document.getElementById('sel_city').disabled=true;varcountryCode=sel;if(countryCode){document.getElementById('sel_city').options.length=0;ajax.requestFile='ajax/ajax_city_list.php?sel_country='+countryCode;ajax.onCompletion=create_Cities_transfer;ajax.runAJAX();}else{document.getElementById('sel_city').value='';document.getElementById('city_loading').style.display='none';}}functionsetPickupValue(event,transType){varPickupId=$(event).val();vartransferType=transType;$.ajax({type:"POST",dataType:"json",url:'ajax/get_zone_list.php?action=get_pickup_details&id='+PickupId+'&transferType='+transferType,success:function(data){$(".applyBtn").click(function(){$("#pickup_country").val(data["country_id"]);//GettheIDfield$("#pickup_city").val(data["city_id"]);//Getthedescription$("#pickup_code").val(data["transfer_type_code"]);$("#pickup_zone").val(data["id"]);$("#pickup_name").val(data["name"]);$('input[name="trip_type"]').attr('checked',false);});}});}functionsetDropoffValue(event,transType){varPickupId=$(event).val();vartransferType=transType;$.ajax({type:"POST",dataType:"json",url:'ajax/get_zone_list.php?action=get_pickup_details&id='+PickupId+'&transferType='+transferType,success:function(data){$(".applyBTravel Systems LLPtn").click(function(){$("#dropoff_country").val(data["country_id"]);//GettheIDfield$("#dropoff_city").val(data["city_id"]);//Getthedescription$("#dropoff_code").val(data["transfer_type_code"]);$("#dropoff_zone").val(data["id"]);$("#dropoff_name").val(data["name"]);$('input[name="trip_type"]').attr('checked',false);});}});}functioncreate_Cities_transfer(){varobj=document.getElementById('sel_city');eval(ajax.response);document.getElementById('city_loading').style.display='none';if($("#other_city_sight").val()!=''){varid=$("#other_city_sight").val();varcity=id.split('=:')[0];}if(document.getElementById('sel_city_preferred').value!=''){varid=$("#sel_city_preferred").val();varcity=id.split('=:')[0];}varcity2=city.toLowerCase();document.getElementById('sel_city').disabled=false;document.getElementById('sel_city').value=city2;}////$(function(){//$(".radio-inline[name=pickup_type]").click(function(){//$(this).closest('.from_div').find('.trans-box-1').hide();//$(this).closest('.from_div').find(".blk-"+$(this).val()).show();//});//$('.pick-selecter').click(function(){//if($("#pickup_code").val()!=""&&$("#dropoff_code").val()!=""){//if($("#pickup_code").val()!="H"){//$(".trans-box-1.blk-H").hide();//$(".trans-box-1.blk-T").show();//$("#pickup_type_H").parent(".radio-inline").removeClass("active");//$("#pickup_type_T").parent(".radio-inline").addClass("active");//varpickup_type=$("input[name='pickup_type']:checked").val();//setPickupValue(this,"T");//getZoneListPickup();//}else{//$(".trans-box-1.blk-H").show();//$(".trans-box-1.blk-T").hide();//$("#pickup_type_H").parent(".radio-inline").addClass("active");//$("#pickup_type_T").parent(".radio-inline").removeClass("active");//varpickup_type=$("input[name='pickup_type']:checked").val();//setPickupValue(this,"H");//getZoneListPickup();//}//}else{//$('.pickup_type_H').attr('checked',true);//}//});//$('.t-selector').click(function(){//varchkPick=$("input[name='pickup_type']:checked").val();//if(chkPick=="T"){//$($(this).parent().attr('href')).find('input[name="pickup_type"]').second().trigger('click');//$('.trans-box-1').hide();//$(".blk-"+$(chkPick).val()).show();//}else{//$($(this).parent().attr('href')).find('input[name="pickup_type"]').first().trigger('click');//}//});//});//$(function(){//$(".radio-inline[name=dropoff_type]").click(function(){//$(this).closest('.to_div').find('.trans-box-1').hide();//$(this).closest('.to_div').find(".blk-"+$(this).val()).show();//});//$('.drop-selecter').click(function(){//if($("#pickup_code").val()!=""&&$("#dropoff_code").val()!=""){//if($("#dropoff_code").val()!="H"){//$(".trans-box-1.blk-H").hide();//$(".trans-box-1.blk-T").show();//$("#dropoff_type_H").parent(".radio-inline").removeClass("active");//$("#dropoff_type_T").parent(".radio-inline").addClass("active");//vardropoff_type=$("input[name='dropoff_type']:checked").val();//setDropoffValue(this,"T");//getZoneListDropoff();//}else{//$(".trans-box-1.blk-H").show();//$(".trans-box-1.blk-T").hide();//$("#dropoff_type_H").parent(".radio-inline").addClass("active");//$("#dropoff_type_T").parent(".radio-inline").removeClass("active");//vardropoff_type=$("#dropoff_code").val();//setDropoffValue(this,"H");////varDropoffCountry=dropoff_country.vaule;//varDropoffCountry=$('#dropoff_country').val();//ajax2.requestFile='ajax/get_transfer_city_list.php?sel_country='+DropoffCountry;//ajax2.onCompletion=createCitiesDropoff;//ajax2.runAJAX();////getCityListDropoff(this,"H");//varDropoffCity=$("#dropoff_city").val()//ajax3.requestFile='ajax/get_zone_list.php?action=get_pickup_dropoff_zones&Country='+DropoffCountry+'&City='+DropoffCity+'&Type='+dropoff_type;//ajax3.onCompletion=createZonesDropoff;//ajax3.runAJAX();////getZoneListDropoff();//}//}else{//$('.dropoff_type_H').attr('checked',true);//}//});//$('.t-selector').click(function(){//varchkDrop=$("input[name='dropoff_type']:checked").val();//if(chkDrop=="T"){//$($(this).parent().attr('href')).find('input[name="dropoff_type"]').second().trigger('click');//$('.trans-box-1').hide();//$(".blk-"+$(chkDrop).val()).show();//}else{//$($(this).parent().attr('href')).find('input[name="dropoff_type"]').first().trigger('click');//}//});//});//$(function(){//$(".radio-inline[name=pickup_type]").click(function(){//$(this).closest('.from_div').find('.trans-box-1').hide();//$(this).closest('.from_div').find(".blk-"+$(this).val()).show();//});//});//$(function(){//$(".radio-inline[name=dropoff_type]").click(function(){//$(this).closest('.to_div').find('.trans-box-1').hide();//$(this).closest('.to_div').find(".blk-"+$(this).val()).show();//});//});$(function(){$(".radio-inline[name=pickup_type]").click(function(){$(this).closest('.from_div').find('.trans-box-1').hide();$(this).closest('.from_div').find(".blk-"+$(this).val()).show();});if($("#pickup_code").val()==""&&$("#dropoff_code").val()==""){document.getElementById('selectP').style.pointerEvents='none';document.getElementById('selectD').style.pointerEvents='none';}$('.pick-selecter').click(function(){if($("#pickup_code").val()!=""&&$("#dropoff_code").val()!=""){if($("#pickup_code").val()!="H"){$(".trans-box-1.blk-H").hide();$(".trans-box-1.blk-T").show();$("#pickup_type_H").parent(".radio-inline").removeClass("active");$("#pickup_type_T").parent(".radio-inline").addClass("active");varpickup_type=$("input[name='pickup_type']:checked").val();setPickupValue(this,"T");getZoneListPickup();}else{$(".trans-box-1.blk-H").show();$(".trans-box-1.blk-T").hide();$("#pickup_type_H").parent(".radio-inline").addClass("active");$("#pickup_type_T").parent(".radio-inline").removeClass("active");varpickup_type=$("input[name='pickup_type']:checked").val();setPickupValue(this,"H");getZoneListPickup();}}else{$('#pickup_type_H').attr('checked',true);}});});$(function(){$(".radio-inline[name=dropoff_type]").click(function(){$(this).closest('.to_div').find('.trans-box-1').hide();$(this).closest('.to_div').find(".blk-"+$(this).val()).show();});if($("#pickup_code").val()==""&&$("#dropoff_code").val()==""){document.getElementById('selectP').style.pointerEvents='none';document.getElementById('selectD').style.pointerEvents='none';}$('.drop-selecter').click(function(){if($("#pickup_code").val()!=""&&$("#dropoff_code").val()!=""){if($("#dropoff_code").val()!="H"){$(".trans-box-1.blk-H").hide();$(".trans-box-1.blk-T").show();$("#dropoff_type_H").parent(".radio-inline").removeClass("active");$("#dropoff_type_T").parent(".radio-inline").addClass("active");vardropoff_type=$("input[name='dropoff_type']:checked").val();setDropoffValue(this,"T");getZoneListDropoff();}else{$(".trans-box-1.blk-H").show();$(".trans-box-1.blk-T").hide();$("#dropoff_type_H").parent(".radio-inline").addClass("active");$("#dropoff_type_T").parent(".radio-inline").removeClass("active");vardropoff_type=$("#dropoff_code").val();setDropoffValue(this,"H");varDropoffCountry=$('#dropoff_country').val();ajax2.requestFile='ajax/get_transfer_city_list.php?sel_country='+DropoffCountry;ajax2.onCompletion=createCitiesDropoff;ajax2.runAJAX();varDropoffCity=$("#dropoff_city").val()ajax3.requestFile='ajax/get_zone_list.php?action=get_pickup_dropoff_zones&Country='+DropoffCountry+'&City='+DropoffCity+'&Type='+dropoff_type;ajax3.onCompletion=createZonesDropoff;ajax3.runAJAX();}}else{$('#dropoff_type_H').attr('checked',true);}});});$('#transfer_search_forminput[name="trip_type"]').each(function(){if($(this).is(":checked")){$(this).trigger('click');returnfalse;}});From*To*TrellersAdults123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899Child012345eDoneTripTypeOneWayRoundTripDeparturedate&Time*ReturnDate*Pick-upType*-Select-AccommodationTerminalZone*-Select-Arrival.Time*FlightNumber*Drop-offLocation*Drop-offType*-Select-AccommodationTerminalTerminal*-Select-Departuredate&Time*FlightNumber*ReturnPickupDate&Time*FlightNumber*DepartureDate*FlightNumber*Country-Select-AfghanistanÅlandIslandsAlbaniaAlgeriaAmericanSamoaAndorraAngolaAnguillaAntarcticaAntiguaandBarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,SintEustatiusandSabaBosniaandHerzegovinaBotswanaBouvetIslandBrazilBritishIndianOceanTerritoryBritishVirginIslandsBruneiBulgariaBurkinaFasoBurundiCambodiaCameroonCanadaCapeVerdeCaymanIslandsCentralAfricanRepublicChadChileChinaChristmasIslandCocosIslandsColombiaComorosCookIslandsCostaRicaCroatiaCubaCuracaoCyprusCzechRepublicDemocraticRepublicoftheCongoDenmarkDjiboutiDominicaDominicanRepublicEastTimorEcuadorEgyptElSalvadorEquatorialGuineaEritreaEstoniaEthiopiaFalklandIslandsFaroeIslandsFijiFinlandFranceFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandandMcdonaldIslandsHondurasHongKongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsleofManIsraelItalyIvoryCoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadascarMalawiMalaysiaMaldivesMaliMaltaMarshallIslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsAntillesNewCaledoniaNewZealandNicaruaNigerNigeriaNiueNorfolkIslandNorthKoreaNorthernMarianaIslandsNorwayOmanPakistanPalauPalestinePanamaPapuaNewGuineaParuayPeruPhilippinesPitcairnPolandPortugalPuertoRicoQatarRepublicoftheCongoReunionRomaniaRussiaRwandaSaintBarthelemySaintHelena,AscensionandTristandaCunhaSaintKittsandNevisSaintLuciaSaintMartin(DutchPart)SaintMartin(French)SaintPierreandMiquelonSaintVincentandTheGrenadinesSamoaSanMarinoSaoTomeandPrincipeSaudiArabiaSenegalSerbiaSeychellesSierraLeoneSingaporeSlovakiaSloveniaSolomonIslandsSomaliaSouthAfricaSouthGeorgiaandtheSouthSandwichIslandsSouthKoreaSouthSudanSpainSriLankaSudanSurinameSvalbardandJanMayenSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTokelauTongaTrinidadandToboTunisiaTurkeyTurkmenistanTurksandCaicosIslandsTuvaluUgandaUkraineUnitedArabEmiratesUnitedKingdomUnitedStatesUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayUzbekistanVanuatuVaticanVenezuelaVietnamWallisandFutunaWesternSaharaYemenZambiaZimbabweCity-Select-Nationality*AfghanistanAfrican(CentralAfricanRepublic)African(comoros)African(southafrica)AlandIslandsAlbaniaAlgerianAmericanAmericanSamoanAndorranANGOLAAnguillanAntarcticAntiguan-BarbudanArgentinaArmenianArubanAustralianAustralian(NorfolkIsland)AustrianAzerbaijaniBahamianBahrainiBangladeshiBarbadianBatswanaBelarusianBelgianBelizeanBeninBermudaBhutanBolivianBonaire,SintEustatiusandSaba(Dutch)BosniaandHerzegovinaBouvetIslandBrazilianBritishBritishVirginIslandsBritish(indianOverseasTerritory)BruneianBulgarianBURKINAFASOBurundiCambodianCameroonianCanadianCarribean(SaintKittsandNevis)CaymanIslandsChadChileanChineseCHRISTMASISLANDCocosIslandColombianCongoleseCostaRicanCroatianCubaCuracao(Dutch)CypriotCzechDanishDanish(Faroe)DjiboutiDominicaDominican(DominicanRepublic)Dutch(SaintVincentandTheGrenadines)EastTimorEcuadorEgyptianEmiratiEquatorialGuineaEritreaEstonianEthiopiaFalklandIslandsFijiFinnishFrenchFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesFrench(dutch)GabonGambianGeorgianGermanGhanaianGibraltarianGreeceGreenlandGrenadianGuadeloupeGuamGuatemalanGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandHondurasHongKongHungarianIcelanderIndianIndonesianIranianIRAQIIrishIsleofManIsrealiItalianIvoryCoastJamaicanJapaneseJerseyJordanianKazakhstaniKenyanKiribatiKOREANKosovoKuwaitiKyrgyzstanLaoLatvianLebaneseLesothoLiberiaLibyanLiechtensteinLithuanianLuxembourgerMacauMacedoniaMadascarMahoranMalawiMalaysianMaldivianMaliMalteseMarshallIslandsMartiniquaisMauritaniaMauritiusMexicanMicronesiaMoldovaMonacanMongoliaMontenegrinMontserratMoroccanMozambicanMyanmar(Burma)NamibianNauruNepaleseNetherlanderNewCaledoniaNewZealanderNewZealandNicaruaNigerNigerianNiueanNorthKoreaNorthernMarianaIslands(American)NorwegianOmaniPakistaniPalaunPalestiniaPanamanianPapuaNewGuineaParuayanPeruvianPhilippinesPITCAIRNPolishPortuguesePuertoRicanQatariRepublicoftheCongoReunionRomanianRussianRwandaSAINTBARTHELEMYSaintHelenianSaintLuciaSaintMartin(Carribean)SaintPierreandMiquelon(french)SalvadoranSamoaSanMarinoSaoTomeandPrincipeSaudiSenegaleseSerbianSeychellesSierraLeoneSingaporeanSlovakianSlovenianSolomonIslandsSomaliaSouthGeorgiaSpanishSriLankanSudaneseSudanese(southsudan)SurinameSvalbardandJanMayenSwazilandSwedishSwissSyrianArabRepublicTaiwanTajikistanTanzanianThaiTogoTokelauanTongaTrinidadandToboTunisianTurkishTurkmenistanTurksandCaicosIslandsTuvaluUgandanUkrainianUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayanUzbekistanVanuatuVaticanCityVenezuelanVerdeanVietnameseWallisandFutunaWesternSaharaYemenZambianZimbabweLangueEnglishMarkup(%)CurrencyINRSearchApplyPickupDestinationFromAccommodationTerminalCountrySelectAfghanistanÅlandIslandsAlbaniaAlgeriaAmericanSamoaAndorraAngolaAnguillaAntarcticaAntiguaandBarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,SintEustatiusandSabaBosniaandHerzegovinaBotswanaBouvetIslandBrazilBritishIndianOceanTerritoryBritishVirginIslandsBruneiBulgariaBurkinaFasoBurundiCambodiaCameroonCanadaCapeVerdeCaymanIslandsCentralAfricanRepublicChadChileChinaChristmasIslandCocosIslandsColombiaComorosCookIslandsCostaRicaCroatiaCubaCuracaoCyprusCzechRepublicDemocraticRepublicoftheCongoDenmarkDjiboutiDominicaDominicanRepublicEastTimorEcuadorEgyptElSalvadorEquatorialGuineaEritreaEstoniaEthiopiaFalklandIslandsFaroeIslandsFijiFinlandFranceFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandandMcdonaldIslandsHondurasHongKongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsleofManIsraelItalyIvoryCoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadascarMalawiMalaysiaMaldivesMaliMaltaMarshallIslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsAntillesNewCaledoniaNewZealandNicaruaNigerNigeriaNiueNorfolkIslandNorthKoreaNorthernMarianaIslandsNorwayOmanPakistanPalauPalestinePanamaPapuaNewGuineaParuayPeruPhilippinesPitcairnPolandPortugalPuertoRicoQatarRepublicoftheCongoReunionRomaniaRussiaRwandaSaintBarthelemySaintHelena,AscensionandTristandaCunhaSaintKittsandNevisSaintLuciaSaintMartin(DutchPart)SaintMartin(French)SaintPierreandMiquelonSaintVincentandTheGrenadinesSamoaSanMarinoSaoTomeandPrincipeSaudiArabiaSenegalSerbiaSeychellesSierraLeoneSingaporeSlovakiaSloveniaSolomonIslandsSomaliaSouthAfricaSouthGeorgiaandtheSouthSandwichIslandsSouthKoreaSouthSudanSpainSriLankaSudanSurinameSvalbardandJanMayenSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTokelauTongaTrinidadandToboTunisiaTurkeyTurkmenistanTurksandCaicosIslandsTuvaluUgandaUkraineUnitedArabEmiratesUnitedKingdomUnitedStatesUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayUzbekistanVanuatuVaticanVenezuelaVietnamWallisandFutunaWesternSaharaYemenZambiaZimbabweDestinationSelectAccommodationSelectAccommodationCountrySelectAfghanistanÅlandIslandsAlbaniaAlgeriaAmericanSamoaAndorraAngolaAnguillaAntarcticaAntiguaandBarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,SintEustatiusandSabaBosniaandHerzegovinaBotswanaBouvetIslandBrazilBritishIndianOceanTerritoryBritishVirginIslandsBruneiBulgariaBurkinaFasoBurundiCambodiaCameroonCanadaCapeVerdeCaymanIslandsCentralAfricanRepublicChadChileChinaChristmasIslandCocosIslandsColombiaComorosCookIslandsCostaRicaCroatiaCubaCuracaoCyprusCzechRepublicDemocraticRepublicoftheCongoDenmarkDjiboutiDominicaDominicanRepublicEastTimorEcuadorEgyptElSalvadorEquatorialGuineaEritreaEstoniaEthiopiaFalklandIslandsFaroeIslandsFijiFinlandFranceFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandandMcdonaldIslandsHondurasHongKongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsleofManIsraelItalyIvoryCoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadascarMalawiMalaysiaMaldivesMaliMaltaMarshallIslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsAntillesNewCaledoniaNewZealandNicaruaNigerNigeriaNiueNorfolkIslandNorthKoreaNorthernMarianaIslandsNorwayOmanPakistanPalauPalestinePanamaPapuaNewGuineaParuayPeruPhilippinesPitcairnPolandPortugalPuertoRicoQatarRepublicoftheCongoReunionRomaniaRussiaRwandaSaintBarthelemySaintHelena,AscensionandTristandaCunhaSaintKittsandNevisSaintLuciaSaintMartin(DutchPart)SaintMartin(French)SaintPierreandMiquelonSaintVincentandTheGrenadinesSamoaSanMarinoSaoTomeandPrincipeSaudiArabiaSenegalSerbiaSeychellesSierraLeoneSingaporeSlovakiaSloveniaSolomonIslandsSomaliaSouthAfricaSouthGeorgiaandtheSouthSandwichIslandsSouthKoreaSouthSudanSpainSriLankaSudanSurinameSvalbardandJanMayenSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTokelauTongaTrinidadandToboTunisiaTurkeyTurkmenistanTurksandCaicosIslandsTuvaluUgandaUkraineUnitedArabEmiratesUnitedKingdomUnitedStatesUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayUzbekistanVanuatuVaticanVenezuelaVietnamWallisandFutunaWesternSaharaYemenZambiaZimbabweTerminalSelectTerminalApplyApplyDropoffDestinationToAccommodationTerminalCountrySelectAfghanistanÅlandIslandsAlbaniaAlgeriaAmericanSamoaAndorraAngolaAnguillaAntarcticaAntiguaandBarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,SintEustatiusandSabaBosniaandHerzegovinaBotswanaBouvetIslandBrazilBritishIndianOceanTerritoryBritishVirginIslandsBruneiBulgariaBurkinaFasoBurundiCambodiaCameroonCanadaCapeVerdeCaymanIslandsCentralAfricanRepublicChadChileChinaChristmasIslandCocosIslandsColombiaComorosCookIslandsCostaRicaCroatiaCubaCuracaoCyprusCzechRepublicDemocraticRepublicoftheCongoDenmarkDjiboutiDominicaDominicanRepublicEastTimorEcuadorEgyptElSalvadorEquatorialGuineaEritreaEstoniaEthiopiaFalklandIslandsFaroeIslandsFijiFinlandFranceFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandandMcdonaldIslandsHondurasHongKongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsleofManIsraelItalyIvoryCoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadascarMalawiMalaysiaMaldivesMaliMaltaMarshallIslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsAntillesNewCaledoniaNewZealandNicaruaNigerNigeriaNiueNorfolkIslandNorthKoreaNorthernMarianaIslandsNorwayOmanPakistanPalauPalestinePanamaPapuaNewGuineaParuayPeruPhilippinesPitcairnPolandPortugalPuertoRicoQatarRepublicoftheCongoReunionRomaniaRussiaRwandaSaintBarthelemySaintHelena,AscensionandTristandaCunhaSaintKittsandNevisSaintLuciaSaintMartin(DutchPart)SaintMartin(French)SaintPierreandMiquelonSaintVincentandTheGrenadinesSamoaSanMarinoSaoTomeandPrincipeSaudiArabiaSenegalSerbiaSeychellesSierraLeoneSingaporeSlovakiaSloveniaSolomonIslandsSomaliaSouthAfricaSouthGeorgiaandtheSouthSandwichIslandsSouthKoreaSouthSudanSpainSriLankaSudanSurinameSvalbardandJanMayenSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTokelauTongaTrinidadandToboTunisiaTurkeyTurkmenistanTurksandCaicosIslandsTuvaluUgandaUkraineUnitedArabEmiratesUnitedKingdomUnitedStatesUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayUzbekistanVanuatuVaticanVenezuelaVietnamWallisandFutunaWesternSaharaYemenZambiaZimbabweDestinationSelectAccommodationSelectAccommodationCountrySelectAfghanistanÅlandIslandsAlbaniaAlgeriaAmericanSamoaAndorraAngolaAnguillaAntarcticaAntiguaandBarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,SintEustatiusandSabaBosniaandHerzegovinaBotswanaBouvetIslandBrazilBritishIndianOceanTerritoryBritishVirginIslandsBruneiBulgariaBurkinaFasoBurundiCambodiaCameroonCanadaCapeVerdeCaymanIslandsCentralAfricanRepublicChadChileChinaChristmasIslandCocosIslandsColombiaComorosCookIslandsCostaRicaCroatiaCubaCuracaoCyprusCzechRepublicDemocraticRepublicoftheCongoDenmarkDjiboutiDominicaDominicanRepublicEastTimorEcuadorEgyptElSalvadorEquatorialGuineaEritreaEstoniaEthiopiaFalklandIslandsFaroeIslandsFijiFinlandFranceFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandandMcdonaldIslandsHondurasHongKongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsleofManIsraelItalyIvoryCoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadascarMalawiMalaysiaMaldivesMaliMaltaMarshallIslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsAntillesNewCaledoniaNewZealandNicaruaNigerNigeriaNiueNorfolkIslandNorthKoreaNorthernMarianaIslandsNorwayOmanPakistanPalauPalestinePanamaPapuaNewGuineaParuayPeruPhilippinesPitcairnPolandPortugalPuertoRicoQatarRepublicoftheCongoReunionRomaniaRussiaRwandaSaintBarthelemySaintHelena,AscensionandTristandaCunhaSaintKittsandNevisSaintLuciaSaintMartin(DutchPart)SaintMartin(French)SaintPierreandMiquelonSaintVincentandTheGrenadinesSamoaSanMarinoSaoTomeandPrincipeSaudiArabiaSenegalSerbiaSeychellesSierraLeoneSingaporeSlovakiaSloveniaSolomonIslandsSomaliaSouthAfricaSouthGeorgiaandtheSouthSandwichIslandsSouthKoreaSouthSudanSpainSriLankaSudanSurinameSvalbardandJanMayenSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTokelauTongaTrinidadandToboTunisiaTurkeyTurkmenistanTurksandCaicosIslandsTuvaluUgandaUkraineUnitedArabEmiratesUnitedKingdomUnitedStatesUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayUzbekistanVanuatuVaticanVenezuelaVietnamWallisandFutunaWesternSaharaYemenZambiaZimbabweTerminalSelectTerminalApply$(document).ready(function(){varno_of_child="";if(no_of_child>0){document.getElementById('parah_out').style.display='block';document.getElementById('parah_label').style.display='block';}if(no_of_child!=''){display(no_of_child);}$('#isDropoffCity').change(function(){isDropoffCity();});$("#trip_type").click(function(){$("#r_date_box").fadeToggle();});});varchild=0;functiondisplay_transfer(vari){if(vari>0){document.getElementById('parah').innerHTML="";for(intI=0;intI0){ document.getElementById('parah_activity').innerHTML=""; for(intI=0;intI9){ swal(max_passanger); returnfalse; }else{ //document.sight_form.lan_desc.value=document.sight_form.sel_langue.getElementsByTName('option')[document.sight_form.sel_langue.selectedIndex].firstChild.nodeValue; /*document.sight_form.cate_desc.value=document.sight_form.sel_tour_category.getElementsByTName('option')[document.sight_form.sel_tour_category.selectedIndex].firstChild.nodeValue; if(document.sight_form.cate_desc.value=='-PleaseselectyourTourCategory-'){ document.sight_form.cate_desc.value=''; }*/ //document.getElementById("search_button").style.display="none"; //document.getElementById("reset_button").style.display="none"; //document.getElementById("BtnProcessing").style.display="inline-block"; MformObj.submit(); $(e).addClass('loadingProgress'); }}$(function(){ $("#more_search").click(function(){ $("#geo").slideToggle("medium","swing"); $("#more_search").toggleClass("more_a"); }); $("#select_tours").click(function(){ varselect=$(this).html(); if(select=="SelectAll") { $(this).html("ResetAll"); $('input[type=checkbox]').prop('checked',true); } else { $(this).html("SelectAll"); $('input[type=checkbox]:checked').removeAttr('checked'); } });});functiononClick_select_prefferred_city(){ document.forms["transfer_form"].sel_country.selectedIndex=0; document.forms["transfer_form"].sel_city.selectedIndex=0; preferredcity_call(); callCity_onchange();}functionpreferredcity_call(){ document.forms["transfer_form"].sel_country.selectedIndex=0; document.forms["transfer_form"].sel_city.selectedIndex=0; document.forms["transfer_form"].sel_pickup.selectedIndex=0; document.forms["transfer_form"].sel_dropoff.selectedIndex=0; document.getElementById('airports').style.display="none"; document.getElementById("one_airport").innerHTML=''; document.getElementById("one_drop_airport").innerHTML=''; document.getElementById('sel_div_dropoff').style.display="none";}functionset_other_city(){ varMformObj=document.forms["sight_form"]; $('#txt_other_city').removeAttr('disabled');}functioneachWord(str){ returnstr.replace(/\w\S*/g,function(txt){returntxt.charAt(0).toUpperCase()+txt.substr(1).toLowerCase();});}vardays=1;$(function(){ $('#arrival_date_sight').datepicker({ format:'dd/mm/yyyy', autoclose:true, startDate:'+0d', rtl:returnRTLvalue("english"), langue:returnLangue("english"), endDate:`+${search_limit_end_year}y` }).on('changeDate',function(event){varnewDate=newDate(event.date)vard=newDate(newDate);varnewd=newDate(d.setDate(newDate.getDate()+1));varendDate=moment(newd).format('DD/MM/YYYY');$('#departure_date_sight').val(endDate);$('#departure_date_sight').datepicker("setStartDate",newDate);}).data('datepicker'); $('#departure_date_sight').datepicker({ format:'dd/mm/yyyy', autoclose:true, startDate:'+0d', rtl:returnRTLvalue("english"), langue:returnLangue("english"), endDate:`+${search_limit_end_year}y` }); $("#txt_other_sight_city").autocomplete({ source:"get_city_list.php?action=get_city", minLength:3, select:function(event,ui){ //varfword_cap_city_name=eachWord(ui.item.name); $("#txt_other_sight_city").val(ui.item.name); $("#other_city_sight").val(ui.item.name+'=:'+ui.item.code); $(this.form.sel_country).val(ui.item.code); get_CityList_activity(ui.item.code); $(this.form.sel_city_preferred).val(''); returnfalse; }, autoFocus:true }).autocomplete("instance")._renderItem=function(ul,item){ lettxt=String(item.label).replace(newRegExp(this.term,"gi"),"$&"); ul.addClass('dync_atocompleteList_activity'); return$("") .append(""+txt+"") .appendTo(ul); };});functionreset_button(){ $("#sel_city_preferred").val(''); $("#sel_country").val(''); $("#sel_city").val(''); $("#sel_currency").val(''); //$("#sel_tour_category").val(''); $("#arrival_date_sight").val(''); $("#departure_date_sight").val(''); //$("#sel_langue").val(''); $("#sel_no_of_children").val(''); $("#sel_no_of_adult").val('1'); show_child(document.forms["sight_form"],document.getElementById('sel_no_of_children')); document.getElementById("parah_out_activity").style.display='none'; } $(function(){ $("select#sel_city_preferred").change( function(){ document.getElementById('txt_other_sight_city').value=''; document.getElementById('other_city_sight').value=''; varid=$("select#sel_city_preferredoption:selected") .attr('value'); varcountry=id.split('=:')[1]; if(id!=''){ $("select#sel_country").val(country); get_CityList_activity(country); } }); $('#adv_search_lnk').click(function(){ $('#adv_search_pane').slideToggle(); }); }); functionget_CityList_activity(sel){ document.getElementById('city_loading_activity').style.display='block'; //document.getElementById('sel_city_activity').disabled=true; varcountryCode=sel; if(countryCode){ document.getElementById('sel_city_activity').options.length=0; ajax.requestFile='ajax/ajax_city_list.php?sel_country='+countryCode; ajax.onCompletion=create_Cities_activity; ajax.runAJAX(); }else{ document.getElementById('sel_city_activity').value=''; document.getElementById('city_loading_activity').style.display='none'; } } functioncreate_Cities_activity(){ varobj=document.getElementById('sel_city_activity'); eval(ajax.response); document.getElementById('city_loading_activity').style.display='none'; if($("#other_city_sight").val()!=''){ varid=$("#other_city_sight").val(); varcity=id.split('=:')[0]; } if(document.getElementById('sel_city_preferred').value!=''){ varid=$("#sel_city_preferred").val(); varcity=id.split('=:')[0]; } varcity2=city.toLowerCase(); document.getElementById('sel_city_activity').disabled=false; document.getElementById('sel_city_activity').value=city2; } .activity.b2c_date_sec{width:17%!important;border-right:1pxsolid#c6c6c6!important;} .activity.b2c_destination_sec{width:29%!important;} @mediaonlyscreenand(max-width:600px){ .activity.b2c_date_sec{width:100%!important;} .activity.b2c_destination_sec{width:100%!important;} } Destination ActivityDateFrom ActivityDateTo Trellers Adult 1 2 3 4 5 6 7 8 9 Child 0 1 2 3 4 5 e Done Country -Select- AfghanistanÅlandIslandsAlbaniaAlgeriaAmericanSamoaAndorraAngolaAnguillaAntarcticaAntiguaandBarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire,SintEustatiusandSabaBosniaandHerzegovinaBotswanaBouvetIslandBrazilBritishIndianOceanTerritoryBritishVirginIslandsBruneiBulgariaBurkinaFasoBurundiCambodiaCameroonCanadaCapeVerdeCaymanIslandsCentralAfricanRepublicChadChileChinaChristmasIslandCocosIslandsColombiaComorosCookIslandsCostaRicaCroatiaCubaCuracaoCyprusCzechRepublicDemocraticRepublicoftheCongoDenmarkDjiboutiDominicaDominicanRepublicEastTimorEcuadorEgyptElSalvadorEquatorialGuineaEritreaEstoniaEthiopiaFalklandIslandsFaroeIslandsFijiFinlandFranceFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandandMcdonaldIslandsHondurasHongKongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsleofManIsraelItalyIvoryCoastJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKosovoKuwaitKyrgyzstanLaosLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadascarMalawiMalaysiaMaldivesMaliMaltaMarshallIslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsAntillesNewCaledoniaNewZealandNicaruaNigerNigeriaNiueNorfolkIslandNorthKoreaNorthernMarianaIslandsNorwayOmanPakistanPalauPalestinePanamaPapuaNewGuineaParuayPeruPhilippinesPitcairnPolandPortugalPuertoRicoQatarRepublicoftheCongoReunionRomaniaRussiaRwandaSaintBarthelemySaintHelena,AscensionandTristandaCunhaSaintKittsandNevisSaintLuciaSaintMartin(DutchPart)SaintMartin(French)SaintPierreandMiquelonSaintVincentandTheGrenadinesSamoaSanMarinoSaoTomeandPrincipeSaudiArabiaSenegalSerbiaSeychellesSierraLeoneSingaporeSlovakiaSloveniaSolomonIslandsSomaliaSouthAfricaSouthGeorgiaandtheSouthSandwichIslandsSouthKoreaSouthSudanSpainSriLankaSudanSurinameSvalbardandJanMayenSwazilandSwedenSwitzerlandSyriaTaiwanTajikistanTanzaniaThailandTogoTokelauTongaTrinidadandToboTunisiaTurkeyTurkmenistanTurksandCaicosIslandsTuvaluUgandaUkraineUnitedArabEmiratesUnitedKingdomUnitedStatesUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayUzbekistanVanuatuVaticanVenezuelaVietnamWallisandFutunaWesternSaharaYemenZambiaZimbabwe City -Select- Nationality AfghanistanAfrican(CentralAfricanRepublic)African(comoros)African(southafrica)AlandIslandsAlbaniaAlgerianAmericanAmericanSamoanAndorranANGOLAAnguillanAntarcticAntiguan-BarbudanArgentinaArmenianArubanAustralianAustralian(NorfolkIsland)AustrianAzerbaijaniBahamianBahrainiBangladeshiBarbadianBatswanaBelarusianBelgianBelizeanBeninBermudaBhutanBolivianBonaire,SintEustatiusandSaba(Dutch)BosniaandHerzegovinaBouvetIslandBrazilianBritishBritishVirginIslandsBritish(indianOverseasTerritory)BruneianBulgarianBURKINAFASOBurundiCambodianCameroonianCanadianCarribean(SaintKittsandNevis)CaymanIslandsChadChileanChineseCHRISTMASISLANDCocosIslandColombianCongoleseCostaRicanCroatianCubaCuracao(Dutch)CypriotCzechDanishDanish(Faroe)DjiboutiDominicaDominican(DominicanRepublic)Dutch(SaintVincentandTheGrenadines)EastTimorEcuadorEgyptianEmiratiEquatorialGuineaEritreaEstonianEthiopiaFalklandIslandsFijiFinnishFrenchFrenchGuianaFrenchPolynesiaFrenchSouthernTerritoriesFrench(dutch)GabonGambianGeorgianGermanGhanaianGibraltarianGreeceGreenlandGrenadianGuadeloupeGuamGuatemalanGuernseyGuineaGuinea-BissauGuyanaHaitiHeardIslandHondurasHongKongHungarianIcelanderIndianIndonesianIranianIRAQIIrishIsleofManIsrealiItalianIvoryCoastJamaicanJapaneseJerseyJordanianKazakhstaniKenyanKiribatiKOREANKosovoKuwaitiKyrgyzstanLaoLatvianLebaneseLesothoLiberiaLibyanLiechtensteinLithuanianLuxembourgerMacauMacedoniaMadascarMahoranMalawiMalaysianMaldivianMaliMalteseMarshallIslandsMartiniquaisMauritaniaMauritiusMexicanMicronesiaMoldovaMonacanMongoliaMontenegrinMontserratMoroccanMozambicanMyanmar(Burma)NamibianNauruNepaleseNetherlanderNewCaledoniaNewZealanderNewZealandNicaruaNigerNigerianNiueanNorthKoreaNorthernMarianaIslands(American)NorwegianOmaniPakistaniPalaunPalestiniaPanamanianPapuaNewGuineaParuayanPeruvianPhilippinesPITCAIRNPolishPortuguesePuertoRicanQatariRepublicoftheCongoReunionRomanianRussianRwandaSAINTBARTHELEMYSaintHelenianSaintLuciaSaintMartin(Carribean)SaintPierreandMiquelon(french)SalvadoranSamoaSanMarinoSaoTomeandPrincipeSaudiSenegaleseSerbianSeychellesSierraLeoneSingaporeanSlovakianSlovenianSolomonIslandsSomaliaSouthGeorgiaSpanishSriLankanSudaneseSudanese(southsudan)SurinameSvalbardandJanMayenSwazilandSwedishSwissSyrianArabRepublicTaiwanTajikistanTanzanianThaiTogoTokelauanTongaTrinidadandToboTunisianTurkishTurkmenistanTurksandCaicosIslandsTuvaluUgandanUkrainianUnitedStatesMinorOutlyingIslandsUnitedStatesVirginIslandsUruguayanUzbekistanVanuatuVaticanCityVenezuelanVerdeanVietnameseWallisandFutunaWesternSaharaYemenZambianZimbabwe Markup(%) -Select- 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Currency INR PreferredCity -Select- show_child(document.forms['sight_form'],document.getElementById('sel_no_of_children')); :COUPONCODE ... BookNow {{data.location.city_name}} {{data.location.hotel_name}} ... BookNow {{data.Location.country_name}},{{data.Location.city_name}} ... BookNow {{data.Location.country_name}},{{data.Location.city_name}} ... BookNow Istanbul TaksimTulipResidence&Hotel BookNow Istanbul GenoaPortHotel BookNow Fethiye MaraPalaceHotel BookNow Lisbon HotelExcelsior BookNow Rome NonaPalaceLuxuryInn BookNow Lisbon RadissonBluHotel,Lisbon BookNow Kochi(Cochin)AndErnakulam RadissonBluKochi BookNow Delhi(NewDelhi) JaypeeVasantContinental BookNow Singapore IbisStylesSingaporeOnMacpherson(SgClean) BookNow Rome BestWesternPlusHotelUniverso BookNow Rome EurostarsRomaAeterna BookNow Lourdes BestWesternPlusHotelLeRiveDroite&Spa BookNow Paris IbisParisTourEiffelCambronne15ème BookNow Paris BestWesternPlusParisVelizy BookNow Rome BestWesternBluHotelRoma ... ReadMore {{cityinfo.destination_title}} ... ReadMore {{ourbloginfo.blog_title}} ... {{cityinfo.destination_title}}Hotels AllCountries ... {{flightdata.destionation.origin_from_city}}[{{flightdata.destionation.origin_airport_code}}] {{flightdata.destionation.destination_from_city}}[{{flightdata.destionation.destination_airport_code}}] Getthebestdealsinyourinbox.SignUp functionadd_to_newsletter(){varemail_exp=RegExp(/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]){2,4}$/);varemail=$("#news_letter_email_id_app_link").val();if($("#news_letter_email_id_app_link").val()=='Enteremailaddress'){$("#news_letter_email_id_app_link").focus();swal({title:enter_valid});returnfalse;}if(!email_exp.test($("#news_letter_email_id_app_link").val())){$("#news_letter_email_id_app_link").focus();swal({title:enter_valid});returnfalse;}$("#add_sub_newletter").addClass('loadingProgress');url="news_letter.php?action=add&email_id="+email;$.get(url,function(data){if(data=='mail_error'){swal(enter_valid);$('#news_letter_email_id_app_link').val('Enteremailaddress');$("#add_sub_newletter").removeClass('loadingProgress');}elseif(data=='domain_error'){swal(please_enter_vaild_domain_name);$('#news_letter_email_id_app_link').val('Enteremailaddress');$("#add_sub_newletter").removeClass('loadingProgress');}elseif(data=='success'){$("#news_letter_email_id_app_link").focus();swal({title:newsletter_subscribe});$("#add_sub_newletter").removeClass('loadingProgress');$('#news_letter_email_id_app_link').val('');}else{swal({title:newsletter_already});$("#add_sub_newletter").removeClass('loadingProgress');$('#news_letter_email_id_app_link').val('');}});} functionseo_search_flight(e){ //FromData varfromText=$(event.currentTarget).attr("data-from-airport"); varfromCityCode=$(event.currentTarget).attr("data-from-airport-city-code"); varfromCity=$(event.currentTarget).attr("data-from-airport-code"); varfromCityName=$(event.currentTarget).attr("data-from-airport-name"); //ToData vartoText=$(event.currentTarget).attr("data-to-airport"); vartoCityCode=$(event.currentTarget).attr("data-to-airport-city-code"); vartoCity=$(event.currentTarget).attr("data-to-airport-code"); vartoCityName=$(event.currentTarget).attr("data-to-airport-name"); //FromValue $('#fromText').val(fromText); $('#fromTextVal').val(fromText); $('#fromCityCode').val(fromCityCode); $('#fromCity').val(fromCityName); //ToValue $('#toText').val(toText); $('#toTextVal').val(toText); $('#toCityCode').val(toCityCode); $('#toCity').val(toCityName); if($('#fromText:visible').val()==''){ $('#fromText').focus(); swal(txt_please_enter_from_destination); returnfalse; }elseif($('#toText:visible').val()==''){ $('#toText').focus(); swal(txt_please_enter_to_destination); returnfalse; }elseif($('#flight_depart_date:visible').val()==''){ $('#flight_depart_date').focus(); swal(txt_please_enter_depart_date); returnfalse; } if($('#fromText').is(':visible')){ if(($('#fromText:visible').val().trim()==$('#toText:visible').val().trim())){ swal(txt_please_enter_different_from_and_to_destination); returnfalse; } } if(!$('#multiCityFlightChkbox').is(':checked')){ if($('.radio-button-set').is(':visible')){ if(!$('#roundTrip_depart').is(':visible')){ $('#flight_return_date').val(''); } if($('#fromText').is(':visible')){ if(($('#fromText:visible').val().trim()==$('#toText:visible').val().trim())){ swal(txt_please_enter_different_from_and_to_destination); returnfalse; } } } } if($('#multiCityFlightChkbox').is(':checked')){ $('input[name="tripType"]').val('multiCity'); for(i=0;i0){ if(MformObj.sel_city_preferred.value==""&&MformObj.txt_other_hotel_city.value==""){ swal(select_preferred_city); returnfalse; } } if(MformObj.txt_other_hotel_city.value=="") { MformObj.txt_other_hotel_city.focus(); swal(select_destination); returnfalse; }elseif(MformObj.sel_country_res.options[MformObj.sel_country_res.selectedIndex].value=="0"&&is_b2c!=1){ MformObj.sel_country_res.focus(); swal(select_country_of); returnfalse; }elseif(MformObj.sel_country_res.options[MformObj.sel_country_res.selectedIndex].value=="default"&&is_b2c!=1){ MformObj.sel_country_res.focus(); swal(select_country_of); returnfalse; } else{ varfinal_string=""; vartt; for(vari=0;i{AOS.init({duration:1000,easing:'ease-in-out',once:true,mirror:false})});$(document).ready(function(){$('.mobN_rightSpace.form_dv').scroll(function(){if($('.mobN_rightSpace.form_dv').scrollLeft()>=50){$('.minusIcon_n').removeClass('hiddenIcon');$('.plusIcon_n').addClass('hiddenIcon');}else{$('.plusIcon_n').removeClass('hiddenIcon');$('.minusIcon_n').addClass('hiddenIcon');}})$('.addFlightRoute').click(function(){$(this).hide();$('#addFlightRT_One').show();});$('.removeFlightRoute').click(function(){$('#addFlightRT_One').hide();});});.future_destination_packe_sec.topDestination.topDestination_banner_text{padding:20px15px015px;background:-moz-linear-gradient(270deg,rgba(255,255,255,0)0%,rgba(41,41,41,0.9)100%);/*ff3.6+*/background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(41,41,41,0.9)));/*safari4+,chrome*/background:-webkit-linear-gradient(270deg,rgba(255,255,255,0)0%,rgba(41,41,41,0.9)100%);/*safari5.1+,chrome10+*/background:-o-linear-gradient(270deg,rgba(255,255,255,0)0%,rgba(41,41,41,0.9)100%);/*opera11.10+*/background:-ms-linear-gradient(270deg,rgba(255,255,255,0)0%,rgba(41,41,41,0.9)100%);/*ie10+*/background:linear-gradient(180deg,rgba(255,255,255,0)0%,rgba(41,41,41,0.9)100%);/*w3c*/filter:progid:DXImeTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#',GradientType=0);/*ie6-9*/}

Sitio:Travel Systems LLPReporte

Si hay una infracción del sitio, haga clic en InformarReporte

Información recomendada

Sitio recomendado