Categories
allPost

Hotels in Pakistan.

93 people 👁️ing this randomly


<![CDATA[ document.addEventListener('DOMContentLoaded', function () { /** * provides the current user's cookie consent * in order to use it: * 1. inline privacy/cookieConsent.js in the page you need to use it. * please note that this library relies on window.PCM.isCountryNeedCookieBanner to be initialised * before using (calling getValue function) it * 2. in your js file: * * var privacyCookieConsent = B.require('privacyCookieConsent'); * var consent = privacyCookieConsent.getValue(); */ B.define('privacyCookieConsent', function () { var consentGroupIsAllowed = { analytical: 'C0002%3A1', marketing: 'C0004%3A1' }; var optanonConsentCookieName = 'OptanonConsent'; var optanonBoxClosedCookieName = 'OptanonAlertBoxClosed'; var halfOfYearMillis = 180 * 24 * 60 * 60 * 1000; function isDefined(value) { return value && value !== "undefined"; } function parseConsentToObject(consent) { var result = {}; if (typeof consent === 'string') { var parts = consent.split('&'); parts.forEach(function (part) { var keyAndValue = part.split('='); result[keyAndValue[0]] = keyAndValue[1]; }); } return result; } function isConsentValid(consent, alertBoxClosed) { return isDefined(consent) && isDefined(alertBoxClosed) && new Date() – new Date(alertBoxClosed) <= halfOfYearMillis; } function getCookie(name) { name += "="; var cookies = document.cookie.split(";"); for (var i = 0; i -1; return result; }) .reduce( function (result, currentValue) { return Object.assign(result, currentValue); }, { functional: true } ); } } function getImplicitConsent() { var consentValue = !doesGeolocationRequireBanner(); return { functional: true, analytical: consentValue, marketing: consentValue }; } function getValue() { var consent = getExplicitConsent(); if (!consent) { consent = getImplicitConsent(); } return consent; } return { getValue: getValue }; }); //c360 javascript tracker first iteration //sends a track request to c360 http tracker //in order to use it: //1. inline the c360Tracker.js in the page you need to use it //2. in your js file: // // var c360Tracker = B.require('c360Tracker'); // var event = { // action_name:"accommodation_checkout_confirmation_viewed", // action_version :"0.2.0", // content : { "transaction_id" : 123434}, // user : { "BKNG_user_id": 123434} // }; // c360Tracker.track(event); B.define('c360Tracker', function () { var enrichedContext = {}; var configuration = { validateInput: false }; var track = function (event) { if (event == null) { return "event object is null or empty"; } else { //if (enrichedContext.userID != null) { // event.user = {BKNG_user_id: enrichedContext.userID}; //} var validationResult = new ValidationResult(true); if (configuration.validateInput) { validationResult = validateInput(event); } if (!validationResult.success) { return validationResult.message; } send(event); } }; function send(data) { data.context = enrichedContext; data.tracker = { tracker_name: "C360JSTracker", tracker_type: "Client", tracker_version: "0.1.0" }; return $.ajax({ url: '/c360/v1/track', type: 'POST', data: JSON.stringify(data), }); } enrich(); var scheme = { "type": "object", "properties": { "action_name": { "type": "string", "description": "action name (ex. element viewed)", }, "action_version": { "type": "string", "description": "action version" }, "content": { "type": "object", "description": "content defined by the registered producer scheme" } } }; function ValidationResult(success, message) { this.success = success; this.message = message; } function validateInput(event) { var result = validateObject(event, scheme); return result; } function validateObject(obj, scheme) { if (scheme.properties != null) { var propsArray = Object.getOwnPropertyNames(scheme.properties); for (var i = 0; i The 10 best Pakistan hotels – Where to stay in Pakistan 1, “b_gtt”: ‘dLYAeZFVJfNTBBScUJZWCFJVJfcbWYBXZDTNSXe’, “b_action” : ‘country’, “b_secure_domain” : ‘https://secure.booking.com’, “b_site_type” : ‘www’, “b_site_type_id”: ‘1’, “b_calendar2” : ‘1’, “BHDTJdReLGMeEcYPffcVDZBZMO”: true, /* */ “b_partner_channel_id”: ’17’, “b_bookings_owned”: ‘1’, “b_google_maps_key_params” : ‘true&indexing=true’, “b_lang” : ‘en’, “b_has_valid_dates”: 0, “b_countrycode” : ‘pk’, “b_guest_country” : ‘us’, “b_locale” : ‘en-us’, “b_lang_for_url” : ‘en-us’, “b_this_urchin” : ‘/country/pk.html&’, “b_flag_to_suggest” : ‘us’, “b_companyname” : ‘Booking.com’, “b_partner_vertical” : ‘channel_seo’, b_date_format: {“month_with_year”:”{month_name_with_year_only} {full_year}”,”short_weekday_only”:”{short_weekday}”,”day_month_year_time_before”:”before {time} on {month_name} {day_name}, {year}”,”date_with_weekday_time_until”:”{weekday}, {begin_marker}{month_name} {day_of_month}{end_marker}, {full_year} until {time}”,”day_month_year_between”:”between {month_name} {day_name}, {full_year} and {month_name_until} {day_name_until}, {full_year_until}”,”date_with_weekday”:”{weekday} {day_of_month} {month_name} {full_year}”,”day_month_year_on”:”on {month_name} {day_name}, {full_year}”,”short_date_without_year_range”:”{short_month_name} {day_of_month} – {short_month_name_until} {day_of_month_until}”,”day_month_year_until”:”until {month_name} {day_name}, {full_year}”,”day_month_until”:”until {month_name} {day_name}”,”date_with_weekday_time_from_until”:”{weekday}, {begin_marker}{month_name} {day_of_month}{end_marker}, {full_year} from {time} until {time_until}”,”day_month_other”:”{month_name} {day_other}”,”day_short_month_year_time”:”{short_month_name} {day_of_month}, {full_year}, {time}”,”short_date_without_year”:”{day_of_month} {short_month_name}”,”in_month_with_year”:”in {month_name_in} {full_year}”,”day_short_month_year”:”{short_month_name} {day_name}, {full_year}”,”day_month_year_from”:”from {month_name} {day_name}, {full_year}”,”numeric_date”:”{month}/{day_of_month}/{full_year}”,”numeric_date_range_both_years”:”{month}/{day_of_month}/{full_year} – {month_until}/{day_of_month_until}/{full_year_until}”,”day_month_between”:”between {month_name} {day_name} and {month_name_until} {day_name_until}”,”ux_day_month_on”:”on {month_2} {day_2}”,”date_with_year”:”{day_of_month} {month_name} {full_year}”,”month_name_only”:”{month_name_nom}”,”day_month_year_other”:”{month_name} {day_other}, {full_year}”,”short_date”:”{day_of_month} {short_month_name} {full_year}”,”date_with_weekday_to”:”{weekday_to} {day_of_month} {month_name_to} {full_year}”,”date_with_short_weekday_with_year”:”{short_weekday} {day_of_month} {month_name} {full_year}”,”from_month_with_year”:”since {month_name_from} {full_year}”,”range_from_long_date_time_until_long_date_time”:”from {month_name} {day_of_month}, {full_year} at {time} until {month_name_until} {day_of_month_until}, {full_year_until} at {time_until}”,”day_short_month_time_between”:”{short_month_name} {day_of_month}, {time} – {time_until}”,”numeric_day_month_year”:”{month_name_0}/{day_name_0}/{full_year}”,”day_short_month_year_other”:”{short_month_name} {day_name_other}, {full_year}”,”long_date_range_both_years”:”{day_of_month} {month_name} {full_year} – {day_of_month_until} {month_name_until} {full_year_until}”,”date_without_year”:”{day_of_month} {month_name}”,”date_with_short_weekday_without_year”:”{short_weekday} {day_of_month} {month_name}”,”day_short_month_year_between”:”{day_of_month} {short_month_name} {full_year} – {day_of_month_until} {short_month_name_until} {full_year_until}”,”date_with_weekday_time_from”:”{weekday}, {begin_marker}{month_name} {day_of_month}{end_marker}, {full_year} from {time}”,”numeric_day_month_year_from”:”from {month_name_0}/{day_name_0}/{full_year}”,”date_with_weekday_with_markers”:”{weekday}, {begin_marker}{month_name} {day_of_month}{end_marker}, {full_year}”,”day_month_year”:”{month_name} {day_name}, {full_year}”,”day_short_month_year_on”:”on {short_month_name} {day_name}, {full_year}”,”short_month_with_year”:”{short_month_name} {full_year}”,”numeric_day_month_year_between”:”between {month_name_0}/{day_name_0}/{full_year} and {month_name_0_until}/{day_name_0_until}/{full_year_until}”,”day_of_month_only”:”{day_of_month}”,”date_with_weekday_from”:”{weekday_from}, {month_name_from} {day_of_month}, {full_year}”,”numeric_day_month_year_time_before”:”before {time} on {month_name_0}/{day_name_0}/{full_year}”,”short_month_only”:”{short_month_name}”,”date_with_weekday_time_at”:”date_with_weekday_time_at”,”short_date_with_weekday_without_year”:”{short_weekday} {day_of_month} {short_month_name}”,”day_short_month_year_from”:”from {short_month_name} {day_name}, {full_year}”,”ux_day_month”:”{month_1} {day_1}”,”numeric_day_month_year_until”:”until {month_name_0}/{day_name_0}/{full_year}”,”numeric_day_month_year_on”:”on {month_name_0}/{day_name_0}/{full_year}”,”day_month_from”:”from {month_name} {day_name}”,”date_range_with_short_weekday_short_month”:”{short_weekday} {day_of_month} {short_month_name} – {short_weekday_until} {day_of_month_until} {short_month_name_until}”,”day_short_month_year_until”:”until {short_month_name} {day_name}, {full_year}”,”day_month”:”{month_name} {day_name}”,”day_short_month_between”:”{day_of_month} {short_month_name} – {day_of_month_until} {short_month_name_until}”,”numeric_date_range”:”{month}/{day_of_month} – {month_until}/{day_of_month_until}”,”day_short_month_year_time_between”:”{short_month_name} {day_of_month}, {full_year}, {time} – {time_until}”,”day_short_month_time”:”{short_month_name} {day_of_month}, {time}”,”short_date_with_weekday”:”{short_weekday} {day_of_month} {short_month_name} {full_year}”,”day_month_on”:”on {month_name} {day_name}”}, b_month_for_formatted_date: {“1”:{“name_with_year_only”:”January”,”name_lc”:”January”,”name”:”January”,”name_from”:”January”,”name_to”:”January”,”short_name”:”Jan”,”name_uc”:”January”,”name_in”:”January”,”short_name_uc”:”January”,”name_only”:”January”,”short_name_only”:”Jan”,”month_2″:”January”,”name_def_article_uc”:”The January”,”name_other”:”January”,”month_1″:”January”,”name_def_article_lc”:”the January”,”on_day_month”:”01″,”genitive_uc”:”January”,”genitive_lc”:”January”,”in_month_lc”:”in January”,”day_to”:”January”,”to_month_lc”:”to January”},”10″:{“name_lc”:”October”,”name_def_article_uc”:”The October”,”name”:”October”,”name_with_year_only”:”October”,”name_to”:”October”,”name_def_article_lc”:”the October”,”short_name”:”Oct”,”name_from”:”October”,”name_other”:”October”,”month_1″:”October”,”genitive_uc”:”October”,”genitive_lc”:”October”,”name_in”:”October”,”name_uc”:”October”,”on_day_month”:”10″,”short_name_uc”:”October”,”name_only”:”October”,”to_month_lc”:”to October”,”in_month_lc”:”in October”,”short_name_only”:”Oct”,”month_2″:”October”},”11″:{“genitive_uc”:”November “,”genitive_lc”:”November “,”on_day_month”:”11″,”name_uc”:”November”,”name_in”:”November”,”name_only”:”November”,”short_name_uc”:”November”,”to_month_lc”:”to November “,”short_name_only”:”Nov”,”in_month_lc”:”in November “,”month_2″:”November”,”name_def_article_uc”:”The November”,”name_lc”:”November”,”name”:”November”,”name_with_year_only”:”November”,”name_def_article_lc”:”the November”,”name_to”:”November”,”short_name”:”Nov”,”name_from”:”November”,”name_other”:”November”,”month_1″:”November”},”12″:{“name_lc”:”December”,”name_def_article_uc”:”The December”,”name”:”December”,”name_with_year_only”:”December”,”name_to”:”December”,”name_def_article_lc”:”the December”,”short_name”:”Dec”,”name_other”:”December”,”name_from”:”December”,”month_1″:”December”,”genitive_uc”:”December”,”genitive_lc”:”December “,”on_day_month”:”12″,”name_uc”:”December”,”name_in”:”December”,”name_only”:”December”,”short_name_uc”:”December”,”to_month_lc”:”to December”,”in_month_lc”:”in December”,”short_name_only”:”Dec”,”month_2″:”December”},”2″:{“name_to”:”February”,”short_name”:”Feb”,”name_from”:”February”,”name_lc”:”February”,”name”:”February”,”name_with_year_only”:”February”,”short_name_only”:”Feb”,”month_2″:”February”,”name_uc”:”February”,”name_in”:”February”,”name_only”:”February”,”short_name_uc”:”February”,”name_def_article_lc”:”the February”,”name_other”:”February”,”month_1″:”February”,”name_def_article_uc”:”The February”,”to_month_lc”:”to February “,”in_month_lc”:”in February “,”day_to”:”February”,”genitive_uc”:”February “,”genitive_lc”:”February “,”on_day_month”:”02″},”3″:{“day_to”:”March”,”in_month_lc”:”in March”,”to_month_lc”:”to March”,”on_day_month”:”03″,”genitive_lc”:”March”,”genitive_uc”:”March”,”month_1″:”March”,”name_other”:”March”,”name_def_article_lc”:”the March”,”name_def_article_uc”:”The March”,”month_2″:”March”,”short_name_only”:”Mar”,”name_only”:”March”,”short_name_uc”:”March”,”name_in”:”March”,”name_uc”:”March”,”name_from”:”March”,”short_name”:”Mar”,”name_to”:”March”,”name_with_year_only”:”March”,”name”:”March”,”name_lc”:”March”},”4″:{“name_def_article_lc”:”the April”,”name_to”:”April”,”short_name”:”Apr”,”name_from”:”April”,”name_other”:”April”,”month_1″:”April”,”name_def_article_uc”:”The April”,”name_lc”:”April”,”name”:”April”,”name_with_year_only”:”April”,”to_month_lc”:”to April”,”in_month_lc”:”in April”,”short_name_only”:”Apr”,”month_2″:”April”,”genitive_uc”:”April”,”genitive_lc”:”April”,”name_uc”:”April”,”on_day_month”:”04″,”name_in”:”April”,”name_only”:”April”,”short_name_uc”:”April”},”5″:{“name_only”:”May”,”short_name_uc”:”May”,”on_day_month”:”05″,”name_uc”:”May”,”name_in”:”May”,”genitive_lc”:”May”,”genitive_uc”:”May”,”month_2″:”May”,”in_month_lc”:”in May”,”short_name_only”:”May”,”to_month_lc”:”to May”,”name_with_year_only”:”May”,”name”:”May”,”name_def_article_uc”:”The May”,”name_lc”:”May”,”month_1″:”May”,”name_from”:”May”,”name_other”:”May”,”short_name”:”May”,”name_def_article_lc”:”the May”,”name_to”:”May”},”6″:{“month_1″:”June”,”name_other”:”June”,”name_from”:”June”,”short_name”:”Jun”,”name_def_article_lc”:”the June”,”name_to”:”June”,”name_with_year_only”:”June”,”name”:”June”,”name_def_article_uc”:”The June”,”name_lc”:”June”,”month_2″:”June”,”in_month_lc”:”in June”,”short_name_only”:”Jun”,”to_month_lc”:”to June”,”name_only”:”June”,”short_name_uc”:”June”,”name_in”:”June”,”name_uc”:”June”,”on_day_month”:”06″,”genitive_lc”:”June”,”genitive_uc”:”June”},”7″:{“name_other”:”July”,”name_from”:”July”,”month_1″:”July”,”name_def_article_lc”:”the July”,”name_to”:”July”,”short_name”:”Jul”,”name_with_year_only”:”July”,”name_def_article_uc”:”The July”,”name_lc”:”July”,”name”:”July”,”short_name_only”:”Jul”,”in_month_lc”:”in July”,”month_2″:”July”,”to_month_lc”:”to July”,”on_day_month”:”07″,”name_uc”:”July”,”name_in”:”July”,”short_name_uc”:”July”,”name_only”:”July”,”genitive_uc”:”July”,”genitive_lc”:”July”},”8″:{“name_from”:”August”,”name_other”:”August”,”month_1″:”August”,”name_def_article_lc”:”the August”,”name_to”:”August”,”short_name”:”Aug”,”name_with_year_only”:”August”,”name_lc”:”August”,”name_def_article_uc”:”The August”,”name”:”August”,”in_month_lc”:”in August”,”short_name_only”:”Aug”,”month_2″:”August”,”to_month_lc”:”to August”,”on_day_month”:”08″,”name_uc”:”August”,”name_in”:”August”,”short_name_uc”:”August”,”name_only”:”August”,”genitive_uc”:”August”,”genitive_lc”:”August”},”9″:{“on_day_month”:”09″,”name_uc”:”September”,”name_in”:”September”,”short_name_uc”:”September”,”name_only”:”September”,”genitive_uc”:”September”,”genitive_lc”:”September”,”in_month_lc”:”in September”,”short_name_only”:”Sept”,”month_2″:”September”,”to_month_lc”:”to September”,”name_with_year_only”:”September”,”name_def_article_uc”:”The September”,”name_lc”:”September”,”name”:”September”,”name_other”:”September”,”name_from”:”September”,”month_1″:”September”,”name_to”:”September”,”name_def_article_lc”:”the September”,”short_name”:”Sep”}}, b_weekday_formatted_date: {“1”:{“name_to”:”Monday”,”name_from”:”Monday”,”name_other”:”Monday”,”shortest”:”Mo”,”name”:”Monday”,”short_uc”:”Mon”,”name_lc”:”Monday”,”short”:”Mon”,”name_other_uc”:”Monday”,”name_on”:”Monday”,”name_uc”:”Monday”},”2″:{“name_on”:”Tuesday”,”name_uc”:”Tuesday”,”short_uc”:”Tue”,”name”:”Tuesday”,”shortest”:”Tu”,”short”:”Tue”,”name_other_uc”:”Tuesday”,”name_lc”:”Tuesday”,”name_other”:”Tuesday”,”name_from”:”Tuesday”,”name_to”:”Tuesday”},”3″:{“name_uc”:”Wednesday”,”name_on”:”Wednesday”,”short_uc”:”Wed”,”name”:”Wednesday”,”shortest”:”We”,”name_other_uc”:”Wednesday”,”short”:”Wed”,”name_lc”:”Wednesday”,”name_other”:”Wednesday”,”name_from”:”Wednesday”,”name_to”:”Wednesday”},”4″:{“name_on”:”Thursday”,”name_uc”:”Thursday”,”short_uc”:”Thu”,”name”:”Thursday”,”shortest”:”Th”,”short”:”Thu”,”name_other_uc”:”Thursday”,”name_lc”:”Thursday”,”name_from”:”Thursday”,”name_other”:”Thursday”,”name_to”:”Thursday”},”5″:{“name_uc”:”Friday”,”name_on”:”Friday”,”shortest”:”Fr”,”short_uc”:”Fri”,”name”:”Friday”,”name_lc”:”Friday”,”name_other_uc”:”Friday”,”short”:”Fri”,”name_from”:”Friday”,”name_other”:”Friday”,”name_to”:”Friday”},”6″:{“name_uc”:”Saturday”,”name_on”:”Saturday”,”short_uc”:”Sat”,”name”:”Saturday”,”shortest”:”Sa”,”short”:”Sat”,”name_other_uc”:”Saturday”,”name_lc”:”Saturday”,”name_other”:”Saturday”,”name_from”:”Saturday”,”name_to”:”Saturday”},”7″:{“name_to”:”Sunday”,”name_from”:”Sunday”,”name_other”:”Sunday”,”short”:”Sun”,”name_other_uc”:”Sunday”,”name_lc”:”Sunday”,”name”:”Sunday”,”short_uc”:”Sun”,”shortest”:”Su”,”name_on”:”Sunday”,”name_uc”:”Sunday”},”8″:{“name_to”:”name_to”,”name_from”:”name_from”,”name_other”:”name_other”,”name_other_uc”:”name_other_uc”,”short”:”short”,”name_lc”:”every day”,”name”:”Every day”,”short_uc”:”short_uc”,”shortest”:”shortest”,”name_on”:”name_on”,”name_uc”:”name_uc”}}, b_time_format: {“AM_symbol”:{“name”:”AM”},”PM_symbol”:{“name”:”PM”},”time”:{“name”:”{hour_12h_no0}:{minutes} {AM_PM}”}}, “b_protocol”: ‘https’, b01: 1, auth_level : “0”, b_user_auth_level_is_none : 1, b_check_ot_consent : 1, bui: { color: { bui_color_grayscale_dark: “#333333”, bui_color_grayscale: “#6B6B6B”, bui_color_grayscale_light: “#BDBDBD”, bui_color_grayscale_lighter: “#E6E6E6”, bui_color_grayscale_lightest: “#F5F5F5”, bui_color_primary_dark: “#00224F”, bui_color_primary: “#003580”, bui_color_primary_light: “#BAD4F7”, bui_color_primary_lighter: “#EBF3FF”, bui_color_primary_lightest: “#FAFCFF”, bui_color_complement_dark: “#CD8900”, bui_color_complement: “#FEBB02”, bui_color_complement_light: “#FFE08A”, bui_color_complement_lighter: “#FDF4D8”, bui_color_complement_lightest: “#FEFBF0”, bui_color_callout_dark: “#BC5B01”, bui_color_callout: “#FF8000”, bui_color_callout_light: “#FFC489”, bui_color_callout_lighter: “#FFF0E0”, bui_color_callout_lightest: “#FFF8F0”, bui_color_destructive_dark: “#A30000”, bui_color_destructive: “#CC0000”, bui_color_destructive_light: “#FCB4B4”, bui_color_destructive_lighter: “#FFEBEB”, bui_color_destructive_lightest: “#FFF0F0”, bui_color_constructive_dark: “#006607”, bui_color_constructive: “#008009”, bui_color_constructive_light: “#97E59C”, bui_color_constructive_lighter: “#E7FDE9”, bui_color_constructive_lightest: “#F1FEF2”, bui_color_action: “#0071C2”, bui_color_white: “#FFFFFF”, bui_color_black: “#000000” } }, bb: { ibb: “”, uibb: “”, ibbta: “”, itp: “0”, iuibb: “”, bme: “”, euibb: “”, tp: “2” }, b_growls_close_fast: 1, fe_enable_login_with_phone_number: 1, asyncLoader: { async_assistant_entrypoint_css: ‘https://cf.bstatic.com/static/css/assistant_entrypoint_cloudfront_sd.iq_ltr/828028cb1433e9442a919c1a1ee87b1546789753.css’, async_assistant_entrypoint_js: ‘https://cf.bstatic.com/static/js/assistant_entrypoint_cloudfront_sd/eedfd8b3b2afb306a8e93fc59a4ca677762d4844.js’, async_atlas_places_js: ‘https://cf.bstatic.com/static/js/atlas_places_async_cloudfront_sd/9a9bcd998016ecc6409aa42c8605f7850a767a34.js’, async_atlas_v2_cn_js: ‘https://cf.bstatic.com/static/js/async_atlas_v2_cn_cloudfront_sd/81eff4cefb6e11d2127f1b2bf8b66aa4856c69b7.js’, async_atlas_v2_non_cn_js: ‘https://cf.bstatic.com/static/js/async_atlas_v2_non_cn_cloudfront_sd/b18fee939912d83b840433c04a08f7f09421c802.js’, image_gallery_js: ‘https://cf.bstatic.com/static/js/ski_lp_overview_panel_cloudfront_sd/9d8e7cfd33a37ffb15285d98f6970024f06cf36d.js’, image_gallery_css: ‘https://cf.bstatic.com/static/css/ski_lp_overview_panel_cloudfront_sd.iq_ltr/0effb67ab792d234aa8ebfaaa03e22563942a885.css’, async_lists_js: ‘https://cf.bstatic.com/static/js/async_lists_cloudfront_sd/1518bc93d1edc7b0226127d5badaf62d95d36134.js’, async_landing_pages_atlas_map_css: ‘https://cf.bstatic.com/static/css/async_landing_pages_atlas_map_cloudfront_sd/cd02f822ab956cc4c319700a07a1a36d7df005a1.css’, async_landing_pages_atlas_map_js: ‘https://cf.bstatic.com/static/js/async_landing_pages_atlas_map_cloudfront_sd/c3ff11a17555f6a27a1e95357cffe879626f873a.js’, async_wpm_overlay_css: ‘https://cf.bstatic.com/static/css/async_wpm_overlay_assets_cloudfront_sd.iq_ltr/abb304bf3600a5cf5f7406a27f042cf1ce2429b1.css’, async_wpm_overlay_js: ‘https://cf.bstatic.com/static/js/async_wpm_overlay_assets_cloudfront_sd/c6cb9b63eea61102d4e96fe72b7c8008652fe925.js’, async_tt_quiz_js: ‘https://cf.bstatic.com/static/js/async_tt_quiz_cloudfront_sd/8e3159ed1f490736c8984a2b979c73d5dbf0c863.js’, async_tt_quiz_css: ‘https://cf.bstatic.com/static/css/async_tt_quiz_cloudfront_sd.iq_ltr/e909e7e435e6cbbe8369f6b92be45b68eb5cbe06.css’, empty: ” }, fe_enable_fps_goal_with_value: 1, b_email_validation_regex : /^([w-.+]+@([w-]+.)+[w-]{2,14})?$/, b_domain_end : ‘.booking.com’, b_original_url : ‘https://www.booking.com/country/pk.html’, b_this_url : ‘/country/pk.html’, b_this_url_without_lang : ‘/country/pk.html’, b_referrer : ‘http://www.bing.com/’, b_acc_type : ”, b_req_login: ”, jst : {‘loading’: true}, keep_day_month: true, b_timestamp : 1667239901, referal_tab: true, scripts_tracking : { }, enable_scripts_tracking : 1, b_ufi : ”, “setvar_affiliate_is_bookings2″ : 1, transl_close_x : ‘close’, transl_checkin_title: ‘Check-in date’, transl_checkout_title: ‘Check-out date’, browser_lang: ”, b_hijri_calendar_available: false, b_aid: ‘357028’, b_label: ‘bin000jc-1DCAIotQFCAnBrSDNYA2inAogBAZgBMbgBBcgBDNgBA-gBAfgBAogCAagCArgC3Z-AmwbAAgHSAiRkYzNhOWQ0Zi0xZGVjLTRmMGItODgyOS1lMWE5NDEzMTk4NGPYAgTgAgE’, b_sid: ‘0660205293be88cadfd1421fcf36642c’, b_dest_id: ‘161’, ip_country: ‘us’, country_currency: ‘USD’, b_selected_currency: ‘USD’, b_selected_currency_is_hotel_currency: “”, b_selected_language: ‘en-us’, b_selected_language_country_flag: ‘us’, pageview_id: ’11aa7feef9540177′, aid: ‘357028’, b_csrf_token: ‘HUhgYwAAAAA=b-wmp6RuGIXQ-CE7Rn0alRCfCcGydl_0hZpixuhu8z70oV76prd8TTa5RPE9Tc9f29-nMfMgTeAr4flnxqh__vZvOnyxsoIxU4xBLETInuiXbBRAtW0D9SK3PL1gTzh4YLBKpQ9Syo5PCl4FjA3me3D-8Jd1F8SQQJqWP35ZQ9BGvN9Va5_w9QxoWutqQxrrwDGXcEf7Fgx6CCkb’, b_show_user_accounts_features: 1, b_browser: ‘chrome’, b_browser_version: ’60’, et_debug_level: ‘0’, icons: ‘/static/img’, b_static_images: ‘https://cf.bstatic.com/images/’, b_currency_url: ‘/general.html&tmpl=currency_foldout&cur_currency=USD&cc1=pk’, b_currency_change_base_url: ‘/country/pk.html’, b_languages_url: ‘/general.html&tmpl=language_foldout’, b_weekdays: [ {“b_is_weekend”: parseInt( ” ), “b_number”: parseInt(‘1’), “name”: ‘Monday’, “short”: ‘Mon’, “shorter”: ‘Mon’, “shortest”: ‘Mo’}, {“b_is_weekend”: parseInt( ” ), “b_number”: parseInt(‘2’), “name”: ‘Tuesday’, “short”: ‘Tue’, “shorter”: ‘Tue’, “shortest”: ‘Tu’}, {“b_is_weekend”: parseInt( ” ), “b_number”: parseInt(‘3’), “name”: ‘Wednesday’, “short”: ‘Wed’, “shorter”: ‘Wed’, “shortest”: ‘We’}, {“b_is_weekend”: parseInt( ” ), “b_number”: parseInt(‘4’), “name”: ‘Thursday’, “short”: ‘Thu’, “shorter”: ‘Thu’, “shortest”: ‘Th’}, {“b_is_weekend”: parseInt( ” ), “b_number”: parseInt(‘5’), “name”: ‘Friday’, “short”: ‘Fri’, “shorter”: ‘Fri’, “shortest”: ‘Fr’}, {“b_is_weekend”: parseInt( ‘1’ ), “b_number”: parseInt(‘6’), “name”: ‘Saturday’, “short”: ‘Sat’, “shorter”: ‘Sat’, “shortest”: ‘Sa’}, {“b_is_weekend”: parseInt( ‘1’ ), “b_number”: parseInt(‘7’), “name”: ‘Sunday’, “short”: ‘Sun’, “shorter”: ‘Sun’, “shortest”: ‘Su’}, {}], b_group: [], b_simple_weekdays: [‘Mo’,’Tu’,’We’,’Th’,’Fr’,’Sa’,’Su’], b_simple_weekdays_for_js: [‘Mon’,’Tue’,’Wed’,’Thu’,’Fri’,’Sat’,’Sun’], b_long_weekdays: [‘Monday’,’Tuesday’,’Wednesday’,’Thursday’,’Friday’,’Saturday’,’Sunday’], b_short_months: [‘January’,’February’,’March’,’April’,’May’,’June’,’July’,’August’,’September’,’October’,’November’,’December’], b_short_months_abbr: [‘Jan’,’Feb’,’Mar’,’Apr’,’May’,’Jun’,’Jul’,’Aug’,’Sep’,’Oct’,’Nov’,’Dec’], b_year_months: { ‘2022-10’: {‘name’: ‘October 2022’ }, ‘2022-11’: {‘name’: ‘November 2022’ }, ‘2022-12’: {‘name’: ‘December 2022’ }, ‘2023-1’: {‘name’: ‘January 2023’ }, ‘2023-2’: {‘name’: ‘February 2023’ }, ‘2023-3’: {‘name’: ‘March 2023’ }, ‘2023-4’: {‘name’: ‘April 2023’ }, ‘2023-5’: {‘name’: ‘May 2023’ }, ‘2023-6’: {‘name’: ‘June 2023’ }, ‘2023-7’: {‘name’: ‘July 2023’ }, ‘2023-8’: {‘name’: ‘August 2023’ }, ‘2023-9’: {‘name’: ‘September 2023’ }, ‘2023-10’: {‘name’: ‘October 2023’ }, ‘2023-11’: {‘name’: ‘November 2023’ }, ‘2023-12’: {‘name’: ‘December 2023’ }, ‘2024-1’: {‘name’: ‘January 2024’ } }, b_is_landing_page : 1, b_is_landing : 1, b_user_auth_level_is_none: 1, b_is_fb_safe: 1, b_is_app: 1, first_page_of_results: true, b_partner_id: ‘483978’, b_is_destination_finder_supported: 0, b_is_dsf: 0, b_pr_param: ”, /* */ feature_profile_split_sb_checkbox: 1, inandaround_more: “More”, b_signup_iframe_url: ‘https://secure.booking.com’ + ‘/login.html?tmpl=profile/signup_after_subscribe’ + ‘&lang=en-us’ , b_exclude_lang_firstname: 0, view_prices_enter_dates: ‘To view prices and availability, please enter your dates.’, autocomplete_categories: { city: ‘Cities’, region: ‘Regions’, airport: ‘Airports’, hotel: ‘Hotels’, landmark: ‘Landmarks’, country: ‘Countries’, district: ‘Districts’, theme: ‘Themes’ }, autocomplete_skip_suggestions: ‘Search for more options’, autocomplete_counter_label: ‘Properties nearby’, autocomplete : { property_nearby: ‘1 property nearby’, properties_nearby: ‘ properties nearby’, hotel: ‘property’, hotels: ‘properties’, hotels_nearby: ‘Properties nearby’ }, lists: { collection: [ { id: “0”, name: “My next trip”, hotels_count: “0” } ] }, touch_os: false, calendar_days_allowed_number: 334, b_search_max_months: 16, b_run_ge_new_newsletter_login: 1, b_password_strength_msg: [‘Not long enough’,’Weak’,’Fair’,’Good’,’Strong’,’Very Strong’], b_passwd_min_length_error: ‘Password needs to be at least 8 characters long’, b_password_must_be_numeric: ‘Your booking’s PIN code should contain 4 digits. Please try again.’, b_bkng_nr_must_be_numeric: ‘Your booking number should contain 9 digits. Please try again.’, b_blank_numeric_pin: ‘Please enter your booking’s PIN code.’, b_blank_bkng_nr: ‘Please enter your booking number.’, password_cant_be_username: ‘Your password can’t be the same as your email address’, b_show_passwd: ‘View password’, b_passwd_tooltip: ‘Include capital letters, special characters, and numbers to increase your password strength’, account_error_add_password: ‘Please add a password’, password_needs_8: ‘Password needs to be at least 8 characters long’, error_sign_up_password_email_combo_01: ‘Please check your email address or password and try again.’, social_plugins_footer: 1, b_lazy_load_print_css: 1, print_css_href: ‘https://cf.bstatic.com/static/css/print/0cc4ce4b7108d42a9f293fc9b654f749d84ba4eb.css’, ‘component/dropdown-onload-shower/header_signin_prompt’ : { b_action: “country” ,can_redirect: 1 ,redirect_uri: “https://account.booking.com/auth/oauth2?state=UtMBKEi_dEchvlwJZ23LoZn1t29ScLmW1RnIJy6XcTU-dStfQ18E84z4uhYVv4EbyT15MfBGzAmzcglAGwz-IVf_mkXd_bXCKa1HIXTWbdb2zu_HUBsK1cr9FqkoZoEEj_ePyMVr5b4Nj7DQWfmJJjjzOrI4qyUQOjC_hw81pdOBWlqp9uGVwm-ZcG0TrOdnMX8zxiV1JmhnGWrJkYOBcF9pnJ7hpQP9FB-Zy634qhCAbdV7ZxzVoG-qBvuJ8V8RIeYCBGUWwMGaGYkWivsv4gUIWruUFw&bkng_action=country&dt=1667239901&response_type=code&client_id=vO1Kblk7xX9tUn2cpZLS&redirect_uri=https%3A%2F%2Fsecure.booking.com%2Flogin.html%3Fop%3Doauth_return&lang=en-us&aid=357028” }, b_hostname_signup: “www.booking.com”, b_nonsecure_hostname: “https://www.booking.com”, b_nonsecure_hostname_signup: “https://www.booking.com”, b_fd_searchresults_url_signup: “”, translation_customer_service_which_booking_no_specific: ‘No specific reservation’, stored_past_and_upcoming_bookings: [ ], global_translation_tags: {“nbsp”:” “,”lrm”:”u200e”,”rlm”:”u200f”,”zwsp”:”u200b”,”one_dot_leader”:”u2024″,”line_break”:”u003cbru003e”}, b_hostname : ‘www.booking.com’, b_rackrates_monitoring_running: true, b_wishlist_referrer : ”, b_reg_user_last_used_wishlist: “”, b_reg_user_wishlist_remaining: 1, is_user_center_bar: 1, b_site_experiment_user_center_bar: 1, b_reg_user_is_genius : “”, profile_menu: { b_user_auth_level: 0, b_domain_for_app: “https://www.booking.com”, b_query_params_with_lang_no_ext: “”, b_action: “country”, b_site_info: {“is_bookings_owned”:1,”is_iam_auth_allowed”:1}, b_site_type: “www”, b_companyname: “Booking.com”, b_reg_user_full_name: “”, b_is_genius_branded: “0”, b_reg_user_is_genius: “”, b_genius_dashboard_expiry_destfinder_url: “https://www.booking.com/destinationfinderdeals.html;genius_deals_mode=1&genius_next_weekend=1”, b_bwallet_has_wallet: 0, b_bwallet_currency_html: “”, b_bwallet_total_balance_p: “”, b_bwallet_has_credit: “”, b_bwallet_total_balance_euro: “”, b_bwallet_hide_badge_profile_dropdown: “”, b_rewards_has_reward: 0, b_reg_user_last_used_wishlist: “”, b_genius_product_page_url: “https://www.booking.com/genius.html”, b_reg_user_five_bookings_challenge: “”, b_reg_user_detail_name_email_hash: “”, b_user_is_grap_eligible: “”, b_grap_remove_raf_checks: 1, b_is_bbtool_admin: “”, b_is_bbtool_user: “”, fe_bbtool_permission_is_connected_to_bbtool: “”, fe_this_url_travel_purpose_business: “https://secure.booking.com/company/search.html”, fe_this_url_travel_purpose_leisure: “https://www.booking.com/index.html”, fe_reservations_url_travel_purpose_business: “https://secure.booking.com/company/reservations.html”, fe_reservations_url_travel_purpose_leisure: “https://secure.booking.com/myreservations.html”, fe_my_settings_url: “https://account.booking.com/oauth2/authorize?aid=357028;client_id=d1cDdLj40ACItEtxJLTo;redirect_uri=https%3A%2F%2Faccount.booking.com%2Fsettings%2Foauth_callback;response_type=code;state=eyJhaWQiOjM1NzAyOCwibXlzZXR0aW5nc19wYXRoIjoiL215c2V0dGluZ3MifQ”, fe_my_settings_url_travel_purpose_business: “https://secure.booking.com/mysettings.html”, fe_my_settings_url_travel_purpose_leisure: “https://secure.booking.com/mysettings.html”, fe_bbtool_can_see_tool_promos: “1”, fe_bbtool_can_see_tool_promos: “1”, fe_bbtool_blackout_user_company: “”, fe_bbtool_redirect_personal_to_index: 1, b_reg_user_company_name: “”, b_reg_user_company_name_escaped: “”, b_reg_user_companyjoin_url: “”, b_bbtool_product_page_url: “https://www.booking.com/business.html”, b_is_ie7: “”, b_this_url: “/country/pk.html”, b_lang_for_url: “en-us”, b_secure_hostname: “https://secure.booking.com”, b_nonsecure_hostname: “https://www.booking.com”, b_query_params_with_lang: “.html”, b_query_params_with_lang_no_ext: “”, b_query_params_delimiter: “&”, b_reg_user_detail_dashboard_url: “”, b_is_reg_user_city_guide_in_lang_available: “0”, b_aspiring_user_fifth_booking_ufi : “”, b_reg_user_aspiring_data: “”, b_dummy_var_for_trailing_comma: false, b_ip_country: “”, b_guest_country: “us”, b_raf_multiple_campaigns: true, b_agent_is_no_robot: “”, b_page_name : “country”, b_landingpage_theme_type: “”, b_brewards_account_details: “”, b_upcoming_rewards: “”, b_rewards_reminder_is_on: 1, fe_rewards__game_over: “1”, loyalty_program_rules: “”, loyalty_program_status: “”, loyalty_program_bonus_url: “”, b_brewards_loyalty_program_account_type: “”, b_user_has_mobile_app: “”, b_aid: 357028, b_label: “bin000jc-1DCAIotQFCAnBrSDNYA2inAogBAZgBMbgBBcgBDNgBA-gBAfgBAogCAagCArgC3Z-AmwbAAgHSAiRkYzNhOWQ0Zi0xZGVjLTRmMGItODgyOS1lMWE5NDEzMTk4NGPYAgTgAgE”, fe_show_travel_communities_menu_item: 1, fe_user_can_see_company_reservations: null, b_oauth_client_id: “vO1Kblk7xX9tUn2cpZLS”, b_sso_logout_url: “”, b_sso_logout_callback_url: “”, fe_sso_logout_state: “”, fe_blackout_mydashboard: “”, fe_user_menu_aspiring_genius_link: false }, accounting_config: {“html_symbol”:{“SGD”:”S$”,”ARS”:”AR$”,”CZK”:”Kč”,”PHP”:”₱”,”XPF”:”CFP”,”HKD”:”HK$”,”PLN”:”zł”,”INR”:”Rs.”,”TRY”:”TL”,”JPY”:”¥”,”EUR”:”€”,”GBP”:”£”,”ILS”:”₪”,”RON”:”lei”,”CLP”:”CL$”,”USD”:”$”,”IDR”:”Rp”,”BRL”:”R$”},”currency_separator”:{“USD”:””,”JPY”:””,”GBP”:””,”default”:” “},”group_separator”:{“default”:”,”},”symbol_position”:{“CZK”:”after”,”default”:”before”,”PLN”:”after”,”RON”:”after”},”decimal_separator”:{“default”:”.”},”num_decimals”:{“DJF”:”0″,”XAF”:”0″,”ECS”:”0″,”LYD”:”3″,”RWF”:”0″,”COP”:”0″,”KRW”:”0″,”BYR”:”0″,”JPY”:”0″,”default”:”2″,”IQD”:”3″,”UGX”:”0″,”XPF”:”0″,”HUF”:”0″,”VUV”:”0″,”KWD”:”3″,”BHD”:”3″,”XOF”:”0″,”VND”:”0″,”TJR”:”0″,”TWD”:”0″,”TND”:”3″,”IDR”:”0″,”CLP”:”0″,”ISK”:”0″,”RUB”:”0″,”PYG”:”0″,”AFA”:”0″,”BIF”:”0″,”KMF”:”0″,”TMM”:”0″,”LAK”:”0″,”MGA”:”0″,”GNF”:”0″,”OMR”:”3″,”MZM”:”0″,”JOD”:”3″}}, distance_config: “imperial_us”, is_user_from_us: 1, is_listview_page: true, b_this_weekend_checkin: “”, b_this_weekend_checkout: “”, b_next_weekend_checkin: “”, b_next_weekend_checkout: “”, b_official_continent: “”, b_deals_continents : “”, b_messenger_url: ”, b_open_messenger: false, b_is_asian_user: ”, b_days_to_checkin: ”, b_extra_ajax_headers: {}, et_debug_level: ‘0’, notification_squeaks: { }, wl_squeak: { open_wishlist_from_profile: ‘ZQafLebbMTSWEEdC’, }, genius_vip_squeaks: { }, trip_types_squeaks : { dummyvar:false }, insurance_squeaks : { mfe_ready: ‘fFaMLVBGVPLXNWSLT’, quote_reference_received: ‘fFaMLAeUVKZMRKIOfFRJXZMHbAae’, insurance_received: ‘fFaMLVDERdafXdDEAJLT’ }, trackExperiment : function () {}, “error” : {} }, ensureNamespaceExists: function (namespaceString) { if (!booking[namespaceString]) { booking[namespaceString] = {}; } }, hotel: {}, experiments: {}, startup: {}, experiments_load: {}, startup_load: {}, promotions: {}, timestamp: new Date()}; function Tip() {}; (function (scope) { booking.env.b_sb_autocomplete_predictions_url = ‘/autocomplete_csrf’; booking.env.b_sb_autocomplete_predictions_method = ‘GET’; booking.env.b_sb_googleplaces_carrier_url = ‘https://carrier.booking.com/google/places/webautocompletesimple’; booking.env.b_sb_googleplaces_carrier_method = ‘POST’; var params = scope.search_autocomplete_params = {}; params.v = ‘1’; params.lang = ‘en-us’; params.sid = ‘0660205293be88cadfd1421fcf36642c’; params.aid = ‘357028’; params.pid = ’11aa7feef9540177′; params.stype = ‘1’; params.src = ‘country’; params.eb = ‘0’; params.e_obj_labels = ‘1’; params.e_tclm = 1; params.add_themes = ‘1’; params.themes_match_start = ‘1’; params.include_synonyms = ‘1’; }(window.autocomplete_vars || booking.env)); ]]> Skip to main content -1 || document.cookie.indexOf(‘gitlab_runner’) > -1) return; var w = window || {}; function loadTagContainer(){ if(B && B.et && B.et.stage) { B.et.stage(‘aaTBNZZJRLESPIDNJC’, 1); B.et.stage(‘aaTBNZZJRLdQANAFQFaLESPIDNJC’, 1); B.et.stage(‘aaTBNZZJRLESPIDNJDPVBC’, 1); } (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’: new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.nonce=’QZ0vesbJjxQF5gR’;j.async=true;j.src= ‘https://www.googletagmanager.com/gtm.js?id=GTM-5Q664QZ’;f.parentNode.insertBefore(j,f); })(window,document,’script’,’dataLayer’, ‘GTM-5Q664QZ’); }; if(w.addEventListener){ w.addEventListener(‘load’, loadTagContainer, false); } else if(w.attachEvent){ w.attachEvent(‘onload’, loadTagContainer); } })(); ]]>

Try Adsterra Earnings, it’s 100% Authentic to make money more and more.

Try Adsterra Earnings, it’s 100% Authentic to make money more and more.

Enter your dates to pick from 1,352 hotels and other places to stay!

Get the advice you need. Check the latest COVID-19 restrictions before you travel. Learn more

Research, refine, and make plans for your whole trip

Start of dialog content

How does it work?

  • It starts with a booking

    It starts with a booking

    The only way to leave a review is to first make a booking. That’s how we know our reviews come from real guests who have stayed at the property.

  • Followed by a trip

    Followed by a trip

    When guests stay at the property, they check out how quiet the room is, how friendly the staff is, and more.

  • And finally, a review

    And finally, a review

    After their trip, guests tell us about their stay. We check for naughty words and verify the authenticity of all guest reviews before adding them to our site.

If you booked through us and want to leave a review, please sign in first.

End of dialog content <![CDATA[ (function(){ (function(){ var et=function(){"use strict";var s,c={level:0},f={experiment:"e",stage:"s",goal:"g",customGoal:"cg",goalWithValue:"gwv"},r=[],o=function(){var n,r={},o="";function t(){var e,t=o;o=Object.keys(r).join(","),(n||(n=document.getElementById("req_info")))&&(n.innerHTML!==t&&(e=n.innerHTML,r=e.split(",").reduce(function(e,t){return e[t]=!0,e},r),o=Object.keys(r).join(",")),n.innerHTML=o)}function i(e){r[e]=!0}return{populate:function(e){i(e),"string"==typeof e?(i(e),t()):e instanceof Array&&(e.forEach(i),t())}}}(),i=function(){var r,o=!1,i=[],n=[],e=0;function a(){c.level&&c.report(c.events.BEACON_SENT,i),o=!1,e=0,r=null,i.length&&l()}function u(){o=!1,r=null,10<=++e?n=[]:(i=i.concat(n),n=[],r=window.setTimeout(l,100*e))}function l(){c.level&&c.report(c.events.SEND_BEACON,i.slice(0)),o=!0;var e=s+"&"+function(e){for(var t,n=[],r=[],o=[],i=[],a=[],u=0,l=e.length;u<l;++u)switch((t=e[u]).what){case f.experiment:n.push(t.hash);break;case f.stage:a.push(t.hash+"|"+t.id);break;case f.goal:r.push(t.hash);break;case f.customGoal:o.push(t.hash+"|"+t.id);break;case f.goalWithValue:var s=b(t.hash);s&&i.push(s);break;default:c.level&&c.report(c.events.UNABLE_TO_STRINGIFY,t)}return"ete="+n.join(",")+"&etg="+r.join(",")+"&etcg="+o.join(",")+"&ets="+a.join(",")+"&etgwv="+i.join(",")}(n=i);N.m&&(e+="&m="+encodeURIComponent(N.m)),i=[];try{!function(e){var t,n=e.url,r=e.complete||function(){},o=e.headers||{},i=XMLHttpRequest.DONE||4,a=new XMLHttpRequest;if(!n)return;if(a.open("GET",n,!0),o)for(t in o)o.hasOwnProperty(t)&&a.setRequestHeader(t,"function"==typeof o[t]?o[t].call():o[t]);a.onreadystatechange=function(){a.readyState===i&&r(a,a.status)},a.send()}({url:e,complete:function(e,t){200===t?a():u()},headers:w})}catch(e){var t=new Image;t.onload=a,t.onerror=u,t.src=s}}return function(e,t,n){c.level&&c.report(c.events.INIT_BEACON,e,t,n),i.push({what:e,hash:t,id:n}),o||r?c.level&&c.report(c.events.DEFER_BEACON,i):r=window.setTimeout(l,0)}}(),a={},h=300,u=!1,p={},v=[],g=!1,l=!1,d=!1,m=!1,w={},T=!1,E=!1,n=!1,N={r:{},t:{},f:{}};N.r||(N.r={}),N.f||(N.f={}),N.t||(N.t={});var _={},y=50;function b(e){if(_[e]&&_[e][0].length){var t=_[e][0],n=_[e][1],r=[e,t.join(":")];return n.length&&r.push(n.join(":")),[].push.apply(n,t.splice(0,t.length)),r.join("|")}}function A(e,t,n){return(e===f.experiment||e===f.goal?[e,t]:[e,t,n]).join("-")}function I(e){if(!d)return e;if(a[e])return a[e];for(var t=2166136261,n=0,r=e.length;n<r;++n)t+=(t<<1)+(t<<4)+(t<<7)+(t<>0).toString(16)}function O(e,t,n){if(c.level&&c.report(c.events.TRACKING_ATTEMPT,{what:e,hash:t,id:n,variant:(e===f.experiment||e===f.stage)&&W(t)}),R(e,t,n))switch(e){case f.experiment:C(f.experiment,t),o.populate(t),N.m&&r.push(t),i(f.experiment,t);break;case f.stage:C(f.stage,t,n),o.populate(t+”|”+n),N.m&&r.push(t+”|”+n),i(f.stage,t,n);break;case f.goal:C(f.goal,t),i(f.goal,t);break;case f.customGoal:C(f.customGoal,t,n),i(f.customGoal,t,n);break;case f.goalWithValue:(function(e,t){_[e]||(_[e]=[[],[]]);var n=_[e][0];if(_[e][1].length<=y+10)return n.push(t),!0})(t,n)&&i(f.goalWithValue,t,n);break;default:c.level&&c.report(c.events.TRACK_UNKNOWN_ITEM,e,t,n)}return e!==f.experiment||W(t)}function C(e,t,n){p[A(e,t,n)]=!0}function R(e,t,n){if(m)return!1;c.level&&c.report(c.events.SHOULD_TRACK,e,t,n);var r,o,i={what:e,hash:t,id:n,variant:(e===f.experiment||e===f.stage)&&W(t)};if(p[A(e,t,n)])return c.level&&c.report(c.events.NOT_TRACKING_WAS_TRACKED,i),!1;if(e===f.experiment||e===f.stage){if(o=1<<(n||0),r=I(t),N.f[r])return c.level&&c.report(c.events.NOT_TRACKING_FULLON,i),!1;if(void 0===N.r[r])return c.level&&c.report(c.events.NOT_TRACKING_NOT_RUNNING,i),!1;if(N.t[r]&o)return C(e,t,n),c.level&&c.report(c.events.NOT_TRACKING_WAS_TRACKED,i),!1}else if(e===f.customGoal){if(r=I(t),N.f[r])return c.level&&c.report(c.events.NOT_TRACKING_FULLON,i),!1;if(void 0===N.r[r])return c.level&&c.report(c.events.NOT_TRACKING_NOT_RUNNING,i),!1}return!0}function G(n,e,r,o,i){c.level&&c.report(c.events.ADD_EVENT_LISTENER,n,e,r,o,i);var a=function(e){{if("string"==typeof e)return M(document.querySelectorAll(e));if(e instanceof HTMLCollection)return M(e);if(e instanceof NodeList)return M(e);if(e instanceof Element)return[e];if("[object Array]"===Object.prototype.toString.call(e))return e;if(window.jQuery&&e instanceof jQuery)return e.toArray()}return[]}(e);if(0<a.length)if("view"===n)!function(e,t,n,r){c.level&&c.report(c.events.ADD_DEBOUNCED_VIEW_HANDLER,e,t,n,r);var o=A(t,n,r);if(p[o])return;v.push([e,t,n,r]),g||(c.level&&c.report(c.events.ATTACH_VIEW_LISTENER,v),L(window,"scroll",k),L(window,"resize",k),L(window,"wheel",k),L(window,"load",j),window.setTimeout(k,h),T&&T(k),g=!0)}(a[0],r,o,i);else for(var t=0,u=a.length;t<u;t++)L(a[t],n,l);else c.level&&c.report(c.events.NOT_EXISTING_ELEMENT_WONT_ADD_LISTENER,r,o,i);function l(){O(r,o,i);for(var e=0,t=a.length;e<t;e++)V(a[e],n,l)}}function j(){window.setTimeout(k,h)}function k(){if(l){if(u)return;u=setTimeout(function(){u=!1,k()},h)}l=!0;var e,t=[];c.level&&c.report(c.events.CHECK_IF_VISIBLE,v);for(var n=0,r=v.length;nr||0===t.top&&0===t.left&&0===t.right&&0===t.bottom)&&t.top<n)))}function L(e,t,n){e.attachEvent?(e["e"+t+n]=n,e[t+n]=function(){e["e"+t+n](window.event)},e.attachEvent("on"+t,e[t+n])):e.addEventListener(t,n,!1)}function V(e,t,n){e.detachEvent?e[t+n]&&(e.detachEvent("on"+t,e[t+n]),e[t+n]=null):e.removeEventListener(t,n,!1)}function B(n,r,o){return function(e,t){R(o,e,t)?G(n,r,o,e,t):c.level&&c.report(c.events.WONT_ATTACH_EVENT_TRACKING,n,r,o,e,t)}}function D(e,t){return{track:B(e,t,f.experiment),stage:B(e,t,f.stage),goal:B(e,t,f.goal),customGoal:B(e,t,f.customGoal)}}function t(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])}function H(e){N.f=e.f||{},t(N.r,e.r||{}),t(N.t,e.t||{}),e.m&&!N.m&&(N.m=e.m,r=[])}function W(e){var t=I(e);return N.r[t]||N.f[t]||0}function K(e){if(1<arguments.length)throw"Track only accept one parameter";if(e)return O(f.experiment,e);if(n)throw"B.et.track: hash value should be a non-empty string";return 0}function x(e){var t,n=/^(?:(goal|customGoal):)?([a-zA-Z]w+)?(?::([d]))?$/,r=[];for(e=e.split(/s+/),t=0;t<e.length;t++){var o=e[t].match(n),i=o&&o[2],a=o&&o[3],u=o&&o[1]||(a?"stage":"track");u&&r.push({hash:i,value:a,action:u})}return r}function M(e){var t,n=[],r=e.length;for(t=0;t<r;t++)n.push(e[t]);return n}function e(){}return e.prototype.track=K,e.prototype.stage=function(e,t){if(!e){if(n)throw"B.et.trackStage: hash value should be a non-empty string";return!1}if(void 0===t){if(n)throw"B.et.trackStage: stage number should be a number between 1 and 9";return!1}if(0===t)return K(e);if(/^[1-9]$/.test(t))return O(f.stage,e,t);if(n)throw"B.et.trackStage: stage number should be a number between 1 and 9";return!1},e.prototype.goal=function(e){if(e)return O(f.goal,e);if(n)throw"B.et.goal: name should be a non-empty string";return!1},e.prototype.customGoal=function(e,t){if(e&&t&&/^[1-5]$/.test(t))return O(f.customGoal,e,t);if(n){if(!e)throw"B.et.customGoal: hash value should be a non-empty string";if(!t||!/^[1-5]$/.test(t))throw"B.et.customGoal: custom goal number should be a number between 1 and 5"}return!1},e.prototype.goalWithValue=function(e,t){if(/^js_/.test(e)&&/^-?[0-9]+$/.test(t))return O(f.goalWithValue,e,t);if(n){if(!/^js_/.test(e))throw"B.et.goalWithValue: name should be a non-empty string with prefix js_";if(!/^-?[0-9]+$/.test(t))throw"B.et.goalWithValue: value should be an integer"}return!1},e.prototype.on=D,e.prototype.set=H,e.prototype.Trackables=f,e.prototype.configure=function(e){e.url&&(s=e.url),e.jset&&H(e.jset),void 0!==e.useFNV&&(d=e.useFNV),void 0!==e.ajaxHeaders&&(w=e.ajaxHeaders),void 0!==e.snt&&(m=e.snt),"function"==typeof e.bindOnView&&(T=e.bindOnView),"function"==typeof e.unbindOnView&&(E=e.unbindOnView),e.isDevServer&&(n=!0)},e.prototype.initAttributesTracking=function(i){var a,u,l,s=["change","click","mouseenter","focus","view"];!function(){if(i&&0!==i.length?i.length&&(i=i[0]):i=document,i&&i.querySelectorAll)for(a=0;a<s.length;a++){l="data-et-"+(u=s[a]);for(var e=i.querySelectorAll("["+l+"]"),t=0;t<e.length;t++){var n=e[t],r=x(n.getAttribute(l)),o=D(u,n);r.forEach(function(e){o&&o[e.action]&&o[e.action](e.hash,e.value)})}}}()},e.prototype.tracked=function(){return r.join(",")},e.prototype.registerDebug=function(e){if(0==c.level){var t=!isNaN(e.level),n="object"==typeof e.events,r="function"==typeof e.report;t&&n&&r&&(c.level=e.level,c.events=e.events,c.report=e.report)}},new e}(); B.et = et; }()); var ViewTrackingEvents = (function() { var desktopEvents = [ 'GENERAL:dom_changed', 'GENERAL:layout_changed', 'GENERAL:throttled_scroll', 'GENERAL:throttled_resize', 'tab-opened', 'user_access_menu_register_tab', 'user_access_menu_login_tab', 'uc_popover_showed', 'rt-lightbox-open', 'rt-lightbox-closed', 'tooltip:show', 'reviews-sliding:scroll', 'et-scroll-observer:scroll' ]; var mdotEvents = [ 'HP.MAP.OPEN.COMPLETE', 'HP.block.expand', 'tabbed_nav:opened', 'RT.room.page.scrolls', 'RT.room.expand', // START xroom_m_searchbox_rooms_before_guests 'hp_dates_popup_show', // END xroom_m_searchbox_rooms_before_guests 'RT.room.select.done', 'k2.sub.page.opened', 'k2.sub.page.scrolls', 'k2.drawerWithNavigation.scrolls' ]; return [].concat(desktopEvents, mdotEvents); }()); var ajaxHeaders = { 'X-Booking-AID': '357028', 'X-Booking-CSRF': 'HUhgYwAAAAA=b-wmp6RuGIXQ-CE7Rn0alRCfCcGydl_0hZpixuhu8z70oV76prd8TTa5RPE9Tc9f29-nMfMgTeAr4flnxqh__vZvOnyxsoIxU4xBLETInuiXbBRAtW0D9SK3PL1gTzh4YLBKpQ9Syo5PCl4FjA3me3D-8Jd1F8SQQJqWP35ZQ9BGvN9Va5_w9QxoWutqQxrrwDGXcEf7Fgx6CCkb', 'X-Booking-Info': function(){ return (document && document.getElementById('req_info')) ? document.getElementById('req_info').innerHTML : '' }, 'X-Booking-Client-Info': function() { return B.et.tracked() }, 'X-Booking-Label': encodeURIComponent('bin000jc-1DCAIotQFCAnBrSDNYA2inAogBAZgBMbgBBcgBDNgBA-gBAfgBAogCAagCArgC3Z-AmwbAAgHSAiRkYzNhOWQ0Zi0xZGVjLTRmMGItODgyOS1lMWE5NDEzMTk4NGPYAgTgAgE'), 'X-Booking-Language-Code': 'en-us', 'X-Booking-Pageview-Id': '11aa7feef9540177', 'X-Booking-Session-Id': '0660205293be88cadfd1421fcf36642c', 'X-Booking-SiteType-Id': '1', 'X-Partner-Channel-Id': '17', 'X-Requested-With': 'XMLHttpRequest' }; var extraAjaxHeaders = {}; for (var extraAjaxHeader in extraAjaxHeaders) { if (Object.prototype.hasOwnProperty.call(extraAjaxHeaders, extraAjaxHeader)) { ajaxHeaders[extraAjaxHeader] = extraAjaxHeaders[extraAjaxHeader]; } } var eventsBindedAlready = false; function bindViewTrackingEvents(onViewHandler) { if (B.eventEmitter && !eventsBindedAlready) { for (var i = 0; i < ViewTrackingEvents.length; i++) { B.eventEmitter.bind(ViewTrackingEvents[i], onViewHandler); } window.addEventListener('wheel', onViewHandler) eventsBindedAlready = true; } } B.et.configure({ url: "/js_tracking", noJqueryAjax: true, noJqueryOn: true, ajaxHeaders: ajaxHeaders, snt: true, bindOnView: function(onViewHandler) { bindViewTrackingEvents(onViewHandler); if(document.addEventListener) { document.addEventListener('DOMContentLoaded', function() { bindViewTrackingEvents(onViewHandler); }); } }, unbindOnView: function(onViewHandler) { if (B.eventEmitter) { for (var i = 0; i <![CDATA[ booking.env.b_url_start = 'https://www.booking.com'; // Counting login page visitors B.env.static_hostnames = ['https://cf.bstatic.com']; var calendar = new Object(); var tr = new Object(); tr.nextMonth = "Next month"; tr.prevMonth = "Previous month"; tr.closeCalendar = "Close calendar"; tr.pressCtlD = "Press control-D or choose bookmarks/add or favorites/add in your browser"; tr.pressCtlP = "Press control-P or choose file/print in your browser"; tr.url = "https://www.booking.com/country/pk.html"; tr.title = "Booking.com: Welcome"; tr.icons = "https://cf.bstatic.com/static/img"; var months = ['January','February','March','April','May','June','July','August','September','October','November','December']; var $t_hotels = 'Hotels'.toLowerCase(); var $t_hotels_around = 'Properties Nearby'.toLowerCase().replace(/ /g, ' '); var b_today = "Today"; if ( document.getElementById ) { var shown = new Array(); } function blocktoggle(sToggle) { var sToggleId = '#blocktoggle' + sToggle; $(sToggleId).toggle(); } function blockdisplay(i) { var body = $( document.body ); if (document.getElementById("blockdisplay" + i)) { for (var j = 1; j = 12 ) { booking.env.b_months = months.slice( 0, 12 ); } })(); booking.env.b_this_year4 = 2022; booking.env.b_this_month = 10; booking.env.b_this_day = 31; booking.env.date_format_acronym = "YYYY-MM-DD"; booking.env.day = "day"; booking.env.sbox_day = "Day"; booking.env.sbox_month = "Month"; booking.env.error.checkin_date_in_the_past = { "name" : "Your selected check-in date is in the past. Please check your dates and try again. " }; booking.env.error.checkin_date_invalid = { "name" : "Your check-in date is invalid." }; booking.env.error.checkin_date_to_far_in_the_future = { "name" : "Your selected check-in date is too far in the future. Please try again." }; booking.env.error.checkout_date_invalid = { "name" : "Your departure date is invalid." }; booking.env.error.checkout_date_more_than_30_days_after_checkin = { "name" : "Your check-out date is more than 30 nights after your check-in date. Bookings can only be made for a maximum of 30 nights. Please enter different dates and try again." }; booking.env.error.checkout_date_not_after_checkin_date = { "name" : "Your check-out date is before your check-in date. Have another look at your dates and try again." }; booking.env.error.not_specific_enough = { "name" : "Oops! We need at least part of the name to start searching." }; booking.env.error.checkin_in_past_error_suggest_tonight = { "name" : "This check-in date is in the past. You can search for tonight or enter new dates below." }; booking.env.month = "Month"; booking.env.please_enter_your_check_in_date = "Please enter your check-in date."; booking.env.please_enter_your_check_out_date = "Please enter your check-out date."; booking.env.s_value_checkin_year_month = ''; booking.env.s_value_checkout_year_month = ''; booking.env.sb_flexi_srch_month_validation = "Select a month"; booking.env.to_check_availability_please_enter_your_dates_of_stay = "Please enter dates to check availability."; booking.env.checkout_date_not_after_checkin_date = "Please check your dates, the check-out date appears to be before the check-in date."; booking.env.b_room_groups = []; booking.env.b_room_extrabeds = []; booking.env.b_show_all_inclusive_switch = 1; booking.env.error.hp_dates_in_the_past = { "name" : "Please select current or future dates for check-in and check-out." }; booking.env.error.hp_same_day_checkin_checkout = { "name" : "Make sure your check-out date is at least 1 day after check-in." }; booking.env.domain_for_book = 'https://secure.booking.com'; booking.env.b_query_params_with_lang = '.html'; booking.env.b_canonical_url = 'https://www.booking.com/country/pk.html'; booking.env.b_canonical_url_delimiter = '?'; booking.env.b_query_params_delimiter = '&'; booking.env.group_room = 'Room'; booking.env.group_remove = 'Remove'; booking.env.s_value_ss = ""; booking.env.s_value_ss_raw = ""; booking.env.close_button = "CLOSE"; booking.env.next_button = "Next"; booking.env.prev_button = "Previous"; booking.env.book_button = "Book now"; booking.env.date_format_acronym = "YYYY-MM-DD"; booking.env.sunday_first = 1; booking.env.experiment_popups_close = 'Close'; booking.env.a11y_dialog_content_start_text = 'Start of dialog content'; booking.env.a11y_dialog_content_end_text = 'End of dialog content'; booking.env.city_name_en = ''; booking.env.b_urlcity = ''; booking.env.child_age_text = "Enter all children's ages using numbers from 0 to 17."; booking.env.b_stid = 357028; booking.env.b_country_id = '161'; booking.env.b_new_ga_track = 1; booking.env.prd_bpg_overlay_cs_link = '‘; ]]> 1 ))) { s += [ T[3], ( VS.unshift({‘num_rooms’: r.MB(V[5])}), (VA = r.VP(T[4], r.MO(r.MC(V[4]), null, T[4]))), VS.shift(), VA ) , T[5] ].join( ” ); } s += T[0]; return s; }; } )()); ]]> = 0 && value <![CDATA[ (function(B){ var tmp = B._onfly || [], fn; for (var i = 0, l = tmp.length; i <![CDATA[ (function(B){ var jstmpl = B && B.jstmpl, translations = jstmpl && jstmpl.translations; translations && translations.set && translations.set({"destinationtype":{"region":{"name":"Region"},"airport":{"name":"Airport"},"country":{"name":"Country"},"city":{"name":"City"}},"rocketmiles_components":{"language_exception_cobrand_default_1_badge_discount":{"badge_discount":"Enjoy {reward_amount}% off"},"language_exception_cobrand_default_1_badge_miles":{"badge_miles":"Earn {reward_amount} mile"},"cobrand_default":{"badge_cashback":"Earn {reward_amount} back","header_sr":"{num} properties feature {start_bold}Special Offers{end_bold}","header_rt":"Special Offers from {start_bold}{fe_program_name}{end_bold}","badge_discount_special_offer":"Special Offer","badge_discount":"Enjoy {reward_amount}% off","header_tooltip_badge":"Booking.com gives you a greater choice by featuring Special Offers from our trusted partner {fe_program_name}.","badge_miles":"Earn {reward_amount} miles"},"language_exception_cobrand_default_1_badge_cashback":{"badge_cashback":"Earn {reward_amount} back"},"language_exception_cobrand_default_1_header_sr":{"header_sr":"{num} property features {start_bold}Special Offers{end_bold}"},"language_exception_cobrand_default_1_header_rt":{"header_rt":"{fe_program_name} deals on {n_rooms} room"}},"private":{"review_adj_fabulous":"Excellent","ls_error_max_los_exceeded_p2":"Bookings can only be made for a maximum of {max_num_nights} nights – enter alternative dates and try again.","deals_price_watch6":"Watch it","hp_map_sbox_dropdown_city_centre":"City center","welcome_to_your_lists_compare":"Compare properties and find your perfect stay!","lists_cta_button_v1":"More info","list_dropdown_email_first_name_example":"John","language_exception_bh_gwe_sr_card_entire_unit_villa_1":"Entire villa","cdm_web_sr_compare_checkbox_saved":"Saved to:","beach_review_adj_poor":"Bad beach","review_adj_pleasant":"Pleasant","language_exception_gsb_hp_book_now_cta_apartments_1":"{num} apartment for {group_recommendation_price}","bh_gwe_sr_card_entire_unit_chalet":"{num} entire chalets","a11y_hp_bookmarks_button_saved":"This property is saved to {num_lists} of your lists","search_box_room_filter":"{num_rooms} rooms","bh_gwe_sr_card_entire_unit_apartment":"{num} entire apartments","raf_self_landing_alert_index_subtext_1":"Remember – you're not eligible for a reward if you book using your own referral link.","cashback_badge_tooltip_copy":"The final amount of your cashback can vary based on currency conversion rates. Taxes and other fees/charges may not be included when calculating your cashback.","list_my_lists_onbaording_box_book_msg":"Book your perfect stay!","language_exception_bh_gwe_sr_privacy_no_descriptor_empty_spot_1":"Empty spot","pb_google_place_museum":"Museum","a11y_sb_increase_button_aria":"Increase number of {stepper_title}","language_exception_sxp_index_sbox_horizontal_adults_1":"{num_adults} adult","pdi_index_popup_wpm_checklist_contact_2":"You'll have to give us the link to the other offer and it needs to be online and available when we check. ","iq_sbox_accommodation_where":"Where are you going?","search_filter_num_rooms":"{num_rooms} rooms","geo_hp_nearby_beaches_popular_header":"Popular Beaches Nearby","clear_urgency_list_not_available":"We don't have availability on our site for: ","d_dmw_wl_view_property":"View property","language_exception_bh_m_sxp_calendar_date_select_num_weeks_1":"({num_weeks} week)","auth_2fa_recovery_flow_code_sent_header":"Verification Code Sent","language_exception_acc_index_child_age_screenread_1":"Child {child_number} age","language_exception_sxp_index_sbox_num_years_old_1":"{num_years} year old","name":"Name","pdi_index_popup_wpm_bullet_3":"The other offer must have the same cancellation policy and conditions.","msg_wlm_screen_start_button":"Continue","language_exception_groups_max_occupancy_people_1":"{num_people} person","list_my_lists_onbaording_box_save_msg":"Save your favorite properties in a list so you can refer back to them or book – anytime.","search_guest_type_children":"Children","lists_compare_got_it":"Got it, thanks!","ar_islamic_calendar_ramadan":"Ramadan","language_exception_sxp_index_sbox_horizontal_age_of_children_q_1":"How old is the child you're traveling with?","m_loc_sr_hc_travel_time_hours":"{num_hours} h","sbox_error_enter_dest":"Enter a destination to start searching.","search_top_50_badge":"Popular","search":"Search","language_exception_hp_saved_to_num_lists_1":"Saved to one list","bh_gwe_sr_privacy_entire_apartment_one":"{num} entire apartment","review_adj_disappointing":"Disappointing","fit_search_child_selector_subtitle":"Ages 0 – 17","hp_roomtable_rackrate_tooltip_06_dehotel":"The crossed-out prices you see are based on prices currently being quoted by the property for a 30-day window around your check-in date. To ensure we're making a fair comparison, we always use the same booking conditions (meals, cancellation policy and room type).","share_list_with_friend_1":"Share with friends","acc_index_checkout_calendar_opened":"You opened the check-out calendar","bh_gwe_sr_privacy_entire_villa":"{num} entire villas","sr_calendar_min_night_stay_footer":"There's a minimum length of stay of {num_nights} nights from your check-in date","loc_character_number_range":"-","raf_friendlanding_index_lightbox_headline_fixed_cc":"Earn {value_friend} Cash Reward","bh_gwe_sr_privacy_entire_chalet_one":"{num} entire chalet","d_dmw_wl_select_dates_view_prices_cta":"Select dates to see prices","wl_cta_button_table_reserve":"Reserve","settings_page_error_message":"Sorry, something went wrong. Please try again.","loc_social_connect_google_sign_up":"Sign up with Google","bh_gwe_sr_privacy_entire_holiday_home_one":"{num} entire vacation home","iq_sbox_cars_month_of_arrival":"Month of drop-off","raf_instant_discount_flex_modal_step3_paynow_percent":"Pay now and get a {value_percent_friend}% discount.","language_exception_lists_unit_distance_metric_1":"1 kilometre from the centre of {ufi}","raf_instant_discount_flex_modal_step2":"Find a place to stay","iq_sbox_error_dates":"Please enter a date in the future.","language_exception_bh_gwe_sr_privacy_no_descriptor_mobile_home_1":"Mobile home","raf_instant_discount_flex_modal_headline_percent":"Save {value_percent_friend}% on your booking","bh_gwe_sr_privacy_entire_apartment":"{num} entire apartments","bh_gwe_sr_privacy_private_apartment":"{num} private apartments","review_adj_good":"Good","checkout_form_payment_method":"Payment Methods","m_sxp_calendar_date_select_choose_checkout":"Select a check-out date","checkout_form_card_number":"Card Number","checkout_form_select_payment_method":"Select a secure payment method to continue","bh_gwe_sr_privacy_entire_bungalow":"{num} entire bungalows","raf_friend_lightbox_button_text":"Let's do this","raf_instant_discount_flex_modal_step3_paylater_percent":"Pay at the property and get {value_percent_friend}% back after your trip.","lists_sign_in_to_see_click_here":"Sign in","geo_beach_waves_moderate":"Moderate Waves","raf_flex_post_signin_modal_subtext_percent_cc":"Find a place to stay and get back {value_percent_friend}% of your booking.","pb_google_place_bakery":"Bakery","language_exception_deals_countdown_singlesday19_days_1":"DAY","a11y_hp_bookmarks_added":"Property added to {list_name}","checkout_experiences_attractions_code_activation_cvc":"CVC","sr_ss_sbox_no_text_error":"Type what you need to perform your search.","auth_2fa_recovery_flow_code_sent_status":"We've sent a temporary verification code that will let you access your account","lists_email_success_message":"Nice! Your message was sent. ","iq_sbox_error_cars_arrival_date_invalid":"Your drop-off date is invalid.","pb_google_place_park":"Park","beach_review_adj_exceptional":"Exceptional beach","groups_sr_undefined_ages_msg":"Your children's ages are preset to 12 years old – but if you enter their actual ages, you might find a better price!","m_genius_saving_percent":"You're saving an extra {num_percent}% on this hotel because you're a Booking Genius","pb_google_place_night_club":"Nightclub","pb_google_place_grocery_or_supermarket":"Supermarket/grocery store","iq_sbox_cars_date_of_arrival":"Date of drop-off","beach_sr_left_side_module_beach_properties":"Show closest properties","list_not_available":"Not available on:","language_exception_beach_sr_left_side_module_show_all_beaches_1":"Show beach","list_dropdown_email_add_message_example":"Hey there! I just created a list of properties on {b_companyname} that you might like. ","language_exception_sbox_error_num_night_res_1":"Sorry, reservations for more than {num} night aren't possible.","iq_sbox_accommodation_holiday_rental":"Vacation rental","rates_rocket_hp_tooltip":"Our accommodation partner {rocket_brand_name} provides exclusive deals on select properties.","free_capitals_cancellation":"Free cancellation","results":"results","iq_sbox_flights_month_of_return":"Month of return","sbox_age_of_child_popup_header":"Find the Best Deals","pb_google_place_zoo":"Zoo","please_enter_your_check_out_date":"Please enter your check-out date.","deals_page_outstanding":"An outstanding value on these dates","maps_sorter_our_top_picks":"Our Top Picks","language_exception_fame_search_age_explain_1":"To find you a place to stay that fits your entire group along with correct prices, we need to know how old your child will be at check-out","pdi_index_popup_wpm_bullet_4":"If the other offer is on a website that doesn’t reveal the property or accommodation type you’ll be staying in until after booking.","language_exception_m_sxp_calendar_date_select_num_nights_1":"({num_nights} night)","www_surveygizmo_intro_yes":"Take survey","ar_islamic_calendar_rabiul_akhir":"Rabi'ul Akhir","per_night":"per night","language_exception_price_watch_sorry_1_1":"Sorry, you can only watch 1 price.","paycom_validate_tpv_billing_address_street":"Enter a valid street address","sr_just_added_label":"Just added!","checkout_form_3_digit_cvc":"Enter the 3-digit security code located on the back of your card","a11y_hp_bookmarks_add_to":"Add property to your lists","bh_gwe_sr_privacy_no_descriptor_mobile_home":"{num} mobile homes","raf_desktop_friend_modal_step_three":"Get Your Cash","m_wl_saved_to":"Saved to {list_name}","language_exception_bh_gwe_sr_card_entire_unit_studio_1":"Entire studio","beach_sr_header_see_beaches":"See all beaches","list_dropdown_email_last_name_example":"Smith","do_you_want_to_save":"Do you want to save this property for later?","rewards_firstuse_taxi_emailflow_error_expired_cta":"Got it","loc_counter_word_child_age_cjk":"years old","gs_index_model_header_family":"Traveling With Kids?","app_marketing_www_landing_anti_fraud_cta":"Press & hold to send link","maps_google_distances_hours":"{num_hours} hours","review_adj_poor":"Poor","lists_endorsement_perfect_stay":"Find your perfect stay!","iq_sbox_flights_year_of_departure":"Year of departure","review_adj_very_poor":"Very Poor","paycom_validate_tpv_billing_address_house_number_or_name":"Enter a valid apartment/unit number","ar_islamic_calendar_dhul_hijjah":"Dhul Hijjah","bh_gwe_sr_privacy_entire_chalet":"{num} entire chalets","days":"days","acc_cal_open_open":"You've opened the calendar widget","list_check_availability_of_all":"Check availability of all properties","iq_sbox_flights_date_of_return":"Date of return","paycom_billing_address_country":"Country/Region","message":"Message","bb_business_or_leasure_success_notification":"Your travel details have been successfully saved ","language_exception_d_dmw_wl_calendar_occupancy_rooms_1":"{num_rooms} room","sr_calendar_min_night_stay_tooltip_info":"Min. {num_nights}-night stay","traveller_header_cta_sign_in":"Sign in","sxp_index_sbox_horizontal_age_of_children_q":"How old are the children you're traveling with?","fame_w_mandatory_ages_head_required":"(required)","raf_instant_discount_flex_modal_subtext_name":"(and don't forget to thank {advocate_name}!)","checkout_form_more_options":"More options","lists_sign_in_to_see_2":"Sign in to keep properties bookmarked on all devices.","welcome_to_your_lists_save_them":"Save your favorite properties on this computer.","raf_friendlanding_index_lightbox_step3_description_cc":"Get your reward on your credit card.","language_exception_bh_gwe_sr_privacy_private_apartment_1":"Private apartment","m_sxp_calendar_date_select_date_range":"{checkin_date} – {checkout_date}","wl_lists_max_tooltip":"You reached the max number of lists","recently_viewed_list_v7":"Go to the list","language_exception_sxp_lp_sbox_num_children_0":"{num_children} children","check_availability":"Check availability","rewards_firstuse_taxi_emailflow_error_user_body":"Sign up for our newsletters to get rewards delivered straight to your inbox","ar_islamic_calendar_shaban":"Sha'ban","account_sign_in_one_tap_verifying_body":"Signing in to {b_companyname}","price_watch_sorry_1":"You can only watch up to {max_number_properties} prices.","search_box_children_filter":"{num_kids} children","bbg_account_activity_no_activity":"You have no notifications","loc_sbox_children_age_plural":"Ages of children at check-out","rewards_firstuse_taxi_emailflow_error_generic_cta":"Got it","beach_sr_loading_sort_beach_distance_subhead":"Properties closest to the beach will appear first","review_adj_above_average":"Above average","iq_sbox_cars_month_of_departure":"Month of pick-up","sxp_index_sbox_age_at_checkout":"Age at check-out","deals_flexi_calendar_error":"We're sorry, something went wrong. Please reload the page or try again later.","loc_social_connect_facebook_sign_up":"Sign up with Facebook","rewards_firstuse_taxi_emailflow_error_generic_body":"Something went wrong – try clicking "Activate your taxi voucher" again in a few minutes.","mlx_holidays_survey_popup_take":"Take survey","d_dmw_wl_num_properties_saved":"{num_properties_saved} properties saved","paycom_billing_address":"Billing Address","welcome_to_your_lists":"Make your life easier with Lists!","raf_desktop_friend_modal_subhead_percent_no_name":"Your friend is giving you {value_percent_friend}% back if you book and stay with us. Check it out!","dsf_rename_list_dialogue":"Enter a new name for this list","deals_price_watch_2":"You're subscribed to price watch emails for this property, so you get the best deal out there.","review_adj_superb":"Wonderful","iq_sbox_flights_return":"Return date","iq_sbox_flights_one_way":"One-way","map_distance_from_property":"{distance_localised} from property","latest_booking_elapsedtime_ago":"Latest Booking: {elapsedTime} ago","checkout_form_cvc_tooltip_4_digit":"Your 4-digit security code is printed above the card number","list_my_lists_onbaording_box_line1":"Use My Lists to save and compare properties, so you only book the best!","iq_sbox_error_flights_departure_date_too_far_future":"Your departure date was too far in the future – try again.","book_from_list_select_dates":"Select the dates you'd like to stay","language_exception_sbox_num_adults_1":"1 adult,","recently_viewed_list_name_header_cta":"Show recently viewed properties ","pod_sr_split_no_prepayment_needed":"No prepayment needed","bh_gwe_sr_privacy_entire_studio":"{num} entire studios","deals_price_watch9":"Stop watching","lists_email_invalid_first_name_error":"Please enter a first name","language_exception_bh_gwe_sr_privacy_shared_bathroom_room_1":"Room with shared bathroom","search_box_cal_checout_date":"Check-out Date","language_exception_bh_gwe_sr_card_entire_unit_holidayhome_1":"Entire vacation home","clear_urgency_only_x_rooms_left":"Only {amountRooms} rooms left on our site!","checkout_form_new_card":"Use new card","app_marketing_www_landing_anti_fraud_voice_ac1":"Press and hold to send link to your phone.","raf_self_landing_alert_index_headline":"You clicked your own link","raf_desktop_friend_modal_subhead_percent":"{user_first_name} is giving you {value_percent_friend}% back if you book and stay with us. Check it out!","auth_2fa_recovery_flow_confirm_phone_number_input_label":"Enter the phone number associated with this account:","ar_islamic_calendar_hijri_on":"Show Hijri","msg_entry_cancelled_booking":"You don't have any messages right now. Book your next trip and use the Booking Assistant to answer any questions you have!","language_exception_sxp_sbox_num_properties_left_of_cta_v2_1":"{num_properties} property found for your search","header_my_lists":"Saved","recently_viewed_list_variableopt_1":"A property has been saved in the "{name_of_list}" list","rewards_firstuse_taxi_emailflow_error_user_cta":"Got it","rewards_firstuse_taxi_emailflow_error_expired_header":"Sorry, this voucher expired","language_exception_bh_gwe_sr_privacy_entire_villa_1":"Entire villa","a11y_sb_decrease_button_aria":"Decrease number of {stepper_title}","acc_cal_selected_you":"You've selected","yes":"Yes","list_dropdown_header":"You can save properties to lists","language_exception_generalised_num_properties_1":"{num_hotels} property","iq_sbox_accomm_check_out":"Check-out","language_exception_msg_lc_alt_messaging_platform_1":"Check your new message","raf_desktop_friend_modal_step_one_subhead":"From cozy apartment stays and chic villas to luxury hotels, find and book your perfect accommodations anywhere in the world","ext_modal_loading":"Loading…","maps_google_distances_minutes":"{num_minutes} minutes","beach_sr_loading_sort_beach_distance_header":"Just a sec – we’re updating your results n","sxp_index_sbox_num_years_old":"{num_years} years old","msg_lc_notification_name":"{agentname} from Customer Service","raf_instant_discount_flex_modal_step3_paynow_fixed":"Pay now and get a {value_friend} discount.","raf_instant_discount_flex_modal_headline_fixed":"Save {value_friend} on your booking","ppd_survey_oct18_price_clarity_cp_outro":"Thanks for your feedback! ","bh_gwe_sr_privacy_private_room_one":"{num} private room","iq_sbox_flights_month_of_departure":"Month of departure","language_exception_search_box_adults_filter_1":"{num_adults} adult","pex_flights_search_traveller_infants":"Infants","paycom_billing_address_explanation":"Your billing address is the one your card is registered to.","lists_undo_option_basic":"Undo","raf_flex_post_signin_modal_subtext_fixed_wallet":"Find a place to stay and get {value_friend} back in travel credit.","language_exception_gsb_hp_book_now_cta_room_1":"{num} room for {group_recommendation_price}","please_enter_your_check_in_date":"Please enter your check-in date.","rewards_firstuse_taxi_emailflow_error_used_body":"Keep an eye on your inbox for future rewards and deals","traveller_header_tip_sign_in":"Sign in and save up to 50% on members-only deals!","pb_google_place_shopping_mall":"Shopping mall","lp_sxp_sb_calendar_drop_off":"Drop-off","recently_viewed_list_back_to_other_list":"Back to {list_name}","pb_google_place_food":"Food","pdi_index_popup_wpm_bullet_5":"If the other offer is part of a loyalty or rewards program.","checkout_form_enter_cvc_code":"Enter your 3 or 4-digit security code","ar_islamic_calendar_rabiul_awwal":"Rabi'ul Awwal","lists_wishlist_write_note":"Write your note here","gex_sr_sign_in_register_google_title":"Sign in or register to unlock deals and discounts!","pb_google_place_electronics_store":"Electronics store","checkout_storing_credit_card_details_11":"Add this card to your account for faster booking","auth_next_step_error_wrong_phone":"Enter a valid phone number","bh_gwe_sr_privacy_no_descriptor_empty_spot_one":"{num} empty spot","language_exception_sr_calendar_min_night_stay_tooltip_info_1":"Min. {num_nights}-night stay","language_exception_ss_sxp_index_sbox_calendar_num_night_stay_1":"({num_nights}-night stay)","beach_hp_sidecard_more_nearby_button":"More area info","auth_2fa_recovery_flow_confirm_phone_number_explanation":"If you don't have your phone on hand, you can finish the verification process by first confirming the phone number associated with this account.","raf_friend_lightbox_subtitle_noname":"(And don't forget to thank your friend!)","msg_wlm_page_privacy_policy_agree":"By using the Booking Assistant, you agree to the Booking.com Privacy Policy","checkout_form_cardholder_name":"Cardholder's Name","bh_gwe_sr_privacy_entire_studio_one":"{num} entire studio","bh_gwe_sr_privacy_hotel_room_one":"{num} hotel room","language_exception_sbox_num_children_1":"1 child","language_exception_a11y_gallery_image_screenreader_total_in_gallery_1":"{number} image in this gallery","iq_sbox_error_flights_group_size":"We can search flights for groups of up to 6 people at a time. Please adjust your group size.","checkout_pay_bs3_error_no_reason":"Sorry, we were not able to take your payment.","iq_sbox_flights_departure":"Departure date","language_exception_sxp_sbox_num_properties_on_cta_v1_1":"{num_properties} property","raf_validation_error_modal_employee_button":"Got it","sbox_error_checkout_after":"Select a check-out date that comes after your check-in date.","wl_no_availability_change_dates_cta":"Change dates","seconds":"seconds","checkout_form_booking_process_yy":"YY","pdi_index_wpm_popup_checklist":"We Price Match Checklist","list_icon_tooltip_map_view":"Map view","raf_desktop_friend_modal_cta_button":"Start searching","lists_unit_distance_metric":"{distance} km from the center of {ufi}","nights":"nights","language_exception_bh_bp_dates_num_weeks_1":"Total length of stay: {num_weeks} week","rooms":"Rooms","pb_google_place_library":"Library","rewards_firstuse_taxi_emailflow_error_generic_header":"We couldn’t activate your voucher","www_msg_welcome_value_prop":"Need a parking space, late check-out or something else? Our virtual assistant can help.","language_exception_beach_explore_panel_map_header_1":"Beach {in_city_name}","wl_lists_funnel_edit":"Change","paycom_validate_tpv_billing_address_state_or_province":"Enter a valid state/province","convert_incentives_landing_modal_tcs_cta":"Terms and conditions","pb_google_place_car_rental":"Car rental","bh_gwe_sr_privacy_no_descriptor_tent_one":"{num} tent","iq_sbox_flights_depart_date":"Depart","iq_sbox_rental_cars_pick_up_date":"Pick-up date","checkout_form_invalid_cc":"Invalid card number","checkout_form_incorrect_expiration":"Enter an expiration date to make sure your card is still valid after your reservation","ar_islamic_calendar_shawwal":"Shawwal","deals_countdown_singlesday19_seconds":"SECONDS","gsb_hp_book_now_cta_alt":"{num} units for {group_recommendation_price}","df_sold_out_hotels_explain":"We've reserved our last available room at this property for your selected dates","cdm_hp_quick_share_save":"Save","search_xp_sb_manual_tooltip_month":"Month of stay","pb_room_disclaimer":"This is a sample picture of this room type. Individual rooms may vary.","language_exception_clear_urgency_only_x_rooms_left_1":"Only {amountRooms} room left on our site!","pex_flights_search_traveller_babies_age":"Ages 0-2","msg_www_ask_a_question":"Booking Assistant","language_exception_bh_gwe_sr_card_entire_unit_suite_1":"Entire suites","ppd_survey_oct18_price_clarity_complete_cta":"Complete survey","lists_add_to_list":"Save the property","raf_deals_easter19_subheader_wallet":"With Easter Deals savings of at least 20%, now is the time book!","loc_social_connect_facebook_sign_in":"Sign in with Facebook","minutes":"minutes","gsb_hp_book_now_cta_holiday":"{num} vacation homes for {group_recommendation_price}","pb_google_place_meal_takeaway":"Takeout bar","search_box_no_children_filter_default":"No children","iq_sbox_rental_cars_drop_off_date":"Drop-off date","share_list_with_friend_3_zhtw":"Copy this link and send it to your friends so they can see my list","index_sbox_children_aria":"Number of children","iq_sbox_rentalcars_drop_off":"Drop-off","bhpmc_gallery_virtual_tour_instructions":"Click and drag to tour property","language_exception_bh_gwe_sr_privacy_no_descriptor_bed_in_dorm_1":"Bed in dorm","iq_sbox_error_flights_return_date_invalid":"Your return date is invalid.","beach_explore_beach_panel_overview_header":"{beach_name} overview","language_exception_ls_error_max_los_exceeded_p2_1":"Bookings can only be made for a maximum of {max_num_nights} night – enter alternative dates and try again.","language_exception_list_percent_off_value_1":"-1%","iq_sbox_error_cars_departure_date_invalid":"Your pick-up date is invalid.","ar_islamic_calendar_rajab":"Rajab","pex_flights_search_traveller_children_age":"Ages 2-11","wishlist_create_new":"Create a list","geo_beach_waves_calm":"Calm Water","loc_m_social_connect_naver_sign_in":"Sign in with Naver","language_exception_d_dmw_wl_calendar_occupancy_adults_1":"{num_adults} adult","pb_google_place_amusement_park":"Amusement park","rates_rocket_discount_badge":"{percent}% discount","language_exception_tt_beach_review_language_1":"{num} review in your language","checkout_form_cvc_tooltip_3_digit":"Your 3-digit security code is printed on the signature strip","d_dmw_wl_sign_in_save_properties_multi_device_head":"View your saved properties on the go","language_exception_a11y_hp_bookmarks_button_saved_1":"This property is saved to {num_lists} of your lists","a11y_gallery_image_screenreader_total_in_gallery":"{number} images in this gallery","lms_srp_percentage":"With extra last-minute discounts of up to {num_saving}% off!","wl_view_list":"View list","beach_review_adj_very_good":"Very good beach","a11y_aria_label_carousel_next_previous":"Next","pb_google_place_bar":"Bar","bh_gwe_sr_privacy_shared_dorm_room_one":"{num} shared dormitory room","m_loc_sr_hc_travel_time_minutes":"{num_minutes} min","sbox_num_adults_no_comma":"{num_adults} adults","bbt_searchbox_travellers":"Travelers","ski_autocomplete_ski_resort":"Ski Resort","raf_self_landing_alert_index_button_refer":"Learn more about our referral program","pb_google_place_art_gallery":"Art gallery","language_exception_sxp_lp_sbox_num_adults_1":"{num_adults} Adult","incentives_index_landing_error_link_expired_subtext":"No worries – you can still find other great deals on our site","iq_sbox_error_flights_return_after_departure":"Select a return date that comes after your departure date.","sbox_adults":"Adults","pb_google_place_taxi_stand":"Taxi stand","raf_friend_lightbox_step_2_description":"Enjoy your stay!","beach_review_adj_fabulous":"Excellent beach","group_change":"Change","iq_sbox_error_cars_arrival_after_departure":"Select a drop-off date that comes after your pick-up date.","pp_index_popup_bpg_how_to_1":"Found your booking cheaper somewhere else?","incentives_index_landing_error_link_expired_header":"This link expired","sbox_error_30_night_res":"Reservations longer than 30 nights are not possible.","list_icon_tooltip_list_view":"List view","gsb_hp_book_now_cta_apartments":"{num} apartments for {group_recommendation_price}","raf_friend_lightbox_step_1":"Step 1","language_exception_gsb_hp_book_now_cta_alt_1":"{num} unit for {group_recommendation_price}","pb_google_place_movie_theater":"Movie theater","acc_index_choose_checkout_date_arrowkeys":"Select your check-out date using the arrow keys","bdot_x_rooms_left_urgency":"We only have {num_left} left on our site!","bh_gwe_sr_privacy_entire_villa_one":"{num} entire villa","a11y_hp_bookmarks_button_hover":"Your lists","msg_entry_notification_unread_message":"You have unread messages","raf_friend_lightbox_step_3":"Step 3","iq_sbox_cars_date_of_departure":"Date of pick-up","b_conf_number_of_rooms":"{numRooms} rooms,","dda_reset_password_cancel_button":"Cancel","language_exception_maps_google_distances_hours_1":"{num_hours} hour","language_exception_ls_error_max_los_exceeded_p1_1":"Your check-out date is more than {max_num_nights} night after your check-in date.","checkout_pay_fe_bp_hybrid_payment_step_2":"Make sure you complete all the steps with {pay_method} to confirm your booking","raf_desktop_friend_modal_step_three_subhead":"After we’ve confirmed your stay with the property, you’ll get {value_friend}!","lp_percent_reserved_2a":"reserved","msg_multithread_messages_header":"Messages","raf_friend_lightbox_step_2":"Step 2","raf_instant_discount_flex_modal_step3_paylater_fixed":"Pay at the property and get {value_friend} back after your trip.","list_dropdown_email_last_name":"Last name","list_my_lists_onbaording_box_comp_msg":"Select dates and then compare prices and availability for properties you've listed.","pex_flights_sb_num_travellers":"{num_travel} travelers","rates_rocket_sr_num_results_accom_partners_tooltip":"Properties with highlighted borders are from our accommodation partner {rocket_brand_name}, which provides exclusive deals on select properties.","bb_business_or_leasure_cta_lt":"Mark as leisure trip","hours":"hours","language_exception_acc_cal_week_number_1":"Week {week_number}","beach_side_header_closest":"Closest beaches","pp_index_popup_bpg_how_to_3":"No account? Log in with your booking number and PIN.","language_exception_bh_gwe_sr_privacy_entire_chalet_1":"Entire chalet","lists_room_type_lightbox_room":"{number_of_rooms} more room types","comp_reviews_no_comments":"There are no comments available for this review","list_percent_off_value":"-{percent_off_value}%","d_dmw_wl_calendar_occupancy_children":"{num_children} children","d_dmw_wl_just_added_label":"Just added!","paycom_billing_address_state_or_province":"State/Province","pdi_index_popup_wpm_bullet_2":"The other offer needs to have the same check-in and check-out dates.","language_exception_m_genius_saving_percent_1":"You're saving an extra {num_percent}% on this hotel because you're a Booking Genius","beach_sr_left_side_module_show_all_beaches":"Show all {num_beaches} beaches","raf_flex_post_signin_modal_subtext_fixed_cc":"Find a place to stay and get {value_friend} back.","beach_sr_left_side_module_beach_details":"More details","ios_ace_wishlist_unavailable_for_dates":"Unavailable for your dates on our site","my_list_date_button_v1":"Check availability and prices","raf_flex_modal_button_signin_register":"Sign in or register","search_xp_sb_manual_tooltip_day":"Date of stay","d_dmw_wl_taxes_and_charges_may_vary":"taxes and charges may vary","pb_google_place_train_station":"Train station","ar_islamic_calendar_dhul_qaadah":"Dhul Qa'adah","raf_deals_easter19_subheader_cc":"Get an extra 20% off (or more!) when you book an Easter Deal","beach_review_adj_average_passable":"Fair beach","iq_sbox_accommodation_num_rooms":"{num_rooms} rooms","a11y_link_content_change_dialog_box":"Dialog box content has changed","language_exception_lists_room_type_lightbox_room_1":"1 more room type","language_exception_deals_countdown_singlesday19_seconds_1":"SECOND","paycom_billing_address_city":"City","sbox_num_adults":"{num_adults} adults,","ar_islamic_calendar_hijri_off":"Hide Hijri","rewards_firstuse_taxi_emailflow_error_used_header":"Sorry, this voucher has already been used","pb_google_place_department_store":"Department store","ng_map_price_for_x_nights":"Price for {num_nights} nights","m_sxp_calendar_date_select_choose_checkin":"Select a check-in date","lists_map_list_name_zhtw":"List name","auth_next_step_error_wrong_email":"Enter a valid email address","language_exception_lists_added_to_x_lists_1":"Saved to one list","lists_map_list_name":"List name","ppd_survey_oct18_price_clarity_progress":"Progress","acc_index_child_age_screenread":"Child {child_number} age","acc_cal_week_number":"Week {week_number}","ar_islamic_calendar_no_month_change":"{hijri_month} {year}","bh_gwe_sr_privacy_no_descriptor_bed_in_dorm":"{num} beds in dorms","lists_lightbox_dates_reveal_price":"Select dates to reveal price and availability.","bh_gwe_sr_card_entire_unit_bungalow":"{num} entire bungalows","checkout_success_card_saved":"Your card has been saved","bb_sr_remove_filter":"Remove","d_dmw_wl_distance_from_centre":"{distanceInKm} from center","pb_google_place_florist":"Florist","bh_gwe_sr_card_entire_unit_holidayhome":"{num} entire vacation homes","review_adj_very_good":"Very Good","account_sign_in_one_tap_verifying_header":"Verifying…","sxp_sbox_num_properties_on_cta_v1":"{num_properties} properties","a11y_index_autocomplete_suggested_destinations":"You can choose from suggested destinations below","acc_cal_open_notification":"You've opened the calendar to select dates for your stay","iq_sbox_rentalcars_pick_up":"Pickup","lp_sxp_sb_calendar_pick_up":"Pickup","checkout_form_less_options":"Less options","loc_character_comma":", {zwsp}","rates_rocket_sr_num_results_accom_partners":"Showing all properties plus {num} exclusive deals from {rocket_brand_name} “,”checkout_form_expiry_date”:”Expiration Date”,”search_guest_type_adults”:”Adults”,”d_dmw_wl_simple_steps_2″:”Tap the heart icon when you find a property you like”,”a11y_index_autocomplete_suggested_destinations_list”:”List of suggested destinations “,”search_box_adults_filter”:”{num_adults} adults”,”list_my_lists_onbaording_box_sign_in”:”To permanently save a list, and access your lists from a mobile or tablet, {start_link1}sign in{end_link1} or {start_link2}create an account{end_link2}.”,”a11y_auth_2fa_recovery_flow_confirm_phone_number_country_select_label”:”Select your country”,”destination_finder_num_endorsements”:”{num_endorsement_count} recommendations”,”search_sbox_abandoned_search_open_tab_message”:”Whoops – something went wrong. Let’s refresh this page to get things up and running again.”,”bh_gwe_sr_card_entire_unit_villa”:”{num} entire villas”,”raf_desktop_friend_modal_subhead_no_name”:”Your friend is giving you {value_friend} if you book and stay with us. Check it out!”,”ar_islamic_calendar_warning_message”:”Please note : Only the Gregorian date will be submitted in the reservation.”,”iq_sbox_cars_year_of_arrival”:”Year of drop-off”,”checkout_form_postal_code”:”Zip/Postal Code”,”sbox_dates_num_nights_1″:”{num_nights}-night stay”,”ar_islamic_calendar_safar”:”Safar”,”checkout_form_incorrect_name_type”:”Enter your name as it appears on your card”,”language_exception_msg_lc_alt_messaging_platform_0″:”Open messaging”,”search_box_result_your_search”:”Showing results for “{user_searched_term}””,”list_dropdown_email_first_name”:”First name”,”pdi_index_wpm_popup_cant_claim”:”When can you not make a claim?”,”pdi_index_wpm_popup_desc”:”{startBold}You can claim a refund for the difference if you find your reservation cheaper on another website.{endBold} “,”rewards_firstuse_taxi_emailflow_error_user_header”:”Sorry, this voucher is for another user”,”language_exception_beach_side_header_closest_1″:”Closest beach”,”fame_search_age_explain”:”To find a place to stay that fits your entire group along with correct prices, we need to know how old your children will be at check-out”,”ss_search_box_search_property_type”:”{property_type} in {destination}”,”pb_google_place_sightseeing”:”Sightseeing”,”iq_sbox_cars_year_of_departure”:”Year of pick-up”,”deals_countdown_singlesday19_days”:”DAYS”,”language_exception_bh_ss_sxp_index_sbox_calendar_num_week_stay_1″:”({num_weeks}-week stay)”,”iq_sbox_error_flights_from_to_same”:”Your “From where?” and “To where?” airports have to be different.”,”language_exception_bh_gwe_sr_privacy_entire_holiday_home_1″:”Entire vacation home”,”recently_viewed_list_name_dropdown_explanation_box_header”:”No more losing track!”,”gsb_hp_book_now_cta_chalet”:”{num} chalets for {group_recommendation_price}”,”bh_gwe_sr_privacy_private_room”:”{num} private rooms”,”ace_wishlist_name_your_list”:”Name your list”,”recently_viewed_list_v3″:”Save these properties to a list”,”m_sr_distance_from_centre_city”:”{distanceInKmFromCentre} from downtown/center of {city_name} “,”raf_flex_post_signin_modal_headline_noname”:”You’re booking with your friend’s reward”,”pb_google_place_bus_station”:”Bus station”,”search_box_cal_checkin_date”:”Check-in Date”,”iq_sbox_flights_from”:”From where?”,”fame_w_mandatory_ages_no_head_explain”:”Add correct ages so we can show the best options and prices for your family”,”checkout_form_no_postal_code”:”Enter a zip/postal code”,”sp_sr_hotel_card_cashback”:”{currency_amount} cashback”,”bbt_notifications_new_join_configure”:”{start_bold}{user_name}{end_bold} just joined the company account. If you want to customize what admins and travel organizers can do on the account, head to the Settings page.”,”list_wishlist_send_to_friends”:”Share the list”,”deals_countdown_singlesday19_hours”:”HOURS”,”raf_friend_landing_modal_save_for_later_cta”:”Save for later”,”msg_entry_meet_assistant_header”:”Meet the Booking Assistant”,”beach_review_adj_good”:”Good beach”,”lists_wishlist_add_note”:”Make a note”,”paycom_form_cvc”:”CVC”,”bhpse_key_collect_error_refresh_page”:”Something went wrong – {link_start}please refresh the page{link_end}.”,”lists_save_this_list”:”Do you want to save this list?”,”no_review_score_tab_header”:”No review score yet…”,”msg_lc_notification_in_browser”:”{agentname} from Customer Service”,”beach_review_adj_disappointing”:”Disappointing beach”,”convert_incentives_index_card_copy_cta_copied”:”Copied!”,”iq_sbox_error_flights_departure_date_invalid”:”Your departure date is invalid.”,”lists_save_this_list_yes”:”Yes”,”bh_gwe_sr_card_entire_unit_suite”:”{num} entire suites”,”pb_google_place_casino”:”Casino”,”deals_price_watch5″:”See sample”,”language_exception_settings_page_num_adults_1″:”1 adult”,”sr_last_room_reserved”:”We’ve reserved our last available room at this property”,”iq_sbox_flights_year_of_return”:”Year of return”,”list_dropdown_email_header”:”Send “{list_name}” to a friend so they can check out your list”,”loc_m_social_connect_naver_sign_up”:”Sign up with Naver”,”paycom_form_new_card”:”Use new card”,”recently_viewed_list_v2″:”Don’t lose track of your favorite property.”,”pb_google_place_bicycle_store”:”Bike shop”,”geo_beach_swimming”:”Swimming Allowed “,”ar_islamic_calendar_two_months”:”{first_hijri_month}/{second_hijri_month} {year}”,”auth_next_step_error_empty_verification_code”:”Enter a verification code”,”sbox_age_of_child_popup_best_price”:”To see the best prices for your group, don’t forget to complete this step!”,”incentives_index_landing_error_link_expired_cta”:”Got it”,”a11y_aria_label_carousel_previous”:”Previous”,”bh_ss_sxp_index_sbox_calendar_num_week_stay”:”({num_weeks}-week stay)”,”checkout_success_payment_completed_generic”:”Your payment has been taken”,”date”:”Date”,”msg_wlm_screen_start_button_fb”:”Continue with Messenger”,”iq_sbox_flights_date_of_departure”:”Date of departure”,”review_adj_average_passable”:”Fair”,”wl_lists_create_failed”:”Couldn’t create new list – try again later.”,”language_exception_sbox_dates_num_nights_1_1″:”1-night stay”,”beach_hp_explore_nearby_panel_header”:”Around {property_name}”,”acc_settings_section_2fa_enrollment_phone_number_field_placeholder”:”Enter your phone number”,”checkout_form_invalid_postal_code”:”Use a valid zip/postal code”,”raf_instant_discount_flex_modal_step1″:”Sign in to {b_companyname} or create an account”,”bh_bp_dates_num_weeks”:”Total length of stay: {num_weeks} weeks”,”language_exception_maps_google_distances_minutes_1″:”{num_minutes} minute”,”wishlist_delete_prompt”:”Are you sure? This can’t be undone.”,”bh_gwe_sr_privacy_no_descriptor_empty_spot”:”{num} empty spots”,”notifications_percent_reserved_cta”:”Continue your search”,”deals_countdown_singlesday19_minutes”:”MINUTES”,”language_exception_ng_map_price_for_x_nights_1″:”Price for 1 night”,”sbox_children”:”Children”,”ar_islamic_calendar_jumadal_ula”:”Jumadal Ula”,”rewards_firstuse_taxi_emailflow_error_expired_body”:”Keep an eye on your inbox for future rewards and deals”,”lists_wishlist_note-saved”:”Saved!”,”checkout_form_pay_method”:”{/payment_method/[method]/name} Payment”,”m_wl_saved_view”:”View”,”checkout_pay_fe_bp_hybrid_payment_step_1″:”You’ll be redirected to {pay_method}”,”wl_select_a_list”:”Select a list”,”review_adj_exceptional”:”Exceptional”,”language_exception_d_dmw_wl_num_properties_saved_1″:”{num_properties_saved} property saved”,”d_dmw_wl_simple_steps_3″:”You’ll find everything you’ve saved here”,”gex_google_popup_email”:”Sign in to unlock deals and discounts!”,”lists_wishlist_remove_note”:”Remove”,”sxp_lp_sbox_num_adults”:”{num_adults} Adults”,”welcome_to_your_lists_all_devices”:”Want to access them on all your devices? Just sign in.”,”pb_google_place_aquarium”:”Aquarium”,”bh_gwe_sr_privacy_entire_bungalow_one”:”{num} entire bungalow”,”bh_gwe_sr_privacy_private_suite”:”{num} private suites”,”sxp_lp_sbox_num_children”:”{num_children} children”,”language_exception_beach_sr_header_see_beaches_1″:”See beach”,”share_list_with_friend_3″:”Copy this link to share this list”,”language_exception_deals_countdown_singlesday19_minutes_1″:”MINUTE”,”pb_google_place_cafe”:”Café”,”list_dropdown_why”:”When you see a place you like, save it to a list so you can find it later.”,”lists_email_invalid_last_name_error”:”Please enter a last name”,”paycom_billing_address_needed_modal_body_web”:”A billing address is required to use this card. Add this info or select a different payment method.”,”map_marker_current_property”:”Current Property”,”raf_unfification_header_refer_friends_earn”:”Refer Friends & Earn”,”d_dmw_wl_calendar_dates_apply_cta”:”Apply”,”iq_sbox_accommodation_num_guests”:”{num_guests} guests”,”raf_flex_shutdown_influencers”:”This campaign is over. You can make a booking, but you won’t be eligible for a reward.”,”sbox_calendar_num_nights_2″:”from {start_bold}{checkin_date}{end_bold} to {start_bold}{checkout_date}{end_bold} ({num_nights}-night stay)”,”language_exception_sbox_num_children_0″:”{num_children} children”,”sbox_index_gsb_child_age”:”age at check-out”,”sr_dates_cta_choose_room”:”Select your room”,”pb_google_place_liquor_store”:”Liquor store”,”pdi_index_popup_wpm_bullet_1″:”The other offer has to be for the same property and accommodation type.”,”auth_2fa_recovery_flow_confirm_phone_number_cta”:”Confirm phone”,”language_exception_lists_distance_metric_1_1″:”1 mile from the centre of {ufi}”,”lists_map_see_more”:”See more”,”msg_cancelled_booking_label”:”Canceled”,”all_deals_3″:”Last-minute Deal”,”lists_map_from”:”From {start_style}{localised_price}{end_style}”,”language_exception_bdot_x_rooms_left_urgency_1″:”We only have {num_left} left on our site!”,”language_exception_ppd_survey_oct18_price_clarity_num_of_total_1″:”{num} of {total_num}”,”a11y_gallery_image_screenreader_placeholder”:”Gallery image of this property”,”lists_wishlist_save_note”:”Save”,”lists_room_type_lightbox_hotel”:”{number_of_rooms} room types available”,”paycom_billing_address_house_number_or_name”:”Apartment/Unit number”,”raf_desktop_friend_modal_how_it_works_header”:”How It Works”,”raf_friend_lightbox_title”:”Earn a {value} Cash Reward”,”pp_index_popup_bpg_how_to_2″:”Look for {start_format}Found this room cheaper somewhere else?{end_format} on your confirmation page or in {start_format}View all bookings{end_format}.”,”language_exception_bh_gwe_sr_privacy_private_studio_1″:”Private studio”,”ar_islamic_calendar_muharram”:”Muharram”,”language_exception_tdot_sr_from_centre_location_1″:”1 mi from the center”,”language_exception_bh_gwe_sr_privacy_no_descriptor_tent_1″:”Tent”,”msg_web_entry_new_messages”:”New messages”,”m_pod_survey_intro_no”:”Not now”,”language_exception_gsb_hp_book_now_cta_villa_1″:”{num} villa for {group_recommendation_price}”,”raf_flex_post_signin_modal_button”:”Browse places to stay”,”m_pod_survey_intro_yes”:”Take survey”,”language_exception_destination_finder_theme_endorsements_1″:”{start_style}1{end_style} guest has endorsed this place for {start_style}”{theme_name}”{end_style}”,”raf_flex_modal_optin_tickbox”:”Notify me about referral rewards”,”sr_lists_saved_notification”:”Saved!”,”sbox_rooms”:”Rooms”,”geo_beach_accessibility”:”Accessible “,”bh_gwe_sr_privacy_private_apartment_one”:”{num} private apartment”,”tdot_sr_from_centre_location”:”{total_distance_from_property} from the center”,”beach_explore_panel_map_header”:”Beaches {in_city_name}”,”iq_sbox_flights_return_date”:”Return”,”paycom_billing_address_save_card_and_address”:”Save card and billing address for faster future payments”,”bh_gsb_search_box_checkout_age_plural”:”Children’s ages on {date}”,”real_login_signin”:”Sign in”,”bh_gwe_sr_card_entire_unit_studio”:”{num} entire studios”,”raf_friend_lightbox_step_1_description”:”Find and book the perfect accommodations anywhere in the world”,”pex_flights_search_traveller_adult_age”:”Ages 12+”,”deals_price_watch2″:”Don’t miss out on the lowest price. Start a price watch and we’ll alert you if the rate changes.”,”hp_book_button_reserve”:”Book now”,”sxp_index_sbox_horizontal_adults”:”{num_adults} adults”,”iq_sbox_rental_cars_location”:”Pick-up location”,”lists_added_to_x_lists”:”Saved to {num_wishlists_16} lists”,”a11y_travheader_view_notifications_count”:”You have {num_notifications} unread notifications”,”ppd_survey_oct18_price_clarity_hp_outro”:”Thanks! “,”raf_friend_landing_shut_down_modal_body”:”Our referral program is closed. You can go ahead and make a booking, but you won’t be eligible for a referral reward.”,”language_exception_gsb_hp_book_now_cta_holiday_1″:”{num} vacation home for {group_recommendation_price}”,”beach_explore_panel_ave_cost”:”Average cost per night”,”bh_gwe_sr_privacy_shared_bathroom_room_one”:”{num} room with shared bathroom”,”search_sbox_abandoned_search_open_tab_message_refresh_cta”:”Refresh now”,”pb_google_place_convenience_store”:”Convenience store”,”wl_saved_to”:”Saved to: {start_link}{list_name}{end_link}”,”bbt_notifications_new_join_configure_link”:”Start customizing”,”raf_desktop_cannot_book_property”:”You can’t book this property with the Refer a Friend Program. Try searching for another property.”,”sp_rewards_instant_reward_badge”:”Get {reward_value} off”,”incentives_index_landing_error_link_used_subtext”:”No worries – you can still find other great deals on our site”,”raf_desktop_friend_modal_subhead”:”{user_first_name} is giving you {value_friend} if you book and stay with us. Check it out!”,”pdi_index_popup_wpm_contact”:”Just remember to contact us after booking and at least 24 hours before your check-in date.”,”settings_page_num_adults”:”{num_adults} adults”,”geo_beach_waves_strong”:”Strong Waves”,”night”:”Night”,”bh_gwe_sr_privacy_private_studio”:”{num} private studios”,”top_3_reasons_to_visit”:”Top reasons to visit: {theme_01}, {theme_02}, and {theme_03}”,”raf_desktop_friend_landing_banner_minimum_spend”:”*Minimum spend of {minimum_spend}”,”raf_friendlanding_index_lightbox_headline_percent_cc”:”Get {value_percent_friend}% Back in Cash Rewards”,”fe_cc_transport_info_general”:”Transportation Information”,”bb_business_or_leasure_tooltip_bt”:”Mark this booking as a business trip”,”d_dmw_wl_calendar_occupancy_apply_cta”:”Apply”,”auth_next_step_send_code_cta”:”Resend verification code”,”beach_review_adj_average_okay”:”Okay beach”,”hotel”:”hotel”,”checkout_form_invalid_expiration”:”Your card has to have a valid expiration date”,”language_exception_b_conf_number_of_rooms_1″:”1 room,”,”incentives_index_landing_error_link_used_cta”:”Got it”,”geo_beach_water_quality_great”:”Great Water Quality”,”language_exception_m_loc_sr_hc_travel_time_minutes_1″:”{num_minutes} min”,”raf_desktop_friend_modal_faq”:”{start_link}Frequently asked questions{end_link}”,”sbox_error_num_night_res”:”Sorry, reservations for more than {num} nights aren’t possible.”,”language_exception_bh_gwe_sr_privacy_entire_apartment_1″:”Entire apartment”,”language_exception_sbox_calendar_num_nights_2_1″:”from {start_bold}{checkin_date}{end_bold} to {start_bold}{checkout_date}{end_bold} ({num_nights}-night stay).”,”please_take_a_few_seconds”:”Please take a few seconds to give us your opinion in a {quick_surveyLink}quick survey{endLink}.”,”beach_sr_recovery_banner_header”:”Surfing, swimming, sunsets, and more – discover your perfect beach destination”,”language_exception_gsb_hp_book_now_cta_chalet_3″:”{num} domki za {group_recommendation_price}”,”loading”:”Loading”,”gs_index_model_desc_family”:”Find the perfect property for your family by filling this in!”,”months”:”months”,”language_exception_a11y_travheader_view_notifications_count_1″:”You have {num_notifications} unread notification”,”loc_sbox_children_age_singular”:”Age of child at check-out”,”share_tooltip”:”Share”,”ss_uni_search_ac_landmark_type_district”:”Neighborhood”,”language_exception_d_dmw_wl_calendar_occupancy_children_1″:”{num_children} child”,”auth_2fa_recovery_flow_code_sent_explanation”:”When you added Two Factor Authentication to your account, we asked you to provide us with a recovery email address in case you didn’t have your phone on hand.”,”list_dropdown_email_example”:”name@example.com; name@example.com”,”iq_sbox_rentalcars_current_location”:”Current Location”,”paycom_validate_tpv_billing_address_city”:”Enter a valid city name”,”pd_rt_credit_message_in_total_column”:”Earn {amount_with_currency} Credits”,”lists_lightbox_dates_reveal_price_cta”:”Select dates”,”geo_beach_food_and_drink”:”On-Site Food & Drink”,”m_gex_google_popup_email”:”Sign in to unlock deals and discounts!”,”iq_sbox_cars_current_location”:”My current location”,”ppd_survey_oct18_price_clarity_num_of_total”:”{num} of {total_num}”,”acc_settings_section_2fa_enrollment_success”:”You are now protected by Two Factor Authentication”,”copy_maps_hp_back_to_property”:”Back to property”,”msg_lc_tab_new”:”(1) New chat message – Booking.com”,”groups_max_occupancy_people”:”{num_people} people”,”language_exception_bh_gwe_sr_privacy_entire_studio_1″:”Entire studio”,”paycom_billing_address_postal_code”:”Zip code”,”pb_google_place_airport”:”Airport”,”beach_sr_left_side_module_header”:”Find your perfect beach”,”acc_index_choose_checkin_date_arrowkeys”:”Select your check-in date using the arrow keys”,”raf_flex_post_signin_modal_headline_name”:”You’re booking with {advocate_name}’s reward”,”recently_viewed_list_name_dropdown_explanation_box_subheader”:”You can now see a list of {start_link}your recently viewed properties.{end_link} “,”beach_review_adj_very_poor”:”Very bad beach”,”language_exception_m_loc_sr_hc_travel_time_hours_1″:”{num_hours} h”,”d_dmw_wl_no_review_score_info”:”We need at least {min_num_reviews} reviews before we can calculate a review score. If you book and review your stay, you can help {property_name} meet this goal.”,”tt_beach_review_language”:”{num} reviews in your language”,”pb_google_place_stadium”:”Stadium”,”lists_save_this_list_no”:”No, thanks”,”loc_instalments_card_check”:”The card you’ve selected doesn’t allow instalments.”,”list_my_lists_onbaording_box_save”:”Save”,”language_exception_search_box_room_filter_1″:”{num_rooms} room”,”do_you_want_to_save_cta”:”Save this property to this list”,”language_exception_sxp_lp_sbox_num_children_1″:”{num_children} child”,”go_to_list”:”Go to list”,”language_exception_bh_gwe_sr_privacy_private_room_1″:”Private room”,”checkout_pay_fe_bp_hybrid_payment_step_3″:”If your payment is successful, you’ll receive your booking confirmation”,”pdi_index_popup_wpm_bullet_6″:”If the other offer is a special promotion or deal.”,”pdi_index_popup_wpm_bullet_bbasic”:”If your current Booking.com booking is a Partner offer (i.e. an offer that’s labeled as “Partner Offer” on our platform and made available by Booking.com partner companies) or if you’re comparing the other offer with one of these Partner Offers on our platform.”,”incentives_index_landing_error_link_used_header”:”This link has already been used”,”pb_google_place_restaurant”:”Restaurant”,”language_exception_lists_room_type_lightbox_hotel_1″:”1 room type available “,”sxp_sbox_num_properties_left_of_cta_v2″:”{num_properties} properties found for your search”,”language_exception_msg_lc_tab_new_1″:”({number}) new chat message – Booking.com”,”hp_saved_to_num_lists”:”Saved to {num_wishlists_16} lists”,”language_exception_sr_calendar_min_night_stay_footer_1″:”There’s a minimum length of stay of {num_nights} night from your check-in date”,”language_exception_destination_finder_num_endorsements_1″:”{num_endorsement_count} recommendation”,”language_exception_iq_sbox_accommodation_num_guests_1″:”{num_guests} guest”,”raf_desktop_friend_modal_step_two_header”:”Enjoy Your Stay”,”app_marketing_www_landing_anti_fraud_voice_ac2″:”Security check complete – release and wait. “,”ls_error_max_los_exceeded_p1″:”Your check-out date is more than {max_num_nights} nights after your check-in date.”,”paycom_validate_tpv_billing_address_postal_code”:”Enter a valid zip code”,”recently_viewed_list_v4″:”Save this property to a list”,”language_exception_bh_gwe_sr_card_entire_unit_apartment_1″:”Entire apartment”,”lists_map_empty”:”This list is empty”,”no”:”No”,”wl_new_list_hint”:”Name of new list”,”d_dmw_wl_calendar_occupancy_rooms”:”{num_rooms} rooms”,”ss_sxp_index_sbox_calendar_num_night_stay”:”({num_nights}-night stay)”,”auth_2fa_recovery_flow_confirm_phone_number_header”:”Confirm Phone Number”,”iq_sbox_flights_current_location”:”Closest airport to me”,”all_deals_1″:”Great value”,”a11y_cta_close_banner_new”:”Close banner”,”geo_beach_water_quality_good”:”Good Water Quality”,”sbox_error_45_night_res”:”Reservations longer than 45 nights aren’t possible.”,”bh_gwe_sr_privacy_no_descriptor_tent”:”{num} tents”,”checkout_form_4_digit_cvc”:”Enter the 4-digit security code located on the front of your card”,”raf_friend_lightbox_step_3_description”:”Claim your cash reward.”,”sxp_index_sbox_horizontal_age_at_checkout”:”Age at check-out”,”language_exception_sbox_num_adults_no_comma_1″:”1 adult”,”destination_finder_theme_endorsements”:”{start_style}{num_endorsement_guests}{end_style} guests have endorsed this place for {start_style}”{theme_name}”{end_style}”,”m_wl_removed_from”:”Removed from {list_name}”,”sbox_num_children”:”{num_children} children”,”lists_distance_metric_1″:”{distance} mi from the center of {ufi}”,”auth_next_step_sms_enter_code_cta”:”Enter your verification code:”,”wl_new_list”:”New list”,”review_adj_average_okay”:”Okay”,”d_dmw_wl_simple_steps_cta”:”Start searching”,”my_list_date_button_v2″:”Apply dates to see availability”,”wish_lists_be_almost_first”:”Be one of the first to add”,”last_chance”:”Last chance!”,”lists_endorsement_highly_rated”:”{ufi_name} is highly rated for {interest_point}.”,”paycom_billing_address_edit”:”Edit”,”iq_sbox_flights_roundtrip”:”Round-trip”,”paycom_form_cardholder_name”:”Cardholder’s Name”,”language_exception_search_box_children_filter_1″:”{num_kids} child”,”searchbox_error_msg_need_date”:”Please enter dates to check availability.”,”language_exception_deals_countdown_singlesday19_hours_1″:”HOUR”,”language_exception_rates_rocket_sr_num_results_accom_partners_1″:”Showing all properties plus {num} deal from {rocket_brand_name} “,”bh_gwe_sr_privacy_hotel_room”:”{num} hotel rooms”,”gsb_hp_book_now_cta_room”:”{num} rooms for {group_recommendation_price}”,”fame_w_mandatory_ages_explain”:”Correct ages help us show the best options and prices for your family”,”d_dmw_wl_simple_steps_head”:”Here are 3 simple steps to get you started:”,”pb_google_place_clothing_store”:”Clothing store”,”a11y_sr_close_calendar_icon”:”Close calendar”,”lists_cta_button_v2″:”Find out more”,”checkout_form_cvc_code_title”:”Security Code”,”index_sbox_rooms_aria”:”Number of rooms”,”sbox_error_checkin_future”:”Select a check-in date that’s in the future.”,”list_my_lists_onbaording_box_comp”:”Compare”,”raf_desktop_friend_modal_step_three_subhead_percent”:”After we confirm your stay with the property, you’ll get {value_percent_friend}% back!”,”filter_hide”:”hide”,”language_exception_bh_gwe_sr_privacy_hotel_room_1″:”Hotel room”,”list_dropdown_send_button”:”Send”,”genius_icon_tooltip”:”You’re saving an extra 10% on this property because you’re a Booking Genius!”,”language_exception_bh_gwe_sr_privacy_private_suite_1″:”Private suite”,”recently_viewed_list_variableopt_2″:”Properties have been saved in the “{name_of_list}” list”,”lists_lightbox_dates_reveal_price_error_message”:”No rooms are available. Try different dates. “,”beach_review_adj_pleasant”:”Pleasant beach”,”pod_sr_split_free_cancellation”:”FREE cancellation”,”raf_desktop_invalid_link_no_reward”:”This Refer a Friend link is invalid! You can still book a property but you won’t get the reward.”,”pp_index_popup_bpg_how_to_4″:”You can also contact our {start_link}Customer Care{end_link} team.”,”msg_lc_alt_messaging_platform”:”Check {number} new messages”,”raf_friend_landing_modal_after_saving_button”:”Remove this reward”,”acc_cal_closed_closed”:”You’ve closed the calendar widget”,”bh_gwe_sr_privacy_no_descriptor_mobile_home_one”:”{num} mobile home”,”lists_endorsement_perfect_stay_people_from”:”{ufi_name} is highly rated for {interest_point} by people {from_country_name}.”,”raf_friendlanding_index_lightbox_headline_percent_wallet”:”Get {value_percent_friend}% Back in Wallet Credit”,”hotel_header_new_num_reviews”:”{num_reviews} reviews”,”language_exception_bh_gwe_sr_privacy_shared_dorm_room_1″:”Shared dorm room”,”checkout_form_no_name_entered”:”Enter a cardholder name”,”raf_friend_lightbox_subtitle”:”(And don’t forget to thank {friend_name}!)”,”bb_business_or_leasure_cta_bt”:”Mark as business trip”,”list_dropdown_email_add_message”:”Add a message”,”rates_rocket_hp_rooms_table_boost_message”:”Pay more to earn more”,”paycom_billing_address_street”:”Street address”,”checkout_form_select_bank_dropdown”:”Select bank”,”sxp_sbox_property_count_flexible”:”(± {num})”,”conf_email_num_nights”:”{num_nights} nights”,”bh_gwe_sr_privacy_shared_bathroom_room”:”{num} rooms with shared bathrooms”,”raf_desktop_friend_modal_step_two_subhead”:”Kick back, relax, and enjoy your getaway”,”language_exception_iq_sbox_accommodation_num_rooms_1″:”{num_rooms} room”,”iq_sbox_error_cars_1_hour_future”:”Your pick-up time has to be at least 1 hour from now.”,”lists_email_invalid_email_error”:”Whoops, this isn’t a valid email address – please enter another.”,”bh_gwe_sr_privacy_entire_holiday_home”:”{num} entire vacation homes”,”raf_friendlanding_index_lightbox_headline_fixed_wallet”:”Earn {value_friend} in Wallet Credit”,”deals_price_watch1″:”Price Watch”,”current_location”:”Current Location”,”language_exception_iq_sbox_flights_travellers_1″:”{num_travellers} traveler”,”fame_w_mandatory_ages_head”:”Age of children at check-out”,”pb_google_place_shoe_store”:”Shoe store”,”language_exception_pex_flights_sb_num_travellers_1″:”{num_travel} traveler”,”raf_friend_landing_save_for_later_cta”:”Save for later”,”bb_business_or_leasure_tooltip_lt”:”Mark this booking as a leisure trip”,”language_exception_a11y_gallery_image_screenreader_total_in_gallery_0″:”No images in this gallery”,”www_surveygizmo_intro_no”:”Not now”,”gsb_hp_book_now_cta_villa”:”{num} villas for {group_recommendation_price}”,”m_sxp_calendar_date_select_num_nights”:”({num_nights} nights)”,”iq_sbox_flights_to”:”To where?”,”raf_flex_post_signin_modal_subtext_percent_wallet”:”Find a place to stay and get back {value_percent_friend}% of your booking in travel credit.”,”paycom_form_toggle_save_card_for_future”:”Save card for future purchases”,”index_sbox_adults_aria”:”Number of adults”,”bh_mup_sr_sb_obp_tooltip_right_price”:”Some prices are based on group size. Set the number of guests to see the right prices for your trip. “,”ar_islamic_calendar_jumadal_ukhra”:”Jumadal Ukhra”,”geo_beach_water_quality_excellent”:”Excellent Water Quality”,”ios_ace_wishlist_show_on_map”:”Show on map”,”loc_social_connect_google_sign_in”:”Sign in with Google”,”language_exception_gsb_hp_book_now_cta_chalet_1″:”{num} chalet for {group_recommendation_price}”,”beach_review_adj_superb”:”Wonderful beach”,”ar_islamic_calendar_two_years”:”{first_hijri_month} {first_year}/{second_hijri_month} {second_year}”,”raf_desktop_friend_modal_step_one_header”:”Book Your Accommodations”,”list_show_prices_of_all”:”Show prices for all properties”,”app_marketing_www_landing_anti_fraud_cta_error_generic”:”Try again.”,”d_dmw_wl_calendar_occupancy_adults”:”{num_adults} adults”,”language_exception_bh_gwe_sr_card_entire_unit_bungalow_1″:”Entire bungalow”,”bh_gwe_sr_privacy_private_suite_one”:”{num} private suite”,”acc_index_checkin_calendar_opened”:”You opened the check-in calendar “,”geo_beach_lifeguard”:”On-Site Lifeguard”,”search_xp_sb_manual_tooltip_year”:”Year of stay”,”book_button_now”:”Book now”,”paycom_validate_tpv_billing_address_country”:”Enter a valid country/region”,”msg_privacy_policy_en_only”:”Privacy Policy and Terms of Use”,”sr_calendar_checkout_only_tooltip_info”:”Check-out only”,”list_dropdown_add_email”:”Add email address”,”raf_friendlanding_index_lightbox_step3_description_wallet”:”Get your reward in Wallet credit.”,”language_exception_conf_email_num_nights_1″:”{num_nights} night”,”d_dmw_wl_simple_steps_1″:”Search for a place to stay”,”mlx_holidays_survey_popup_dismiss”:”Dismiss”,”language_exception_bh_gwe_sr_card_entire_unit_chalet_1″:”Entire chalet”,”rewards_firstuse_taxi_emailflow_error_used_generic”:”Got it”,”pb_google_place_jewelry_store”:”Jewelry store”,”iq_sbox_error_cars_departure_date_too_far_future”:”Your pick-up date was too far in the future – try again.”,”language_exception_search_filter_num_rooms_1″:”1 room”,”raf_instant_discount_flex_modal_subtext_noname”:”(and don’t forget to thank your friend!)”,”language_exception_sp_rewards_instant_reward_badge_1″:”Get {reward_value} off”,”bh_gwe_sr_privacy_shared_dorm_room”:”{num} shared dorm rooms”,”bh_gwe_sr_privacy_private_studio_one”:”{num} private studio”,”language_exception_bh_gwe_sr_privacy_entire_bungalow_1″:”Entire bungalow”,”auth_next_step_error_wrong_verification_code”:”Enter a valid verification code”,”checkout_form_booking_process_mm”:”MM”,”pb_google_place_spa”:”Spa”,”msg_lc_toast_open”:”Open “,”raf_desktop_friend_modal_header”:”Hi there! Welcome to {b_companyname}”,”pb_google_place_subway_station”:”Subway/metro station”,”raf_instant_discount_flex_modal_cta_signin_register”:”Sign in or register”,”iq_sbox_accomm_check_in”:”Check-in”,”pb_google_place_bowling_alley”:”Bowling alley”,”checkout_form_no_cc”:”Enter a card number”,”list_my_lists_onbaording_box_book”:”Book”,”bh_m_sxp_calendar_date_select_num_weeks”:”({num_weeks} weeks)”,”iq_sbox_flights_travellers”:”{num_travellers} travelers”,”language_exception_hotel_header_new_num_reviews_1″:”1 review”,”convert_incentives_landing_modal_cta”:”Book with your reward”,”wish_lists_be_first”:”Be the first to add this”,”fame_search_age_needed”:”Age needed”,”msg_cta_lets_get_started”:”Let’s get started”,”dsf_rename_list_dialogue_zhtw”:”Enter a new name for this list”,”generalised_num_properties”:”{num_hotels} properties”,”d_dmw_wl_sign_in_save_properties_multi_device_subhead”:”{start_link_1}Sign in{end_link_1} or {start_link_2}register{end_link_2} to sync your saved properties to any device”,”bh_gsb_search_box_checkout_age”:”Child’s age on {date}”,”raf_deals_easter19_cta”:”View deals”,”review_adj_average”:”Average”,”bh_gwe_sr_privacy_no_descriptor_bed_in_dorm_one”:”{num} bed in dorm”,”lists_save_this_list_signin”:”Do you want to save this list? You’ll need to sign in or create an account first.”},”country”:{“xa”:{“name”:”Abkhazia”},”ge”:{“name”:”Georgia”}},”error”:{“checkout_date_more_than_45_days_after_checkin”:{“name”:”Your check-out date is more than 45 nights after your check-in date. Bookings can only be made for a maximum of 45 nights. Please enter different dates and try again.”},”checkin_date_invalid”:{“name”:”Your check-in date is invalid.”},”checkout_date_more_than_30_days_after_checkin”:{“name”:”Your check-out date is more than 30 nights after your check-in date. Bookings can only be made for a maximum of 30 nights. Please enter different dates and try again.”}},”flight_class”:{“4”:{“name”:”First class”},”1″:{“name”:”Economy”},”2″:{“name”:”Premium economy”},”3″:{“name”:”Business”},”5″:{“name_with_class”:”Any class”}}}); }(window.booking)); ]]> 1607680,1617300|1,1617500,1617510,1588860,1618180,1617300|3,1618040,1618430,1617300,1617510|5,1611430,1617300|6,1617500|5,1618760

Source

Dillard's - The Style of Your Life.

By allaboutian

open profile for all

Related Posts

Tumultuous year sees Pakistan slide down ‘Democracy Index’

8 people 👁️ing this randomly Try Adsterra Earnings, it’s 100% Authentic to make money more…

PM Shehbaz goes all in on AI at Riyadh investment conference

22 people 👁️ing this randomly Try Adsterra Earnings, it’s 100% Authentic to make money more…

Pakistan’s parliament amends law to extend the tenure of military chiefs from 3 to 5 years

20 people 👁️ing this randomly Try Adsterra Earnings, it’s 100% Authentic to make money more…